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 55[ ![ AppVeyor branch] ( https://img.shields.io/appveyor/ci/i4004/simplify-web-messagebox/master )] ( https://ci.appveyor.com/project/i4004/simplify-web-messagebox )
66[ ![ Libraries.io dependency status for latest release] ( https://img.shields.io/librariesio/release/nuget/Simplify.Web.MessageBox )] ( https://libraries.io/nuget/Simplify.Web.MessageBox )
77[ ![ 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 )
99[ ![ Dependabot Status] ( https://api.dependabot.com/badges/status?host=github&repo=SimplifyNet/Simplify.Web.MessageBox )] ( https://dependabot.com )
1010[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen )] ( http://makeapullrequest.com )
1111
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 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >netstandard2.0;net462</TargetFrameworks >
3+ <TargetFrameworks >net5.0; netstandard2.0;net462</TargetFrameworks >
44 <IncludeSymbols >true</IncludeSymbols >
55 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
66 <OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
77 <DocumentationFile >bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.MessageBox.xml</DocumentationFile >
88
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 >
1410
1511 <Authors >Alexander Krylkov</Authors >
1612 <Product >Simplify</Product >
2117 <RepositoryUrl >https://github.com/SimplifyNet/Simplify.Web.MessageBox</RepositoryUrl >
2218 <RepositoryType >GIT</RepositoryType >
2319 <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 >
2422 </PropertyGroup >
2523 <ItemGroup >
2624 <Content Include =" Templates\App_Packages\Simplify.Web.MessageBox\ErrorMessageBox.tpl" />
3331 <ItemGroup >
3432 <PackageReference Include =" Simplify.Web" Version =" 4.4.*" />
3533 </ItemGroup >
34+ <ItemGroup >
35+ <None Include =" ..\images\icon.png" Pack =" true" Visible =" false" PackagePath =" " />
36+ <None Include =" CHANGELOG.md" Pack =" true" PackagePath =" \" />
37+ </ItemGroup >
3638</Project >
You can’t perform that action at this time.
0 commit comments