We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c804e5a commit 6fc6d9dCopy full SHA for 6fc6d9d
src/Simplify.Web/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [4.5.0] - 2021-11-23
4
+
5
+### Added
6
7
+- Possibility to use base class between user controller and controller base class (#167)
8
9
## [4.4.3] - 2021-10-19
10
11
### Fixed
src/Simplify.Web/Simplify.Web.csproj
@@ -10,7 +10,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
12
13
- <Version>4.4.3</Version>
+ <Version>4.5</Version>
14
15
<Authors>Alexander Krylkov</Authors>
16
<Product>Simplify</Product>
0 commit comments