Skip to content

Commit f7f9ec4

Browse files
committed
[up] Simplify.Web to 4.7
[edit] target frameworks [edit] version/changelog
1 parent 759c234 commit f7f9ec4

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

src/Simplify.Web.MessageBox/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
## [1.4.5] - 2022-05-18
416

517
### Dependencies

src/Simplify.Web.MessageBox/Simplify.Web.MessageBox.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0;net5.0;netstandard2.0;net462</TargetFrameworks>
3+
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0;net48</TargetFrameworks>
44
<LangVersion>latest</LangVersion>
55
<Nullable>enable</Nullable>
66
<IncludeSymbols>true</IncludeSymbols>
77
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99

10-
<Version>1.4.5</Version>
10+
<Version>1.4.6</Version>
1111

1212
<Authors>Alexander Krylkov</Authors>
1313
<Product>Simplify</Product>
@@ -30,7 +30,7 @@
3030
<Content Include="Templates\App_Packages\Simplify.Web.MessageBox\OkMessageBox.tpl" />
3131
</ItemGroup>
3232
<ItemGroup>
33-
<PackageReference Include="Simplify.Web" Version="4.6.0" />
33+
<PackageReference Include="Simplify.Web" Version="4.7" />
3434
</ItemGroup>
3535
<ItemGroup>
3636
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)