Skip to content

Commit

Permalink
Minor updates to push 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtallent committed Oct 28, 2021
1 parent d7cf615 commit a62f5f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ build/
/RT.Comb/NuGet
docs
artifacts/**/*.*
.vs/config/*.config
7 changes: 4 additions & 3 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Local packages" value="./artifacts" />
</packageSources>
<packageSources>
<add key="Local packages" value="./artifacts" />
<add key="DefaultPushSource" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Some missing pieces:
- 2.3.1 2018-06-10 Migrated demo and test apps to netstandard 2.1, downgraded library to netstandard 1.0 for maximum compatibility.
- 2.4.0 2020-04-23 Bumped to netstandard 2.0. (#16)
- 2.5.0 2020-12-13 Test package bumped to .NET 5.0. Added .NET Core DI package (#18, thanks @joaopgrassi!).
- 3.0.0 2021-10-25 Zero-alloc and nullable support (thanks @skarllot!); Switch to production build.
- 3.0.0 2021-10-27 Zero-alloc and nullable support (thanks @skarllot!); Switch to production build.

# More Information

Expand Down

0 comments on commit a62f5f7

Please sign in to comment.