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

Commit

Permalink
🆙 8.4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed May 3, 2024
1 parent c2656e9 commit 8362132
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion common-features
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.4.7",
"version": "8.4.8",
"commands": [
"sergen"
]
Expand Down
12 changes: 6 additions & 6 deletions src/Serene.Web/Serene.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.4.4" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers" />
</ItemGroup>
<ItemGroup Condition="'$(UseProjectRefs)' == 'false'">
<PackageReference Include="Serenity.Assets" Version="8.4.7" />
<PackageReference Include="Serenity.Corelib" Version="8.4.7" />
<PackageReference Include="Serenity.Net.Web" Version="8.4.7" />
<PackageReference Include="Serenity.Extensions" Version="8.4.7.1" />
<PackageReference Include="Serenity.Assets" Version="8.4.8" />
<PackageReference Include="Serenity.Corelib" Version="8.4.8" />
<PackageReference Include="Serenity.Net.Web" Version="8.4.8" />
<PackageReference Include="Serenity.Extensions" Version="8.4.8" />
<!--#if (Northwind)-->
<PackageReference Include="Serenity.Demo.Northwind" Version="8.4.7.1" />
<PackageReference Include="Serenity.Demo.Northwind" Version="8.4.8" />
<!--#endif-->
<!--#if (BasicSamples)-->
<PackageReference Include="Serenity.Demo.BasicSamples" Version="8.4.7.1" />
<PackageReference Include="Serenity.Demo.BasicSamples" Version="8.4.8" />
<!--#endif-->
</ItemGroup>
<ItemGroup Condition="'$(UseProjectRefs)' != 'false'">
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.4.7.1"
"InitialVersion": "8.4.8.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.4.7.1</PackageVersion>
<PackageVersion>8.4.8.0</PackageVersion>
<PackageId>Serene.Templates</PackageId>
<PackageOutputPath>..\.nupkg</PackageOutputPath>
<Title>Serene Project Templates</Title>
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.4.7.1" Language="en-US" Publisher="Volkan Ceylan" />
<Identity Id="Serene_SerenityApplicationTemplate" Version="8.4.8.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 8362132

Please sign in to comment.