Skip to content

Commit f76b255

Browse files
authored
bump version (#87)
1 parent ba57f1b commit f76b255

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

BitFaster.Caching/BitFaster.Caching.csproj

+4-4
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.4</Version>
11+
<Version>1.0.5</Version>
1212
<Copyright>Copyright © Alex Peck 2021</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.4.0</AssemblyVersion>
24-
<FileVersion>1.0.4.0</FileVersion>
23+
<AssemblyVersion>1.0.5.0</AssemblyVersion>
24+
<FileVersion>1.0.5.0</FileVersion>
2525
</PropertyGroup>
2626

2727
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<ItemGroup>
39-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
39+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
4040
</ItemGroup>
4141

4242
</Project>

0 commit comments

Comments
 (0)