Skip to content

Commit 28e4692

Browse files
bitfasterAlex Peck
andauthored
bump 2.5.4 (#691)
Co-authored-by: Alex Peck <[email protected]>
1 parent 2e420f0 commit 28e4692

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

BitFaster.Caching/BitFaster.Caching.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1111
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
13-
<Version>2.5.3</Version>
13+
<Version>2.5.4</Version>
1414
<Copyright>Copyright © Alex Peck $([System.DateTime]::Now.ToString(yyyy))</Copyright>
1515
<PackageProjectUrl></PackageProjectUrl>
1616
<RepositoryUrl>https://github.com/bitfaster/BitFaster.Caching</RepositoryUrl>
@@ -22,15 +22,15 @@
2222
<IncludeSymbols>True</IncludeSymbols>
2323
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
25-
<AssemblyVersion>2.5.3.0</AssemblyVersion>
26-
<FileVersion>2.5.3.0</FileVersion>
25+
<AssemblyVersion>2.5.4.0</AssemblyVersion>
26+
<FileVersion>2.5.4.0</FileVersion>
2727
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2828
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
2929
<IsTrimmable>true</IsTrimmable>
3030
<Nullable>enable</Nullable>
3131
<!--Package Validation-->
3232
<EnablePackageValidation>true</EnablePackageValidation>
33-
<PackageValidationBaselineVersion>2.5.1</PackageValidationBaselineVersion>
33+
<PackageValidationBaselineVersion>2.5.3</PackageValidationBaselineVersion>
3434
</PropertyGroup>
3535

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

0 commit comments

Comments
 (0)