Skip to content

Commit 005d7d4

Browse files
committed
Version/Changelog set
1 parent df40db7 commit 005d7d4

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

src/Simplify.Web/CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
# Changelog
22

3-
## [4.3.0] - Unreleased
3+
## [4.3.1-pre01] - 2021-04-21
44

55
### New
66

77
- New built-in exception page design (#140)
88
- Built-in exception page light/dark design switch option (#142)
99
- 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
1021

1122
### Dependencies
1223

1324
- 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

src/Simplify.Web/Simplify.Web.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212

13-
<Version>4.3</Version>
13+
<Version>4.3-pre01</Version>
1414

1515
<Authors>Alexander Krylkov</Authors>
1616
<Product>Simplify</Product>

0 commit comments

Comments
 (0)