Skip to content

Commit f104e06

Browse files
committed
Increment version number (used for pre-release builds from ci)
1 parent 5831f25 commit f104e06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<EFCorePostgresVersion>6.0.*</EFCorePostgresVersion>
77
<MicrosoftCodeAnalysisVersion>4.1.*</MicrosoftCodeAnalysisVersion>
88
<HumanizerVersion>2.14.1</HumanizerVersion>
9-
<JsonApiDotNetCoreVersionPrefix>5.0.0</JsonApiDotNetCoreVersionPrefix>
9+
<JsonApiDotNetCoreVersionPrefix>5.0.1</JsonApiDotNetCoreVersionPrefix>
1010
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet>
1111
<WarningLevel>9999</WarningLevel>
1212
<Nullable>enable</Nullable>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ See also our [versioning policy](./VERSIONING_POLICY.md).
8484
| | | Core 3.1 | 5 |
8585
| | | 5 | 5 |
8686
| | | 6 | 5 |
87-
| v5.x | Pre-release | 6 | 6 |
87+
| v5.x | Stable | 6 | 6 |
8888

8989
## Contributing
9090

0 commit comments

Comments
 (0)