File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11using System ;
22using HttpMultipartParser ;
3- using Simplify . Web . ModelBinding ;
3+ using Simplify . Web . Model . Binding ;
44
5- namespace Simplify . Web . Multipart . ModelBinding . Binders
5+ namespace Simplify . Web . Multipart . Model . Binding
66{
77 /// <summary>
88 /// Provides form multipart data to object binding
Original file line number Diff line number Diff line change 11using System . Collections . Generic ;
22using HttpMultipartParser ;
33
4- namespace Simplify . Web . Multipart . ModelBinding
4+ namespace Simplify . Web . Multipart . Model
55{
66 /// <summary>
77 /// HTTP multipart form data model
Original file line number Diff line number Diff line change 55 <Product >Simplify</Product >
66 <Description >Simplify.Web multipart form model binder</Description >
77 <Copyright >Licensed under LGPL</Copyright >
8- <Version >1.0. 1</Version >
8+ <Version >1.1</Version >
99 <PackageProjectUrl >https://github.com/SimplifyNet/Simplify.Web.Multipart</PackageProjectUrl >
1010 <PackageIconUrl >https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl >
1111 <RepositoryUrl >https://github.com/SimplifyNet/Simplify.Web.Multipart</RepositoryUrl >
1212 <RepositoryType >GIT</RepositoryType >
1313 <PackageTags >Simplify.Web multipart</PackageTags >
1414 <PackageReleaseNotes >
1515 Updates
16- * Upgrade to Simplify.Web 2. 3
16+ * Upgrade to Simplify.Web 3
1717 </PackageReleaseNotes >
1818 <OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
1919 <DocumentationFile >bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Multipart.xml</DocumentationFile >
2020 </PropertyGroup >
2121 <ItemGroup >
22- <PackageReference Include =" Simplify.Web" Version =" 2.3 .0" />
22+ <PackageReference Include =" Simplify.Web" Version =" 3.0 .0" />
2323 <PackageReference Include =" HttpMultipartParser" Version =" 2.2.4" />
2424 </ItemGroup >
2525</Project >
You can’t perform that action at this time.
0 commit comments