Skip to content

Commit d466f46

Browse files
author
A9G-Data-Droid
committed
Fix License
Add repository
1 parent b7d26f4 commit d466f46

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

TextFileConvert/TextFileConvert.nuspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
<title>$title$</title>
77
<authors>$author$</authors>
88
<owners>$author$</owners>
9-
<license type="expression">BSD-2-Clause-FreeBSD</license>
9+
<license type="expression">BSD-2-Clause</license>
1010
<projectUrl>https://github.com/A9G-Data-Droid/TextFileConvert</projectUrl>
11-
<icon>ux2dos.ico</icon>
11+
<repository type="git" url="https://github.com/A9G-Data-Droid/TextFileConvert.git" branch="master" commit="" />
12+
<icon>ux2dos.png</icon>
1213
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1314
<description>$description$</description>
14-
<releaseNotes>Beta Release.</releaseNotes>
15+
<releaseNotes>The first release verified with integration tests.</releaseNotes>
1516
<copyright>Copyright 2018</copyright>
1617
<tags>ux2dos dos2ux</tags>
1718
</metadata>

TextFileConvert/TextFileConvert.vbproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@
1818
<PublishSingleFile>true</PublishSingleFile>
1919
<OptionStrict>On</OptionStrict>
2020
<OptionInfer>Off</OptionInfer>
21+
<PackageLicenseExpression>BSD-2-Clause</PackageLicenseExpression>
22+
<Company />
2123
</PropertyGroup>
2224
<ItemGroup>
23-
<None Include="ux2dos.png" Pack="true" PackagePath=""/>
25+
<None Include="ux2dos.png" Pack="true" PackagePath="">
26+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
27+
</None>
2428
</ItemGroup>
2529
</Project>

0 commit comments

Comments
 (0)