From 56a17a3c66e38255caa98ef315ac5f11651fe12f Mon Sep 17 00:00:00 2001 From: Matt Mo Date: Thu, 21 Jul 2022 10:01:44 -0700 Subject: [PATCH] Changed release notes for 1.1.0 --- Rest.Net/Rest.Net.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rest.Net/Rest.Net.csproj b/Rest.Net/Rest.Net.csproj index 6b5df79..4805ea3 100644 --- a/Rest.Net/Rest.Net.csproj +++ b/Rest.Net/Rest.Net.csproj @@ -18,7 +18,7 @@ MontoyaTech.Rest.Net True 1.1.0 - Optimized and fixed bugs within the route matcher. Changed argument matching to support segments after the argument for more complex routes. + Upgraded project to DotNet 6 and added an exception catch around the main listener thread to prevent crashes where the entire Reset service goes down.