File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 4.3.0 ] - Unreleased
3
+ ## [ 4.3.1-pre01 ] - 2021-04-21
4
4
5
5
### New
6
6
7
7
- New built-in exception page design (#140 )
8
8
- Built-in exception page light/dark design switch option (#142 )
9
9
- Display minimal text exception page in case of WebContext.IsAjax (#141 )
10
+ - .NET 5.0 explicit support
11
+ - Refactofing to nullable
12
+
13
+ ### Changed
14
+
15
+ - String table items without name ignore
16
+
17
+ ### Fixed
18
+
19
+ - Context.User.Identity check for null
20
+ - Assembly.FullName null check added
10
21
11
22
### Dependencies
12
23
13
24
- Microsoft.Extensions.Configuration.Json bump to 3.1.14
14
- - Simplify.DI bump to 4.0.15
25
+ - Simplify.Xml.Sources bump to 1.3
Original file line number Diff line number Diff line change 10
10
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
11
11
<GenerateDocumentationFile >true</GenerateDocumentationFile >
12
12
13
- <Version >4.3</Version >
13
+ <Version >4.3-pre01 </Version >
14
14
15
15
<Authors >Alexander Krylkov</Authors >
16
16
<Product >Simplify</Product >
You can’t perform that action at this time.
0 commit comments