Skip to content

Commit

Permalink
Updated reference and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
electricessence committed Jul 4, 2021
1 parent 4050d84 commit 2801a99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,5 @@ paket-files/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
*.pyc
/nuget.config
4 changes: 2 additions & 2 deletions Open.Threading.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Part of the "Open" set of libraries.
</Description>
<PackageTags>collections;extensions;threadsafe;thread-safe;readwrite;read-write;readerwriterlock;readerwriterlockslim</PackageTags>
<Version>1.6.0</Version>
<Version>1.6.1</Version>
<Copyright>© electricessence (Oren F.) All rights reserved.</Copyright>
<PackageProjectUrl>https://github.com/Open-NET-Libraries/Open.Threading/</PackageProjectUrl>
<RepositoryUrl>https://github.com/Open-NET-Libraries/Open.Threading/</RepositoryUrl>
Expand Down Expand Up @@ -44,7 +44,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Open.Threading.ReadWrite" Version="1.4.0" />
<PackageReference Include="Open.Threading.ReadWrite" Version="1.4.1" />
</ItemGroup>

</Project>

0 comments on commit 2801a99

Please sign in to comment.