Skip to content

Commit ea7a2e0

Browse files
-alpha2 preview package with latest fixes from @siegfriedpammer
1 parent f81d398 commit ea7a2e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
<SignAssembly>True</SignAssembly>
77
<AssemblyOriginatorKeyFile>ICSharpCode.SharpZipLib.snk</AssemblyOriginatorKeyFile>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
9-
<Version>1.0.0-alpha1</Version>
9+
<Version>1.0.0-alpha2</Version>
1010
<RepositoryUrl>https://github.com/icsharpcode/SharpZipLib</RepositoryUrl>
1111
<PackageReleaseNotes>This is a pre-release version!
1212

13-
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.0 for more information.</PackageReleaseNotes>
13+
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.0 for more information.</PackageReleaseNotes>
14+
<PackageLicenseUrl>https://github.com/icsharpcode/SharpZipLib/blob/master/LICENSE.txt</PackageLicenseUrl>
15+
<PackageProjectUrl>https://github.com/icsharpcode/SharpZipLib</PackageProjectUrl>
1416
</PropertyGroup>
1517

1618
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)