Skip to content

Commit

Permalink
Updated dependencies and version to 15.0.0-rc3.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyButland committed Nov 7, 2024
1 parent 2730883 commit 98941c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>
<!-- Umbraco packages -->
<ItemGroup>
<PackageVersion Include="Umbraco.Cms.Web.Common" Version="[15.0.0-rc2, 16)" />
<PackageVersion Include="Umbraco.Deploy.Infrastructure" Version="[15.0.0-rc2, 16)" />
<PackageVersion Include="Umbraco.Cms.Web.Common" Version="[15.0.0-rc3, 16)" />
<PackageVersion Include="Umbraco.Deploy.Infrastructure" Version="[15.0.0-rc3, 16)" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion tests/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Packages.props, $(MSBuildThisFileDirectory)..))" />
<!-- Umbraco packages -->
<ItemGroup>
<PackageVersion Include="Umbraco.Cms.Tests" Version="15.0.0-rc2" />
<PackageVersion Include="Umbraco.Cms.Tests" Version="15.0.0-rc3" />
</ItemGroup>
<!-- Third-party packages -->
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "15.0.0-rc2",
"version": "15.0.0-rc3",
"assemblyVersion": {
"precision": "build"
},
Expand Down

0 comments on commit 98941c3

Please sign in to comment.