File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
src/Simplify.Web.MessageBox Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.4.6] - 2023-08-21
4
+
5
+ ### Removed
6
+
7
+ - .NET 4.6.2 support
8
+ - .NET 5.0 support
9
+
10
+ ### Addedg
11
+
12
+ - .NET Standard 2.1 support
13
+ - .NET 4.8 support
14
+
3
15
## [ 1.4.5] - 2022-05-18
4
16
5
17
### Dependencies
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net6.0;net5.0 ;netstandard2.0;net462 </TargetFrameworks >
3
+ <TargetFrameworks >net6.0;netstandard2.1 ;netstandard2.0;net48 </TargetFrameworks >
4
4
<LangVersion >latest</LangVersion >
5
5
<Nullable >enable</Nullable >
6
6
<IncludeSymbols >true</IncludeSymbols >
7
7
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
9
9
10
- <Version >1.4.5 </Version >
10
+ <Version >1.4.6 </Version >
11
11
12
12
<Authors >Alexander Krylkov</Authors >
13
13
<Product >Simplify</Product >
30
30
<Content Include =" Templates\App_Packages\Simplify.Web.MessageBox\OkMessageBox.tpl" />
31
31
</ItemGroup >
32
32
<ItemGroup >
33
- <PackageReference Include =" Simplify.Web" Version =" 4.6.0 " />
33
+ <PackageReference Include =" Simplify.Web" Version =" 4.7 " />
34
34
</ItemGroup >
35
35
<ItemGroup >
36
36
<None Include =" ..\..\images\icon.png" Pack =" true" Visible =" false" PackagePath =" " />
You can’t perform that action at this time.
0 commit comments