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 ed5a701 commit a2b2712Copy full SHA for a2b2712
src/Simplify.Web/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [4.9.0] - 2024-01-08
4
+
5
+### Added
6
7
+- Add Model Validation Attribute For Range Of Numbers (#236)
8
+- Add Model Validation Attributes For Min Max (#251)
9
10
## [4.8.1] - 2023-12-20
11
12
### Fixed
src/Simplify.Web/Simplify.Web.csproj
@@ -9,7 +9,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
- <Version>4.8.1</Version>
+ <Version>4.9</Version>
13
14
<Authors>Simplify community</Authors>
15
<Product>Simplify</Product>
0 commit comments