We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e37e4 commit 97b3863Copy full SHA for 97b3863
BitFaster.Caching/BitFaster.Caching.csproj
@@ -8,7 +8,7 @@
8
<Description>High performance, thread-safe in-memory caching primitives for .NET.</Description>
9
<PackageLicenseFile>LICENSE</PackageLicenseFile>
10
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
11
- <Version>1.0.1</Version>
+ <Version>1.0.2</Version>
12
<Copyright>Copyright © Alex Peck 2020</Copyright>
13
<PackageProjectUrl></PackageProjectUrl>
14
<RepositoryUrl>https://github.com/bitfaster/BitFaster.Caching</RepositoryUrl>
@@ -18,6 +18,8 @@
18
<RootNamespace>BitFaster.Caching</RootNamespace>
19
<IncludeSource>True</IncludeSource>
20
<IncludeSymbols>True</IncludeSymbols>
21
+ <AssemblyVersion>1.0.2.0</AssemblyVersion>
22
+ <FileVersion>1.0.2.0</FileVersion>
23
</PropertyGroup>
24
25
<ItemGroup>
0 commit comments