-
Notifications
You must be signed in to change notification settings - Fork 4
Release/17.0.0 #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release/17.0.0 #58
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
5c3f522
[Release] Prepare version 17.0.0-rc1
mattbrailsford 8815a86
[Release] Prepare version 17.0.0-rc1
mattbrailsford 76d75f9
Use right .NET version
mattbrailsford 5723dc3
Bump the node version
mattbrailsford 44ac8cb
Compile against RC2
mattbrailsford 144b779
Upgrade to rc4
mattbrailsford 089871e
Resolve swashbuckle upgrade issues
mattbrailsford 369004a
Prepare release 17.0.0
mattbrailsford c45f3da
Update UI dependency
mattbrailsford d621cca
Fix failing tests after upgrading AutoMapper to 15
umbracotrd 2a117de
downgrade StyleCop.Analyzers to use the latest stable version
umbracotrd 016939b
Migrate away from AutoMapper because it's no longer free.
umbracotrd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,27 +1,25 @@ | ||
| <Project> | ||
| <PropertyGroup> | ||
| <TargetFramework>net9.0</TargetFramework> | ||
| <TargetFramework>net10.0</TargetFramework> | ||
| <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
| <CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" /> | ||
| <GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" /> | ||
| <GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" /> | ||
| <GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.9.50" /> | ||
| <GlobalPackageReference Include="StyleCop.Analyzers" Version="1.1.118" /> | ||
| <GlobalPackageReference Include="Umbraco.GitVersioning.Extensions" Version="0.2.0" /> | ||
| </ItemGroup> | ||
| <ItemGroup> | ||
| <PackageVersion Include="AutoMapper" Version="[12.0.1, 13)" /> | ||
| <PackageVersion Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="[12.0.1, 13)" /> | ||
| <PackageVersion Include="FluentValidation" Version="11.9.0" /> | ||
| <PackageVersion Include="Microsoft.AspNet.WebApi.Client" Version="[6.0.0, 7.0)" /> | ||
| <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> | ||
| <PackageVersion Include="Umbraco.Cms" Version="[16.0.0, 16.999.999)" /> | ||
| <PackageVersion Include="Umbraco.Cms.Web.Website" Version="[16.0.0, 16.999.999)" /> | ||
| <PackageVersion Include="Umbraco.Cms.Web.BackOffice" Version="[16.0.0, 16.999.999)" /> | ||
| <PackageVersion Include="Umbraco.Commerce" Version="[16.0.0, 16.999.999)" /> | ||
| <PackageVersion Include="coverlet.collector" Version="6.0.0" /> | ||
| <PackageVersion Include="xunit" Version="2.6.6" /> | ||
| <PackageVersion Include="xunit.runner.visualstudio" Version="2.5.6" /> | ||
| <PackageVersion Include="FluentValidation" Version="12.1.0" /> | ||
| <PackageVersion Include="Microsoft.AspNet.WebApi.Client" Version="[6.0.0, 6.999.999)" /> | ||
| <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" /> | ||
| <PackageVersion Include="Umbraco.Cms" Version="[17.0.0, 17.999.999)" /> | ||
| <PackageVersion Include="Umbraco.Cms.Web.Website" Version="[17.0.0, 17.999.999)" /> | ||
| <PackageVersion Include="Umbraco.Cms.Web.BackOffice" Version="[17.0.0, 17.999.999)" /> | ||
| <PackageVersion Include="Umbraco.Commerce" Version="[17.0.0, 17.999.999)" /> | ||
| <PackageVersion Include="coverlet.collector" Version="6.0.4" /> | ||
| <PackageVersion Include="xunit" Version="2.9.3" /> | ||
| <PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" /> | ||
| </ItemGroup> | ||
| </Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "sdk": { | ||
| "version": "9.0.100", | ||
| "version": "10.0.100", | ||
| "rollForward": "latestFeature" | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| @umbraco-commerce:registry=https://www.myget.org/F/umbraconightly/npm/ | ||
| @umbraco-cms:registry=https://www.myget.org/F/umbracoprereleases/npm/ |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.