Skip to content

Commit e2d4c88

Browse files
authored
Update ICSharpCode.SharpZipLib.csproj (#256)
1 parent fb9efd0 commit e2d4c88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
<!-- Nuget specific tags -->
1111
<PropertyGroup>
12-
<AssemblyVersion>1.0.0.3</AssemblyVersion>
13-
<FileVersion>1.0.0.3</FileVersion>
14-
<Version>1.0.0-rc1</Version>
12+
<AssemblyVersion>1.0.0.4</AssemblyVersion>
13+
<FileVersion>1.0.0.4</FileVersion>
14+
<Version>1.0.0-rc2</Version>
1515
<PackageId>SharpZipLib </PackageId>
1616
<Company>ICSharpCode</Company>
1717
<Authors>ICSharpCode</Authors>
@@ -45,4 +45,4 @@ Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.0 for more
4545
<DocumentationFile>bin\Release\net45\ICSharpCode.SharpZipLib.xml</DocumentationFile>
4646
</PropertyGroup>
4747

48-
</Project>
48+
</Project>

0 commit comments

Comments
 (0)