Skip to content

Commit c324d97

Browse files
author
A9G-Data-Droid
committed
Getting ready to NuGet
Add icon
1 parent ff05f7b commit c324d97

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<title>$title$</title>
7+
<authors>$author$</authors>
8+
<owners>$author$</owners>
9+
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
10+
<projectUrl>https://github.com/A9G-Data-Droid/TextFileConvert</projectUrl>
11+
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>$description$</description>
14+
<releaseNotes>Alpha Release.</releaseNotes>
15+
<copyright>Copyright 2018</copyright>
16+
<tags>ux2dos dos2ux</tags>
17+
</metadata>
18+
</package>

TextFileConvert/TextFileConvert.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Authors>Adam Kauffman</Authors>
77
<Company>Cascade Engineering Technologies</Company>
88
<NeutralLanguage>en</NeutralLanguage>
9-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
9+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
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>

TextFileConvert/ux2dos.ico

70.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)