Skip to content

Commit 7244ffe

Browse files
committed
- .NET 5.0 explicit support
- Simplify.Web bump to 4.4 Changelog added
1 parent 1ef9350 commit 7244ffe

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
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>
@@ -23,12 +19,15 @@
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>

0 commit comments

Comments
 (0)