Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Releases: gabrielweyer/simple-routing

Publish snupkg symbols

31 May 11:57
Compare
Choose a tag to compare

Publish snupkg symbols.

v1.0.3-dotnet-3-1-0004

31 May 05:37
Compare
Choose a tag to compare
Pre-release
Upgrade to .NET Core 3.1

- Use built-in logging instead of Serilog
- Simplify configuration
- Use System.Json.Text instead of Newtonsoft.Json

v1.0.2

13 Jan 05:11
Compare
Choose a tag to compare
  • No binary change, my NuGet key was expiring soon.

v1.0.2-update-nuget-key0003

13 Jan 05:08
Compare
Choose a tag to compare
Pre-release
Update Git ignore to reflect Cake upgrade

v1.0.1

03 Jan 12:22
Compare
Choose a tag to compare
  • Making sure all the ⭐️ are aligned, now referencing only packages from ASP.NET Core 2.2 (instead of a mix of ASP.NET Core 2.1 and ASP.NET Core 2.2)

v1.0.1-align-nuget-pack0001

03 Jan 12:17
Compare
Choose a tag to compare
Pre-release
Align all NuGet packages

I missed some in my previous commit.

v1.0.0

03 Jan 12:07
Compare
Choose a tag to compare
  • No binary changes, this is to make it obvious than the library is now referencing packages from ASP.NET Core 2.2

I consider this tool to be stable hence I bumped the major to v1, please let me know if you experience any issue.

v0.4.1-fix-typo-to-bump0001

03 Jan 12:02
Compare
Choose a tag to compare
Pre-release
Git typo in order to be able to bump major

The previous release was actually a breaking change (upgrade to .NET
Core 2.2).

v0.4.0

03 Jan 04:23
Compare
Choose a tag to compare
  • All settings can now be configured via user secrets (see README)
  • Upgrade all NuGet packages

🚨 While not really a breaking change as the library is targeting netstandard2.0, I did reference some packages from ASP.NET Core 2.0. To clear the confusion I released a v1.0.0 shortly afterwards. And this is why I shouldn't be coding late 🤦‍♂️.

v0.3.3-add-user-secrets0004

03 Jan 04:08
Compare
Choose a tag to compare
Pre-release
Upgrade all NuGet packages