Skip to content

Commit 5c5b2d0

Browse files
committed
Add logo url and update project url to *.nuspec
1 parent f094fa5 commit 5c5b2d0

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

IntegrationEngine.Client/package.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<authors>$author$</authors>
88
<owners>Ethan Hann</owners>
99
<licenseUrl>https://github.com/ethanhann/InEngine.NET/blob/master/IntegrationEngine/LICENSE</licenseUrl>
10-
<projectUrl>https://github.com/ethanhann/InEngine.NET</projectUrl>
10+
<projectUrl>http://inengine.net</projectUrl>
11+
<iconUrl>http://inengine.net/images/inengine-logo-32.png</iconUrl>
1112
<releaseNotes>http://inengine.net/change-log.html</releaseNotes>
1213
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1314
<description>Client of IntegrationServer, an asynchronous job scheduling server.</description>

IntegrationEngine.Core/package.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<authors>$author$</authors>
88
<owners>Ethan Hann</owners>
99
<licenseUrl>https://github.com/ethanhann/InEngine.NET/blob/master/IntegrationEngine/LICENSE</licenseUrl>
10-
<projectUrl>https://github.com/ethanhann/InEngine.NET</projectUrl>
10+
<projectUrl>http://inengine.net</projectUrl>
11+
<iconUrl>http://inengine.net/images/inengine-logo-32.png</iconUrl>
1112
<releaseNotes>http://inengine.net/change-log.html</releaseNotes>
1213
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1314
<description>Core of IntegrationServer, an asynchronous job scheduling server.</description>

IntegrationEngine.Model/package.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<authors>$author$</authors>
88
<owners>Ethan Hann</owners>
99
<licenseUrl>https://github.com/ethanhann/InEngine.NET/blob/master/IntegrationEngine/LICENSE</licenseUrl>
10-
<projectUrl>https://github.com/ethanhann/InEngine.NET</projectUrl>
10+
<projectUrl>http://inengine.net</projectUrl>
11+
<iconUrl>http://inengine.net/images/inengine-logo-32.png</iconUrl>
1112
<releaseNotes>http://inengine.net/change-log.html</releaseNotes>
1213
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1314
<description>Model for IntegrationServer, an asynchronous job scheduling server.</description>

IntegrationEngine/package.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<authors>$author$</authors>
88
<owners>Ethan Hann</owners>
99
<licenseUrl>https://github.com/ethanhann/InEngine.NET/blob/master/IntegrationEngine/LICENSE</licenseUrl>
10-
<projectUrl>https://github.com/ethanhann/InEngine.NET</projectUrl>
10+
<projectUrl>http://inengine.net</projectUrl>
11+
<iconUrl>http://inengine.net/images/inengine-logo-32.png</iconUrl>
1112
<releaseNotes>http://inengine.net/change-log.html</releaseNotes>
1213
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1314
<description>An asynchronous job scheduling server.</description>

0 commit comments

Comments
 (0)