Skip to content

Commit

Permalink
Merge pull request #30 from WildernessLabs/v1.8.0
Browse files Browse the repository at this point in the history
Release 1.8.0
  • Loading branch information
jorgedevs authored Jan 16, 2024
2 parents d155e56 + 02c6700 commit 7bfb969
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/Web.Maple.Client/Web.Maple.Client.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.8.0</Version>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<LangVersion>10.0</LangVersion>
<Nullable>enable</Nullable>
Expand All @@ -13,7 +14,6 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow, Meadow.Foundation, Web, Maple</PackageTags>
<Version>1.7.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>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.</Description>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions Source/Web.Maple.Server/Web.Maple.Server.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<Version>1.8.0</Version>
<Authors>Wilderness Labs, Inc</Authors>
<TargetFramework>netstandard2.1</TargetFramework>
<OutputType>Library</OutputType>
Expand All @@ -10,7 +11,6 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.Foundation</RepositoryUrl>
<PackageTags>Meadow, Meadow.Foundation, Web, Maple, MapleServer</PackageTags>
<Version>1.7.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>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.</Description>
<Nullable>enable</Nullable>
Expand All @@ -24,6 +24,6 @@
<None Include="..\icon.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Meadow.Logging" Version="1.7.0" />
<PackageReference Include="Meadow.Logging" Version="1.8.0" />
</ItemGroup>
</Project>

0 comments on commit 7bfb969

Please sign in to comment.