Skip to content

Commit f6e8b96

Browse files
committed
6.0.0
1 parent a6f6c78 commit f6e8b96

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Changes in 6.0.0
2+
- see changelog for betas
3+
14
# Changes in 6.0.0 - beta.3:
25
- Added: `IFluentValidationRuleProvider` can be replaced with DI
36
- Added: `ISchemaGenerationOptions.ValidatorSearch`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you find MicroElements.Swashbuckle.FluentValidation useful, please consider f
3737

3838
<ItemGroup>
3939
<PackageReference Include="FluentValidation.AspNetCore" Version="11.2.2" />
40-
<PackageReference Include="MicroElements.Swashbuckle.FluentValidation" Version="6.0.0-beta.3" />
40+
<PackageReference Include="MicroElements.Swashbuckle.FluentValidation" Version="6.0.0" />
4141
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.2" />
4242
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
4343
</ItemGroup>

samples/MinimalApi/MinimalApi.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
<ItemGroup>
1010
<PackageReference Include="FluentValidation.AspNetCore" Version="11.2.2" />
11-
<PackageReference Include="MicroElements.Swashbuckle.FluentValidation" Version="6.0.0-beta.3" />
11+
<PackageReference Include="MicroElements.Swashbuckle.FluentValidation" Version="6.0.0" />
1212
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.2" />
1313
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
1414
</ItemGroup>
15-
15+
1616
</Project>

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>6.0.0</VersionPrefix>
4-
<VersionSuffix>beta.3</VersionSuffix>
4+
<VersionSuffix></VersionSuffix>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)