Skip to content

Commit 4100c50

Browse files
authored
bump (#124)
1 parent e86be14 commit 4100c50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BitFaster.Caching/BitFaster.Caching.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Description>High performance, thread-safe in-memory caching primitives for .NET.</Description>
99
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1010
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
11-
<Version>1.0.7</Version>
11+
<Version>1.1.0</Version>
1212
<Copyright>Copyright © Alex Peck $([System.DateTime]::Now.ToString(yyyy))</Copyright>
1313
<PackageProjectUrl></PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/bitfaster/BitFaster.Caching</RepositoryUrl>
@@ -20,8 +20,8 @@
2020
<IncludeSymbols>True</IncludeSymbols>
2121
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2222
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
23-
<AssemblyVersion>1.0.7.0</AssemblyVersion>
24-
<FileVersion>1.0.7.0</FileVersion>
23+
<AssemblyVersion>1.1.0.0</AssemblyVersion>
24+
<FileVersion>1.1.0.0</FileVersion>
2525
</PropertyGroup>
2626

2727
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

0 commit comments

Comments
 (0)