Skip to content

Commit 0bb3274

Browse files
committed
Versions/Release notes set
1 parent 90b82a2 commit 0bb3274

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

src/Simplify.Web.Tests/Simplify.Web.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Product>Simplify</Product>
88
<Description>Simplify.Web unit tests</Description>
99
<Copyright>Licensed under LGPL</Copyright>
10-
<Version>1.4.1</Version>
10+
<Version>2.0</Version>
1111
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
1212
</PropertyGroup>
1313
<ItemGroup>

src/Simplify.Web/Simplify.Web.csproj

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,29 @@
77
<Product>Simplify</Product>
88
<Description>Lightweight and fast .NET web-framework based on MVC and OWIN</Description>
99
<Copyright>Licensed under LGPL</Copyright>
10-
<Version>3.0</Version>
10+
<Version>4.0-pre01</Version>
1111
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify.Web</PackageProjectUrl>
1212
<PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl>
1313
<RepositoryUrl>https://github.com/SimplifyNet/Simplify.Web</RepositoryUrl>
1414
<RepositoryType>GIT</RepositoryType>
1515
<PackageTags>.NET web-framework MVC DI OWIN</PackageTags>
1616
<PackageReleaseNotes>
1717
Breaking changes
18-
* `HttpModelHandler` Validation/Bidning types now should be regisered in container besides `HttpModelHandler.Register`
19-
* Simplfiy.Web types registration simplification, for custom types use respective override methods
20-
* `Ajax` attribute renamed to `Content` (#20)
18+
* Simplify.Web request pipeline asynchronous all the way (Async controllers are now processed the same way as synchronous)
19+
* `ControllerResponse` `Process` is now asynchronous (#30)
20+
* Upgrade to Simplify.Templates 2 (#40)
2121
New
22-
* Custom ViewModel attribute (#14)
23-
* Custom error message for validation attributes (#15)
24-
* HTTP OPTIONS support for controllers (#21)
25-
* `RegisterSimplifyWeb` `IDIContainerProvider` extension method for custom Simplify.Web types registration (#17)
26-
* Internal container ambient context (BootstrapperFactory.ContainerProvider) for SImplify.Web usage with default initialization from `DIContainer.Current`
27-
* `IControllerExecutor` `IControllerMetaData` instead of only controllerType (#16)
28-
* `GetTypesToIgnore` moved to `SimplifyWebTypesFinder`
22+
* Controllers `Model` asynchronous `ReadModelAsync` method (#27)
23+
* `IWebContext.RequestBody` asynchronous `ReadRequestBodyAsync` method (#26)
24+
* `IWebContext.Form` asynchronous `ReadFormAsync` method
25+
* Static file handler is asynchronous (#31)
26+
* IWebContext.IsAuthenticated (#42)
27+
* TemplateFactory `LoadAsync` method refactored to correct async
28+
Bug fixes
29+
* RequiredAttribute is not checking empty strings (#29)
30+
* StaticFileResponse is not correctly calculating MIME type by file extension (#34)
2931
Dependencies Updates
30-
* Upgrade to Microsoft.Extensions.Configuration.Json 3.0
31-
* Internal upgrade to Simplify.String.Sources 1.2.1, Simplify.System.Sources 1.2.1
32-
Other
33-
* Internal refactoring
34-
* C# 8 and Nullable Reference Types enabled (#22)
32+
* System.IO.Abstractions dependency removed
3533
</PackageReleaseNotes>
3634
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
3735
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.xml</DocumentationFile>

0 commit comments

Comments
 (0)