Skip to content

Commit b5642bb

Browse files
author
A9G-Data-Droid
committed
Ready for first NuGet test.
1 parent 98c139f commit b5642bb

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

TextFileConvert/TextFileConvert.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<owners>$author$</owners>
99
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
1010
<projectUrl>https://github.com/A9G-Data-Droid/TextFileConvert</projectUrl>
11-
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
11+
<iconUrl>https://github.com/A9G-Data-Droid/TextFileConvert/raw/master/TextFileConvert/ux2dos.ico</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>$description$</description>
1414
<releaseNotes>Alpha Release.</releaseNotes>

TextFileConvert/TextFileConvert.vbproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@
1010
<Description>This provides text file conversion capabilities like the common Unix utilities "ux2dos" and "dos2ux".</Description>
1111
<Copyright>Copyright 2018 Adam Kauffman</Copyright>
1212
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
13-
<AssemblyVersion>0.1.0.0</AssemblyVersion>
13+
<AssemblyVersion>0.1.0.1</AssemblyVersion>
1414
<Version>0.1.0</Version>
1515
<PackageReleaseNotes>This is the alpha build.</PackageReleaseNotes>
1616
<PackageTags>ux2dos, dos2ux</PackageTags>
17+
<PackageProjectUrl>https://github.com/A9G-Data-Droid/TextFileConvert</PackageProjectUrl>
18+
<PackageIconUrl>https://github.com/A9G-Data-Droid/TextFileConvert/raw/master/TextFileConvert/ux2dos.ico</PackageIconUrl>
19+
<RepositoryUrl>https://github.com/A9G-Data-Droid/TextFileConvert</RepositoryUrl>
20+
<RepositoryType>GitHub</RepositoryType>
1721
</PropertyGroup>
1822

1923
</Project>

0 commit comments

Comments
 (0)