Improved RouteMatcher and added more unit tests to cover some edge cases. Cleaned up code. Bumped package version to 1.7.0

This commit is contained in:
2023-07-09 11:14:33 -07:00
parent 8c44d56ab4
commit 69a1d9c3a8
6 changed files with 66 additions and 16 deletions

View File

@ -8,7 +8,7 @@ using FluentAssertions;
using MontoyaTech.Rest.Net;
using Xunit;
namespace Rest.Net.Tests
namespace MontoyaTech.Rest.Net.Tests
{
public class ServeFileTests
{