Skip to content

Commit 52b924e

Browse files
authored
bump (#37)
1 parent 1b1af6b commit 52b924e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BitFaster.Caching/BitFaster.Caching.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@
88
<Description>High performance, thread-safe in-memory caching primitives for .NET.</Description>
99
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1010
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
11-
<Version>0.9.2</Version>
11+
<Version>0.9.3</Version>
1212
<Copyright>Copyright © Alex Peck 2020</Copyright>
1313
<PackageProjectUrl></PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/bitfaster/BitFaster.Caching</RepositoryUrl>
1515
<PackageTags>Cache</PackageTags>
1616
<PackageId>BitFaster.Caching</PackageId>
1717
<AssemblyName>BitFaster.Caching</AssemblyName>
1818
<RootNamespace>BitFaster.Caching</RootNamespace>
19+
<IncludeSource>True</IncludeSource>
20+
<IncludeSymbols>True</IncludeSymbols>
1921
</PropertyGroup>
2022

2123
<ItemGroup>

0 commit comments

Comments
 (0)