Skip to content

Commit

Permalink
Update to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
master131 committed Jun 28, 2017
1 parent 98cdb39 commit b701d9b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions BrotliSharpLib/BrotliSharpLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@
<NoWarn>1570;1701</NoWarn>
</PropertyGroup>
<PropertyGroup>
<Version>0.1</Version>
<FileVersion>0.1</FileVersion>
<Version>0.1.1</Version>
<FileVersion>0.1.1</FileVersion>
<Authors>master131</Authors>
<Description>Full C# port of Brotli compression library.</Description>
<Copyright>Copyright (c) 2017 master131</Copyright>
<RepositoryUrl>https://github.com/master131/BrotliSharpLib</RepositoryUrl>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<RepositoryType>git</RepositoryType>
<PackageTags>brotli;csharp;net</PackageTags>
<AssemblyVersion>0.1.1.0</AssemblyVersion>
<PackageLicenseUrl>https://github.com/master131/BrotliSharpLib/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/master131/BrotliSharpLib</PackageProjectUrl>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'!='net20' AND '$(TargetFramework)'!='net35' AND '$(TargetFramework)'!='net40'">
<DefineConstants>$(DefineConstants);AGGRESSIVE_INLINING</DefineConstants>
Expand Down

0 comments on commit b701d9b

Please sign in to comment.