Skip to content

Commit 57592bc

Browse files
authored
Fix license link
1 parent 469aa14 commit 57592bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ManyConsole.CommandLineUtils/ManyConsole.CommandLineUtils.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
<Description>A near drop-in replacement for ManyConsole, wrapping Microsoft.Extensions.CommandLineUtils</Description>
66
<Authors> Jay Tuley, Frank Schwieterman, Jonathan Pryor </Authors>
77
<Copyright>Copyright 2017</Copyright>
8-
<AssemblyVersion>1.0.1.0</AssemblyVersion>
9-
<FileVersion>1.0.1.0</FileVersion>
8+
<AssemblyVersion>1.0.2.0</AssemblyVersion>
9+
<FileVersion>1.0.2.0</FileVersion>
1010
<PackageProjectUrl>https://github.com/jbtule/ManyConsole.CommandLineUtils</PackageProjectUrl>
11-
<PackageLicenseUrl>https://github.com/fschwiet/ManyConsole.CommandLineUtils/blob/master/LICENSE.txt</PackageLicenseUrl>
11+
<PackageLicenseUrl>https://github.com/jbtule/ManyConsole.CommandLineUtils/blob/master/LICENSE.txt</PackageLicenseUrl>
1212
<PackageTags>command-line console parsing manyconsole ndesk CommandLineUtils</PackageTags>
1313
<IncludeSymbols>True</IncludeSymbols>
1414
<IncludeSource>True</IncludeSource>
1515
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1616
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
17-
<Version>1.0.1-alpha</Version>
17+
<Version>1.0.2-alpha</Version>
1818
</PropertyGroup>
1919

2020
<ItemGroup Condition="'$(TargetFramework)'=='net20'">

0 commit comments

Comments
 (0)