Skip to content

Commit 4ba165f

Browse files
committed
Update version.
1 parent abb770b commit 4ba165f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

BrotliSharpLib/BrotliSharpLib.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
<NoWarn>1570;1701</NoWarn>
77
</PropertyGroup>
88
<PropertyGroup>
9-
<Version>0.2.1</Version>
10-
<FileVersion>0.2.1</FileVersion>
9+
<Version>0.3</Version>
10+
<FileVersion>0.3</FileVersion>
1111
<Authors>master131</Authors>
1212
<Description>Full C# port of Brotli compression library.</Description>
13-
<Copyright>Copyright (c) 2017 master131</Copyright>
13+
<Copyright>Copyright (c) 2017-2018 master131</Copyright>
1414
<RepositoryUrl>https://github.com/master131/BrotliSharpLib</RepositoryUrl>
1515
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1616
<RepositoryType>git</RepositoryType>
1717
<PackageTags>brotli;csharp;net</PackageTags>
18-
<AssemblyVersion>0.2.1.0</AssemblyVersion>
18+
<AssemblyVersion>0.3</AssemblyVersion>
1919
<PackageLicenseUrl>https://github.com/master131/BrotliSharpLib/blob/master/LICENSE</PackageLicenseUrl>
2020
<PackageProjectUrl>https://github.com/master131/BrotliSharpLib</PackageProjectUrl>
2121
</PropertyGroup>

0 commit comments

Comments
 (0)