Skip to content

Commit 86f1d19

Browse files
authored
bump to 1.0.4 (#77)
* update to 1.0.4 * fix sourcelink etc.
1 parent a91bb92 commit 86f1d19

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

BitFaster.Caching/BitFaster.Caching.csproj

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
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.3</Version>
12-
<Copyright>Copyright © Alex Peck 2020</Copyright>
11+
<Version>1.0.4</Version>
12+
<Copyright>Copyright © Alex Peck 2021</Copyright>
1313
<PackageProjectUrl></PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/bitfaster/BitFaster.Caching</RepositoryUrl>
1515
<PackageTags>Cache;LRU;Performance;In-Memory;Thread-Safe;Concurrent</PackageTags>
@@ -18,8 +18,9 @@
1818
<RootNamespace>BitFaster.Caching</RootNamespace>
1919
<IncludeSource>True</IncludeSource>
2020
<IncludeSymbols>True</IncludeSymbols>
21-
<AssemblyVersion>1.0.3.0</AssemblyVersion>
22-
<FileVersion>1.0.3.0</FileVersion>
21+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
22+
<AssemblyVersion>1.0.4.0</AssemblyVersion>
23+
<FileVersion>1.0.4.0</FileVersion>
2324
</PropertyGroup>
2425

2526
<ItemGroup>
@@ -29,4 +30,8 @@
2930
</None>
3031
</ItemGroup>
3132

33+
<ItemGroup>
34+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
35+
</ItemGroup>
36+
3237
</Project>

0 commit comments

Comments
 (0)