diff --git a/BrotliBuilder/BrotliBuilder.csproj b/BrotliBuilder/BrotliBuilder.csproj index 11520b5..95f25d1 100644 --- a/BrotliBuilder/BrotliBuilder.csproj +++ b/BrotliBuilder/BrotliBuilder.csproj @@ -7,7 +7,7 @@ <Copyright>Daniel Chýlek</Copyright> <RepositoryUrl>https://github.com/chylex/Brotli-Builder</RepositoryUrl> <Authors>Daniel Chýlek</Authors> - <Version>1.1.0</Version> + <Version>2.0.0</Version> <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> <Nullable>enable</Nullable> </PropertyGroup> diff --git a/BrotliCalc/BrotliCalc.csproj b/BrotliCalc/BrotliCalc.csproj index eec5449..5a156d5 100644 --- a/BrotliCalc/BrotliCalc.csproj +++ b/BrotliCalc/BrotliCalc.csproj @@ -9,7 +9,7 @@ <Authors>Daniel Chýlek</Authors> <Copyright>Daniel Chýlek</Copyright> <RepositoryUrl>https://github.com/chylex/Brotli-Builder</RepositoryUrl> - <Version>1.1.0</Version> + <Version>2.0.0</Version> <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> <Nullable>enable</Nullable> </PropertyGroup> diff --git a/BrotliImpl/BrotliImpl.csproj b/BrotliImpl/BrotliImpl.csproj index 0627283..0dcebf8 100644 --- a/BrotliImpl/BrotliImpl.csproj +++ b/BrotliImpl/BrotliImpl.csproj @@ -7,7 +7,7 @@ <Authors>Daniel Chýlek</Authors> <Copyright>Daniel Chýlek</Copyright> <RepositoryUrl>https://github.com/chylex/Brotli-Builder</RepositoryUrl> - <Version>1.1.0</Version> + <Version>2.0.0</Version> <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> <Nullable>enable</Nullable> </PropertyGroup> diff --git a/BrotliLib/BrotliLib.csproj b/BrotliLib/BrotliLib.csproj index cfb5ec7..79b57bd 100644 --- a/BrotliLib/BrotliLib.csproj +++ b/BrotliLib/BrotliLib.csproj @@ -7,7 +7,7 @@ <Authors>Daniel Chýlek</Authors> <Copyright>Daniel Chýlek</Copyright> <RepositoryUrl>https://github.com/chylex/Brotli-Builder</RepositoryUrl> - <Version>1.1.0</Version> + <Version>2.0.0</Version> <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> <Nullable>enable</Nullable> </PropertyGroup> diff --git a/UnitTests/UnitTests.fsproj b/UnitTests/UnitTests.fsproj index 80e6c0b..40b3aaf 100644 --- a/UnitTests/UnitTests.fsproj +++ b/UnitTests/UnitTests.fsproj @@ -5,7 +5,7 @@ <IsPackable>false</IsPackable> <GenerateProgramFile>false</GenerateProgramFile> - <Version>1.1.0</Version> + <Version>2.0.0</Version> <Copyright>Daniel Chýlek</Copyright> <Company>Daniel Chýlek</Company> <Authors>Daniel Chýlek</Authors>