diff --git a/.github/workflows/publish-internal.yml b/.github/workflows/publish-internal.yml index 566cc4b9be..129f4e0a3d 100644 --- a/.github/workflows/publish-internal.yml +++ b/.github/workflows/publish-internal.yml @@ -14,7 +14,7 @@ on: required: false version-core: type: string - default: "4.1.0" + default: "4.2.0" description: The core part of the version string required: false prerelease-version: diff --git a/README.md b/README.md index 71d453f65d..f268070d53 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ There is also [dotnet new template](https://www.dotvvm.com/docs/tutorials/how-to | | ASP.NET Core | OWIN | |-------------------------|-----------------------------|-----------------------| -| Current stable version | `DotVVM.AspNetCore 4.1.*` | `DotVVM.Owin 4.1.*` | +| Current stable version | `DotVVM.AspNetCore 4.2.*` | `DotVVM.Owin 4.2.*` | | Minimum runtime version | `.NET 6.0` | `.NET 4.7.2` | | Minimum ASP.NET version | `ASP.NET Core 6.0` | `OWIN 4.2.2` | diff --git a/SECURITY.md b/SECURITY.md index 2a59f030a0..8fd8e2fbd3 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,6 +7,7 @@ Any vulnerabilities that affect older versions will be considered on a case-by-c | Version | Supported | | ------- | ------------------ | +| 4.2.x | :white_check_mark: | | 4.1.x | :white_check_mark: | | 4.0.x | :white_check_mark: | | < 4.0 | :x: | diff --git a/src/Directory.Build.props b/src/Directory.Build.props index b871d074a4..56b7b42208 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -3,7 +3,7 @@ RIGANTI DotVVM is an open source ASP.NET-based framework which allows to build interactive web apps easily by using mostly C# and HTML. dotvvm;asp.net;mvvm;owin;dotnetcore - 4.1.0 + 4.2.0 package-icon.png git https://github.com/riganti/dotvvm.git diff --git a/src/Templates/content/EmptyWeb/DotvvmApplication1.csproj b/src/Templates/content/EmptyWeb/DotvvmApplication1.csproj index 991ccd9c3f..b720881356 100644 --- a/src/Templates/content/EmptyWeb/DotvvmApplication1.csproj +++ b/src/Templates/content/EmptyWeb/DotvvmApplication1.csproj @@ -14,7 +14,7 @@ - +