Skip to content

Commit

Permalink
Floating versions set
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Oct 26, 2020
1 parent 4d73c85 commit 63dc4c8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Simplify.Web.Json/Simplify.Web.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
<Product>Simplify</Product>
<Description>Simplify.Web JSON controller response and model binder</Description>
<Copyright>Licensed under LGPL</Copyright>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify.Web.Json</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageTags>Simplify.Web JSON</PackageTags>
<PackageReleaseNotes>
Updates
* Upgrade to Simplify.Web 4.1.1
* Upgrade to Simplify.Web 4.2.* (floating version set)
* Upgrade to Newtonsoft.Json 12.0.* (floating version set)
</PackageReleaseNotes>
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand All @@ -23,7 +24,7 @@
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Json.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Simplify.Web" Version="4.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Simplify.Web" Version="4.2.*" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.*" />
</ItemGroup>
</Project>

0 comments on commit 63dc4c8

Please sign in to comment.