Skip to content

Commit

Permalink
v14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
markusobviuse committed May 30, 2024
1 parent 587e516 commit a514593
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/build.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
param ($version = "14.0.0",$versionSuffix = "-rc5")
param ($version = "14.0.0",$versionSuffix = "")
# Params
# version = major.minor.patch
# versionSuffix = eg -beta1, -rc1 (should include leading -). Leave empty string if not a pre-release.
Expand Down
2 changes: 1 addition & 1 deletion samples/UmbracoTestSite/UmbracoTestSite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms" Version="14.0.0-rc5" />
<PackageReference Include="Umbraco.Cms" Version="14.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/Our.Umbraco.TheDashboard/Our.Umbraco.TheDashboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<AssemblyVersion>1.0.0</AssemblyVersion>
<Version>14.0.0</Version>
<PackageVersion>14.0.0-rc5</PackageVersion>
<InformationalVersion>14.0.0-rc5</InformationalVersion>
<PackageVersion>14.0.0</PackageVersion>
<InformationalVersion>14.0.0</InformationalVersion>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Umbraco.Cms.Api.Common" Version="14.0.0-rc5" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="14.0.0-rc5" />
<PackageReference Include="Umbraco.Cms.Api.Common" Version="14.0.0" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="14.0.0" />
</ItemGroup>
<ItemGroup>
<None Include="build\README.md" Pack="true" PackagePath="\" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"$schema": "../../../../Our.Umbraco.TheDashboard.Testsite/umbraco-package-schema.json",
"name": "TheDashboard",
"version": "14.0.0-rc5",
"version": "14.0.0",
"extensions": [
{
"type": "entryPoint",
"alias": "TheDashboard.EntryPoint",
"name": "TheDashboard Entry Point",
"js": "/App_Plugins/Our.Umbraco.TheDashboard/dist/the-dashboard-umbraco.js?v1400rc5",
"js": "/App_Plugins/Our.Umbraco.TheDashboard/dist/the-dashboard-umbraco.js?v1400",
"weight": 13000
}
]
Expand Down

0 comments on commit a514593

Please sign in to comment.