Skip to content

Commit 0736e6d

Browse files
committed
Release notes for version 0.3.0.
1 parent dde5b8e commit 0736e6d

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

CodingFlow.FluentValidation/CodingFlow.FluentValidation.csproj

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,10 @@
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<RepositoryUrl>https://github.com/CodingFlow/fluent-validation</RepositoryUrl>
1414
<PackageTags>fluent;validation</PackageTags>
15-
<PackageReleaseNotes>0.2.2
16-
- Fix minor documentation issue.
17-
0.2.1
18-
- Include documentation comments in nuget package.
19-
0.2.0
20-
- Added several validators.
21-
- Added documentation.
22-
- Reduced expose of internally used properties and methods.
23-
0.1.0
24-
Initial release.</PackageReleaseNotes>
15+
<PackageReleaseNotes>0.3.0
16+
- Performance improvements.
17+
- Stopped exposing internal properties and methods.
18+
- Performance benchmark comparison with FluentValidation.</PackageReleaseNotes>
2519
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2620
<Authors>Coding Flow</Authors>
2721
<GenerateDocumentationFile>True</GenerateDocumentationFile>

0 commit comments

Comments
 (0)