Skip to content

Commit a8f1741

Browse files
authoredJul 13, 2018
Merge PR #247, Update Nuget package for v1.0-rc1
* Remove Directory.build.props * Move Nuget settings to .csproj and update versions * Fix repository URL, license URL and update copyright year.
1 parent 96df4ca commit a8f1741

File tree

2 files changed

+17
-20
lines changed

2 files changed

+17
-20
lines changed
 

‎src/Directory.build.props

-17
This file was deleted.

‎src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj

+17-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,27 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2;net45</TargetFrameworks>
5-
<PackageId>SharpZipLib </PackageId>
65
<SignAssembly>True</SignAssembly>
76
<AssemblyOriginatorKeyFile>ICSharpCode.SharpZipLib.snk</AssemblyOriginatorKeyFile>
87
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
9-
<Version>1.0.0-alpha2</Version>
8+
</PropertyGroup>
9+
10+
<!-- Nuget specific tags -->
11+
<PropertyGroup>
12+
<AssemblyVersion>1.0.0.3</AssemblyVersion>
13+
<FileVersion>1.0.0.3</FileVersion>
14+
<Version>1.0.0-rc1</Version>
15+
<PackageId>SharpZipLib </PackageId>
16+
<Company>ICSharpCode</Company>
17+
<Authors>ICSharpCode</Authors>
18+
<Description>SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)</Description>
19+
<PackageLicenseUrl>https://github.com/icsharpcode/SharpZipLib/raw/master/LICENSE.txt</PackageLicenseUrl>
20+
<PackageProjectUrl>http://icsharpcode.github.io/SharpZipLib/</PackageProjectUrl>
1021
<RepositoryUrl>https://github.com/icsharpcode/SharpZipLib</RepositoryUrl>
11-
<PackageReleaseNotes>This is a pre-release version!
22+
<Copyright>Copyright © 2000-2018 SharpZipLib Contributors</Copyright>
23+
<PackageTags>Compression Library Zip GZip BZip2 LZW Tar</PackageTags>
24+
<NeutralLanguage>en-US</NeutralLanguage>
25+
<PackageReleaseNotes>This is a release candidate for v1.0
1226

1327
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.0 for more information.</PackageReleaseNotes>
1428
<PackageLicenseUrl>https://github.com/icsharpcode/SharpZipLib/blob/master/LICENSE.txt</PackageLicenseUrl>

0 commit comments

Comments
 (0)
Please sign in to comment.