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 5ceedb5 commit 5d573c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,4 @@ __pycache__/
# End of https://www.gitignore.io/api/visualstudiocode
benchmarking/.vscode/launch.json
benchmarking/.vscode/tasks.json
/source/nuget.config
4 changes: 2 additions & 2 deletions source/Open.Collections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageProjectUrl>https://github.com/Open-NET-Libraries/Open.Collections/</PackageProjectUrl>
<RepositoryUrl>https://github.com/Open-NET-Libraries/Open.Collections/</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>2.10.1</Version>
<Version>2.10.2</Version>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -44,7 +44,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Open.Threading" Version="1.6.0" />
<PackageReference Include="Open.Threading" Version="1.6.1" />
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 5d573c3

Please sign in to comment.