We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5831f25 commit f104e06Copy full SHA for f104e06
Directory.Build.props
@@ -6,7 +6,7 @@
6
<EFCorePostgresVersion>6.0.*</EFCorePostgresVersion>
7
<MicrosoftCodeAnalysisVersion>4.1.*</MicrosoftCodeAnalysisVersion>
8
<HumanizerVersion>2.14.1</HumanizerVersion>
9
- <JsonApiDotNetCoreVersionPrefix>5.0.0</JsonApiDotNetCoreVersionPrefix>
+ <JsonApiDotNetCoreVersionPrefix>5.0.1</JsonApiDotNetCoreVersionPrefix>
10
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet>
11
<WarningLevel>9999</WarningLevel>
12
<Nullable>enable</Nullable>
README.md
@@ -84,7 +84,7 @@ See also our [versioning policy](./VERSIONING_POLICY.md).
84
| | | Core 3.1 | 5 |
85
| | | 5 | 5 |
86
| | | 6 | 5 |
87
-| v5.x | Pre-release | 6 | 6 |
+| v5.x | Stable | 6 | 6 |
88
89
## Contributing
90
0 commit comments