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 5
5
[ ![ AppVeyor branch] ( https://img.shields.io/appveyor/ci/i4004/simplify-web-multipart/master )] ( https://ci.appveyor.com/project/i4004/simplify-web-multipart )
6
6
[ ![ Libraries.io dependency status for latest release] ( https://img.shields.io/librariesio/release/nuget/Simplify.Web.Multipart )] ( https://libraries.io/nuget/Simplify.Web.Multipart )
7
7
[ ![ 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 )
9
9
[ ![ Dependabot Status] ( https://api.dependabot.com/badges/status?host=github&repo=SimplifyNet/Simplify.Web.Multipart )] ( 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.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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >netstandard2.0</TargetFrameworks >
3
+ <TargetFrameworks >net5.0; netstandard2.0</TargetFrameworks >
4
4
<LangVersion >9.0</LangVersion >
5
5
<OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
6
6
<EmbedUntrackedSources >true</EmbedUntrackedSources >
7
7
<IncludeSymbols >true</IncludeSymbols >
8
8
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
9
9
<GenerateDocumentationFile >true</GenerateDocumentationFile >
10
10
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 >
16
12
17
13
<Authors >Alexander Krylkov</Authors >
18
14
<Product >Simplify</Product >
23
19
<RepositoryUrl >https://github.com/SimplifyNet/Simplify.Web.Multipart</RepositoryUrl >
24
20
<RepositoryType >GIT</RepositoryType >
25
21
<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 >
26
24
</PropertyGroup >
27
25
<ItemGroup >
28
26
<PackageReference Include =" Simplify.Web" Version =" 4.4.*" />
29
27
<PackageReference Include =" HttpMultipartParser" Version =" 5.0.*" />
30
28
</ItemGroup >
31
29
<ItemGroup >
32
30
<None Include =" ..\..\images\icon.png" Pack =" true" Visible =" false" PackagePath =" " />
31
+ <None Include =" CHANGELOG.md" Pack =" true" PackagePath =" \" />
33
32
</ItemGroup >
34
33
</Project >
You can’t perform that action at this time.
0 commit comments