Skip to content

Commit e52e4eb

Browse files
authored
bump (#115)
1 parent 0262045 commit e52e4eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BitFaster.Caching/BitFaster.Caching.csproj

Lines changed: 3 additions & 3 deletions
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.6</Version>
11+
<Version>1.0.7</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.6.0</AssemblyVersion>
24-
<FileVersion>1.0.6.0</FileVersion>
23+
<AssemblyVersion>1.0.7.0</AssemblyVersion>
24+
<FileVersion>1.0.7.0</FileVersion>
2525
</PropertyGroup>
2626

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

0 commit comments

Comments
 (0)