We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1632509 commit d45fe14Copy full SHA for d45fe14
src/JsonApiDotNetCore/JsonApiDotNetCore.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <VersionPrefix>2.0.8</VersionPrefix>
+ <VersionPrefix>2.0.9</VersionPrefix>
4
<TargetFrameworks>netstandard1.6</TargetFrameworks>
5
<AssemblyName>JsonApiDotNetCore</AssemblyName>
6
<PackageId>JsonApiDotNetCore</PackageId>
@@ -21,4 +21,4 @@
21
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.2" />
22
<PackageReference Include="System.ValueTuple" Version="4.3.1" />
23
</ItemGroup>
24
-</Project>
+</Project>
0 commit comments