Skip to content

Commit 9f7ec0e

Browse files
Merge pull request #70 from umbraco/feature/v15
Upgrade to 15.0.0-rc1
2 parents 69608f8 + d4b64ce commit 9f7ec0e

File tree

9 files changed

+18
-16
lines changed

9 files changed

+18
-16
lines changed

Directory.Build.props

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<TargetFramework>net8.0</TargetFramework>
3+
<TargetFramework>net9.0</TargetFramework>
44
<Company>Umbraco HQ</Company>
55
<Authors>Umbraco</Authors>
66
<Copyright>Copyright © Umbraco $([System.DateTime]::Today.ToString('yyyy'))</Copyright>
@@ -28,8 +28,9 @@
2828
<!-- Package Validation -->
2929
<PropertyGroup>
3030
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
31-
<EnablePackageValidation>true</EnablePackageValidation>
32-
<PackageValidationBaselineVersion>14.0.0</PackageValidationBaselineVersion>
31+
<!-- TODO (V15): Re-enable when 15 is released. -->
32+
<EnablePackageValidation>false</EnablePackageValidation>
33+
<PackageValidationBaselineVersion>15.0.0</PackageValidationBaselineVersion>
3334
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
3435
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
3536
</PropertyGroup>

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<GlobalPackageReference Include="Umbraco.GitVersioning.Extensions" Version="0.2.0" />
1010
</ItemGroup>
1111
<PropertyGroup>
12-
<UmbracoCmsPackageVersion>[14.0.0, 15)</UmbracoCmsPackageVersion>
12+
<UmbracoCmsPackageVersion>[15.0.0-rc1, 16)</UmbracoCmsPackageVersion>
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<PackageVersion Include="Azure.Storage.Blobs" Version="12.22.1" />
1616
<PackageVersion Include="SixLabors.ImageSharp.Web.Providers.Azure" Version="3.1.3" />
1717
<PackageVersion Include="Umbraco.Cms.Imaging.ImageSharp" Version="$(UmbracoCmsPackageVersion)" />
1818
<PackageVersion Include="Umbraco.Cms.Web.Common" Version="$(UmbracoCmsPackageVersion)" />
1919
</ItemGroup>
20-
</Project>
20+
</Project>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ This repository contains Umbraco storage providers that can replace the default
33

44
> **Note**
55
> Use the following documentation for previous Umbraco CMS versions:
6+
> * [Umbraco CMS 14 - v14](https://github.com/umbraco/Umbraco.StorageProviders/blob/support/14.x/README.md)
67
> * [Umbraco CMS 13 - v13](https://github.com/umbraco/Umbraco.StorageProviders/blob/support/13.x/README.md)
78
> * [Umbraco CMS 12 - v12](https://github.com/umbraco/Umbraco.StorageProviders/blob/support/12.0.x/README.md)
89
> * [Umbraco CMS 11 - v11](https://github.com/umbraco/Umbraco.StorageProviders/blob/support/11.0.x/README.md)

examples/Umbraco.StorageProviders.AzureBlob.TestSite/Umbraco.StorageProviders.AzureBlob.TestSite.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>net8.0</TargetFramework>
3+
<TargetFramework>net9.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Umbraco.Cms" Version="14.3.1" />
9+
<PackageReference Include="Umbraco.Cms" Version="15.0.0-rc1" />
1010
<PackageReference Include="Umbraco.TheStarterKit" Version="14.0.0" />
1111
</ItemGroup>
1212

examples/Umbraco.StorageProviders.AzureBlob.TestSite/Views/Blog.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
new { numberOfPosts = Model.HowManyPostsShouldBeShown, startNodeKey = Model.Key })
1515
</div>
1616

17-
</section>
17+
</section>

examples/Umbraco.StorageProviders.AzureBlob.TestSite/Views/home.cshtml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
@using Umbraco.Extensions
1+
@using Umbraco.Extensions
32
@using Umbraco.Cms.Web.Common.PublishedModels;
43
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<Home>
54
@{
@@ -42,4 +41,4 @@
4241
</div>
4342
</div>
4443

45-
</section>
44+
</section>

examples/Umbraco.StorageProviders.AzureBlob.TestSite/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
},
1313
"ConnectionStrings": {
14-
"umbracoDbDSN": "Data Source=|DataDirectory|/Umbraco-14.sqlite.db;Cache=Shared;Foreign Keys=True;Pooling=True",
14+
"umbracoDbDSN": "Data Source=|DataDirectory|/Umbraco-15.sqlite.db;Cache=Shared;Foreign Keys=True;Pooling=True",
1515
"umbracoDbDSN_ProviderName": "Microsoft.Data.Sqlite"
1616
},
1717
"Umbraco": {
@@ -41,7 +41,7 @@
4141
"AzureBlob": {
4242
"Media": {
4343
"ConnectionString": "UseDevelopmentStorage=true",
44-
"ContainerName": "umbraco-storageproviders-14"
44+
"ContainerName": "umbraco-storageproviders-15"
4545
}
4646
}
4747
}

global.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"sdk": {
3-
"version": "8.0.100",
4-
"rollForward": "latestFeature"
3+
"version": "9.0.100-rc.1.24452.12",
4+
"rollForward": "latestFeature",
5+
"allowPrerelease": true
56
}
67
}

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "14.1.1-alpha",
3+
"version": "15.0.0-alpha",
44
"assemblyVersion": {
55
"precision": "build"
66
},

0 commit comments

Comments
 (0)