Skip to content

Commit 63dc4c8

Browse files
committed
Floating versions set
1 parent 4d73c85 commit 63dc4c8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/Simplify.Web.Json/Simplify.Web.Json.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
<Product>Simplify</Product>
88
<Description>Simplify.Web JSON controller response and model binder</Description>
99
<Copyright>Licensed under LGPL</Copyright>
10-
<Version>2.1.1</Version>
10+
<Version>2.1.2</Version>
1111
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify.Web.Json</PackageProjectUrl>
1212
<PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl>
1313
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1414
<PackageTags>Simplify.Web JSON</PackageTags>
1515
<PackageReleaseNotes>
1616
Updates
17-
* Upgrade to Simplify.Web 4.1.1
17+
* Upgrade to Simplify.Web 4.2.* (floating version set)
18+
* Upgrade to Newtonsoft.Json 12.0.* (floating version set)
1819
</PackageReleaseNotes>
1920
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
2021
<EmbedUntrackedSources>true</EmbedUntrackedSources>
@@ -23,7 +24,7 @@
2324
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Json.xml</DocumentationFile>
2425
</PropertyGroup>
2526
<ItemGroup>
26-
<PackageReference Include="Simplify.Web" Version="4.2.0" />
27-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
27+
<PackageReference Include="Simplify.Web" Version="4.2.*" />
28+
<PackageReference Include="Newtonsoft.Json" Version="12.0.*" />
2829
</ItemGroup>
2930
</Project>

0 commit comments

Comments
 (0)