Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
🆙 8.6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Aug 30, 2024
1 parent 223c72c commit 05c0de4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Serene.Web/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"sergen": {
"version": "8.6.0",
"version": "8.6.4",
"commands": [
"sergen"
],
Expand Down
2 changes: 1 addition & 1 deletion src/Serene.Web/sergen.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"UpgradeInfo": {
"InitialType": "Community",
"InitialVersion": "8.6.0.0"
"InitialVersion": "8.6.4.0"
}
}
2 changes: 1 addition & 1 deletion vsix/Serene.Templates/Serene.Templates.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>8.6.0.0</PackageVersion>
<PackageVersion>8.6.4.0</PackageVersion>
<PackageId>Serene.Templates</PackageId>
<PackageOutputPath>..\.nupkg</PackageOutputPath>
<Title>Serene Project Templates</Title>
Expand Down
2 changes: 1 addition & 1 deletion vsix/Serene.Web.vstemplate
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
<Folder Name="_chunks" TargetFolderName="_chunks">
<ProjectItem ReplaceParameters="true" TargetFileName="chunk-7V7WNOD5.js">chunk-7V7WNOD5.js</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="chunk-AEKDP6IC.js">chunk-AEKDP6IC.js</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="chunk-MJWGEVSC.js">chunk-MJWGEVSC.js</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="chunk-G6A5BMSP.js">chunk-G6A5BMSP.js</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="chunk-VJTRQGCC.js">chunk-VJTRQGCC.js</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="chunk-XIQQ2G2N.js">chunk-XIQQ2G2N.js</ProjectItem>
</Folder>
Expand Down
2 changes: 1 addition & 1 deletion vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Serene_SerenityApplicationTemplate" Version="8.6.0.0" Language="en-US" Publisher="Volkan Ceylan" />
<Identity Id="Serene_SerenityApplicationTemplate" Version="8.6.4.0" Language="en-US" Publisher="Volkan Ceylan" />
<DisplayName>Serene</DisplayName>
<Description xml:space="preserve">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.</Description>
Expand Down

0 comments on commit 05c0de4

Please sign in to comment.