Skip to content

Commit 97b3863

Browse files
authored
bump (#65)
1 parent 07e37e4 commit 97b3863

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,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.1</Version>
11+
<Version>1.0.2</Version>
1212
<Copyright>Copyright © Alex Peck 2020</Copyright>
1313
<PackageProjectUrl></PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/bitfaster/BitFaster.Caching</RepositoryUrl>
@@ -18,6 +18,8 @@
1818
<RootNamespace>BitFaster.Caching</RootNamespace>
1919
<IncludeSource>True</IncludeSource>
2020
<IncludeSymbols>True</IncludeSymbols>
21+
<AssemblyVersion>1.0.2.0</AssemblyVersion>
22+
<FileVersion>1.0.2.0</FileVersion>
2123
</PropertyGroup>
2224

2325
<ItemGroup>

0 commit comments

Comments
 (0)