Skip to content

Commit

Permalink
bump to 1.0.4 (#77)
Browse files Browse the repository at this point in the history
* update to 1.0.4

* fix sourcelink etc.
  • Loading branch information
bitfaster authored Sep 11, 2021
1 parent a91bb92 commit 86f1d19
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions BitFaster.Caching/BitFaster.Caching.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<Description>High performance, thread-safe in-memory caching primitives for .NET.</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.3</Version>
<Copyright>Copyright © Alex Peck 2020</Copyright>
<Version>1.0.4</Version>
<Copyright>Copyright © Alex Peck 2021</Copyright>
<PackageProjectUrl></PackageProjectUrl>
<RepositoryUrl>https://github.com/bitfaster/BitFaster.Caching</RepositoryUrl>
<PackageTags>Cache;LRU;Performance;In-Memory;Thread-Safe;Concurrent</PackageTags>
Expand All @@ -18,8 +18,9 @@
<RootNamespace>BitFaster.Caching</RootNamespace>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
<AssemblyVersion>1.0.3.0</AssemblyVersion>
<FileVersion>1.0.3.0</FileVersion>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AssemblyVersion>1.0.4.0</AssemblyVersion>
<FileVersion>1.0.4.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -29,4 +30,8 @@
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
</ItemGroup>

</Project>

0 comments on commit 86f1d19

Please sign in to comment.