|
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFrameworks>netstandard2.0</TargetFrameworks> |
4 | 4 | <LangVersion>8.0</LangVersion> |
| 5 | + <OutputPath>bin\Any CPU\$(Configuration)\</OutputPath> |
| 6 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 7 | + <IncludeSymbols>true</IncludeSymbols> |
| 8 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 9 | + <DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Multipart.xml</DocumentationFile> |
| 10 | + |
| 11 | + <Version>1.3.2</Version> |
| 12 | + <PackageReleaseNotes> |
| 13 | + Updates |
| 14 | + * Upgrade to HttpMultipartParser 4.4.* (PR#24) |
| 15 | + </PackageReleaseNotes> |
| 16 | + |
5 | 17 | <Authors>Alexander Krylkov</Authors> |
6 | 18 | <Product>Simplify</Product> |
7 | 19 | <Description>Simplify.Web multipart form model binder</Description> |
8 | 20 | <Copyright>Licensed under LGPL</Copyright> |
9 | | - <Version>1.3.1</Version> |
10 | 21 | <PackageProjectUrl>https://github.com/SimplifyNet/Simplify.Web.Multipart</PackageProjectUrl> |
11 | 22 | <PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl> |
12 | 23 | <RepositoryUrl>https://github.com/SimplifyNet/Simplify.Web.Multipart</RepositoryUrl> |
13 | 24 | <RepositoryType>GIT</RepositoryType> |
14 | 25 | <PackageTags>Simplify.Web multipart</PackageTags> |
15 | | - <PackageReleaseNotes> |
16 | | - Updates |
17 | | - * Upgrade to Simplify.Web 4.2.* (floating version set) |
18 | | - * Upgrade to HttpMultipartParser 4.3.* (floating version set) |
19 | | - </PackageReleaseNotes> |
20 | | - <OutputPath>bin\Any CPU\$(Configuration)\</OutputPath> |
21 | | - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
22 | | - <IncludeSymbols>true</IncludeSymbols> |
23 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
24 | | - <DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Multipart.xml</DocumentationFile> |
25 | 26 | </PropertyGroup> |
26 | 27 | <ItemGroup> |
27 | 28 | <PackageReference Include="Simplify.Web" Version="4.2.*" /> |
|
0 commit comments