diff --git a/src/Serene.Web/.config/dotnet-tools.json b/src/Serene.Web/.config/dotnet-tools.json index 504652e9..d786d285 100644 --- a/src/Serene.Web/.config/dotnet-tools.json +++ b/src/Serene.Web/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "sergen": { - "version": "8.6.0", + "version": "8.6.4", "commands": [ "sergen" ], diff --git a/src/Serene.Web/sergen.json b/src/Serene.Web/sergen.json index ab84bb3d..9050c610 100644 --- a/src/Serene.Web/sergen.json +++ b/src/Serene.Web/sergen.json @@ -7,6 +7,6 @@ }, "UpgradeInfo": { "InitialType": "Community", - "InitialVersion": "8.6.0.0" + "InitialVersion": "8.6.4.0" } } \ No newline at end of file diff --git a/vsix/Serene.Templates/Serene.Templates.csproj b/vsix/Serene.Templates/Serene.Templates.csproj index 3778df08..73e1e14e 100644 --- a/vsix/Serene.Templates/Serene.Templates.csproj +++ b/vsix/Serene.Templates/Serene.Templates.csproj @@ -1,7 +1,7 @@ Template - 8.6.0.0 + 8.6.4.0 Serene.Templates ..\.nupkg Serene Project Templates diff --git a/vsix/Serene.Web.vstemplate b/vsix/Serene.Web.vstemplate index 4960a188..2f3caa4f 100644 --- a/vsix/Serene.Web.vstemplate +++ b/vsix/Serene.Web.vstemplate @@ -406,7 +406,7 @@ chunk-7V7WNOD5.js chunk-AEKDP6IC.js - chunk-MJWGEVSC.js + chunk-G6A5BMSP.js chunk-VJTRQGCC.js chunk-XIQQ2G2N.js diff --git a/vsix/source.extension.vsixmanifest b/vsix/source.extension.vsixmanifest index 25a93931..63be1906 100644 --- a/vsix/source.extension.vsixmanifest +++ b/vsix/source.extension.vsixmanifest @@ -1,6 +1,6 @@ - + Serene Serenity is an ASP.NET Core / TypeScript application platform designed to simplify and shorten development of data-centric business applications with a service based architecture. Serene is a starter template to build Serenity applications.