From f15e8711fd6b5376af6de9830ff651d8ba113dd1 Mon Sep 17 00:00:00 2001 From: Adrian Stevens Date: Tue, 9 Jan 2024 12:28:46 -0800 Subject: [PATCH] Update version --- Source/Web.Maple.Client/Web.Maple.Client.csproj | 2 +- Source/Web.Maple.Server/Web.Maple.Server.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Web.Maple.Client/Web.Maple.Client.csproj b/Source/Web.Maple.Client/Web.Maple.Client.csproj index c3b93cf..6291e6b 100644 --- a/Source/Web.Maple.Client/Web.Maple.Client.csproj +++ b/Source/Web.Maple.Client/Web.Maple.Client.csproj @@ -13,7 +13,7 @@ icon.png https://github.com/WildernessLabs/Meadow.Foundation Meadow, Meadow.Foundation, Web, Maple - 1.6.0.1 + 1.7.0 true Maple is an ultra-lightweight RESTful web API Server, built specifically for Meadow. It provides an easy to extend architecture, and has integrated JSON support via System.Text.Json. diff --git a/Source/Web.Maple.Server/Web.Maple.Server.csproj b/Source/Web.Maple.Server/Web.Maple.Server.csproj index 9fd6c9b..b522da4 100644 --- a/Source/Web.Maple.Server/Web.Maple.Server.csproj +++ b/Source/Web.Maple.Server/Web.Maple.Server.csproj @@ -10,7 +10,7 @@ icon.png https://github.com/WildernessLabs/Meadow.Foundation Meadow, Meadow.Foundation, Web, Maple, MapleServer - 1.6.0.1 + 1.7.0 true Maple is an ultra-lightweight RESTful web API Server, built specifically for embedded applications. It provides an easy-to-extend architecture based on ASP.NET Core and has integrated JSON support. enable