File tree Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ AppVeyor branch] ( https://img.shields.io/appveyor/ci/i4004/simplify-web-messagebox/master )] ( https://ci.appveyor.com/project/i4004/simplify-web-messagebox )
6
6
[ ![ Libraries.io dependency status for latest release] ( https://img.shields.io/librariesio/release/nuget/Simplify.Web.MessageBox )] ( https://libraries.io/nuget/Simplify.Web.MessageBox )
7
7
[ ![ CodeFactor Grade] ( https://img.shields.io/codefactor/grade/github/SimplifyNet/Simplify.Web.MessageBox )] ( https://www.codefactor.io/repository/github/simplifynet/simplify.web.MessageBox )
8
- ![ Platform] ( https://img.shields.io/badge/platform-.NET%20Standard%202.0%20%7C%20.NET%204.6.2-lightgrey )
8
+ ![ Platform] ( https://img.shields.io/badge/platform-NET%205.0%20%7C%20 .NET%20Standard%202.0%20%7C%20.NET%204.6.2-lightgrey )
9
9
[ ![ Dependabot Status] ( https://api.dependabot.com/badges/status?host=github&repo=SimplifyNet/Simplify.Web.MessageBox )] ( https://dependabot.com )
10
10
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen )] ( http://makeapullrequest.com )
11
11
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## [ 1.4.3] - 2021-04-26
4
+
5
+ ### Added
6
+
7
+ - .NET 5.0 explicit support
8
+
9
+ ### Dependencies
10
+
11
+ - Simplify.Web bump to 4.4
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >netstandard2.0;net462</TargetFrameworks >
3
+ <TargetFrameworks >net5.0; netstandard2.0;net462</TargetFrameworks >
4
4
<IncludeSymbols >true</IncludeSymbols >
5
5
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
6
6
<OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
7
7
<DocumentationFile >bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.MessageBox.xml</DocumentationFile >
8
8
9
- <Version >1.4.2</Version >
10
- <PackageReleaseNotes >
11
- Updates
12
- * Upgrade to Simplify.Web 4.2.3
13
- </PackageReleaseNotes >
9
+ <Version >1.4.3</Version >
14
10
15
11
<Authors >Alexander Krylkov</Authors >
16
12
<Product >Simplify</Product >
21
17
<RepositoryUrl >https://github.com/SimplifyNet/Simplify.Web.MessageBox</RepositoryUrl >
22
18
<RepositoryType >GIT</RepositoryType >
23
19
<PackageTags >Simplify.Web</PackageTags >
20
+
21
+ <PackageReleaseNotes >See https://github.com/SimplifyNet/Simplify.Web.Multipart/tree/master/src/Simplify.Web.Multipart/CHANGELOG.md for details</PackageReleaseNotes >
24
22
</PropertyGroup >
25
23
<ItemGroup >
26
24
<Content Include =" Templates\App_Packages\Simplify.Web.MessageBox\ErrorMessageBox.tpl" />
33
31
<ItemGroup >
34
32
<PackageReference Include =" Simplify.Web" Version =" 4.4.*" />
35
33
</ItemGroup >
34
+ <ItemGroup >
35
+ <None Include =" ..\images\icon.png" Pack =" true" Visible =" false" PackagePath =" " />
36
+ <None Include =" CHANGELOG.md" Pack =" true" PackagePath =" \" />
37
+ </ItemGroup >
36
38
</Project >
You can’t perform that action at this time.
0 commit comments