File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed
src/Simplify.Web.Multipart Expand file tree Collapse file tree 3 files changed +17
-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-multipart/master )] ( https://ci.appveyor.com/project/i4004/simplify-web-multipart )
66[ ![ Libraries.io dependency status for latest release] ( https://img.shields.io/librariesio/release/nuget/Simplify.Web.Multipart )] ( https://libraries.io/nuget/Simplify.Web.Multipart )
77[ ![ CodeFactor Grade] ( https://img.shields.io/codefactor/grade/github/SimplifyNet/Simplify.Web.Multipart )] ( https://www.codefactor.io/repository/github/simplifynet/simplify.web.Multipart )
8- ![ Platform] ( https://img.shields.io/badge/platform-.NET%20Standard%202.0-lightgrey )
8+ ![ Platform] ( https://img.shields.io/badge/platform-.NET%205.0%20%7C%20.NET% 20Standard%202.0-lightgrey )
99[ ![ Dependabot Status] ( https://api.dependabot.com/badges/status?host=github&repo=SimplifyNet/Simplify.Web.Multipart )] ( 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.2] - 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</TargetFrameworks >
3+ <TargetFrameworks >net5.0; netstandard2.0</TargetFrameworks >
44 <LangVersion >9.0</LangVersion >
55 <OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
66 <EmbedUntrackedSources >true</EmbedUntrackedSources >
77 <IncludeSymbols >true</IncludeSymbols >
88 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
99 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1010
11- <Version >1.4.1</Version >
12- <PackageReleaseNotes >
13- Updates
14- * Upgrade to Simplify.Web 4.2.3
15- </PackageReleaseNotes >
11+ <Version >1.4.2</Version >
1612
1713 <Authors >Alexander Krylkov</Authors >
1814 <Product >Simplify</Product >
2319 <RepositoryUrl >https://github.com/SimplifyNet/Simplify.Web.Multipart</RepositoryUrl >
2420 <RepositoryType >GIT</RepositoryType >
2521 <PackageTags >Simplify.Web multipart</PackageTags >
22+
23+ <PackageReleaseNotes >See https://github.com/SimplifyNet/Simplify.Web.Multipart/tree/master/src/Simplify.Web.Multipart/CHANGELOG.md for details</PackageReleaseNotes >
2624 </PropertyGroup >
2725 <ItemGroup >
2826 <PackageReference Include =" Simplify.Web" Version =" 4.4.*" />
2927 <PackageReference Include =" HttpMultipartParser" Version =" 5.0.*" />
3028 </ItemGroup >
3129 <ItemGroup >
3230 <None Include =" ..\..\images\icon.png" Pack =" true" Visible =" false" PackagePath =" " />
31+ <None Include =" CHANGELOG.md" Pack =" true" PackagePath =" \" />
3332 </ItemGroup >
3433</Project >
You can’t perform that action at this time.
0 commit comments