Skip to content

Commit 56cbe99

Browse files
authored
Update csproj for v1.2
1 parent 805dd79 commit 56cbe99

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
<!-- Nuget specific tags -->
1212
<PropertyGroup>
13-
<AssemblyVersion>1.1.0.6</AssemblyVersion>
14-
<FileVersion>1.1.0.6</FileVersion>
15-
<Version>1.1.0</Version>
13+
<AssemblyVersion>1.2.0.7</AssemblyVersion>
14+
<FileVersion>1.2.0.7</FileVersion>
15+
<Version>1.2.0</Version>
1616
<PackageId>SharpZipLib</PackageId>
1717
<Company>ICSharpCode</Company>
1818
<Authors>ICSharpCode</Authors>
@@ -21,11 +21,11 @@
2121
<PackageProjectUrl>http://icsharpcode.github.io/SharpZipLib/</PackageProjectUrl>
2222
<PackageIconUrl>http://icsharpcode.github.io/SharpZipLib/assets/sharpziplib-nuget-256x256.png</PackageIconUrl>
2323
<RepositoryUrl>https://github.com/icsharpcode/SharpZipLib</RepositoryUrl>
24-
<Copyright>Copyright © 2000-2018 SharpZipLib Contributors</Copyright>
24+
<Copyright>Copyright © 2000-2019 SharpZipLib Contributors</Copyright>
2525
<PackageTags>Compression Library Zip GZip BZip2 LZW Tar</PackageTags>
2626
<NeutralLanguage>en-US</NeutralLanguage>
2727
<PackageReleaseNotes>
28-
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.1 for more information.</PackageReleaseNotes>
28+
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.2 for more information.</PackageReleaseNotes>
2929
<PackageProjectUrl>https://github.com/icsharpcode/SharpZipLib</PackageProjectUrl>
3030
</PropertyGroup>
3131

@@ -46,7 +46,7 @@ Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.1 for more
4646
</PropertyGroup>
4747

4848
<ItemGroup>
49-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>
49+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19270-01" PrivateAssets="All"/>
5050
</ItemGroup>
5151

5252
</Project>

0 commit comments

Comments
 (0)