Skip to content

Commit

Permalink
Merged PR 11092: Update all Umbraco versions to latest stable
Browse files Browse the repository at this point in the history
Update all Umbraco versions to latest stable
  • Loading branch information
D-Inventor committed Dec 14, 2023
1 parent 64ad9d5 commit d4dac2b
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>UrlTracker.Backoffice.Notifications</PackageId>
<Title>URL Tracker Backoffice Notifications</Title>
Expand All @@ -12,6 +12,6 @@
<ProjectReference Include="..\UrlTracker.Core\UrlTracker.Core.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Umbraco.Cms.Infrastructure" Version="13.0.0-rc5" />
<PackageReference Include="Umbraco.Cms.Infrastructure" Version="13.0.0" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions src/UrlTracker.Backoffice.UI/UrlTracker.Backoffice.UI.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<PackageId>UrlTracker.Backoffice.UI</PackageId>
<Title>URL Tracker Backoffice interface</Title>
Expand Down Expand Up @@ -29,8 +29,8 @@
<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0" />
<PackageReference Include="Umbraco.Cms.Core" Version="13.0.0-rc5" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="13.0.0-rc5" />
<PackageReference Include="Umbraco.Cms.Core" Version="13.0.0" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="13.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>UrlTracker.Core.Caching.Memory</PackageId>
<Title>URL Tracker Core Memory Cache</Title>
Expand All @@ -9,7 +9,7 @@
- Update to Umbraco 13 latest release candidate</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Umbraco.Cms.Core" Version="13.0.0-rc5" />
<PackageReference Include="Umbraco.Cms.Core" Version="13.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
<PackageReference Include="Scrutor" Version="4.2.2" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/UrlTracker.Core/UrlTracker.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>UrlTracker.Core</PackageId>
<Title>URL Tracker Core</Title>
Expand All @@ -9,7 +9,7 @@
- Update to Umbraco 13 latest release candidate</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Umbraco.Cms.Infrastructure" Version="13.0.0-rc5" />
<PackageReference Include="Umbraco.Cms.Infrastructure" Version="13.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\UrlTracker.Modules\UrlTracker.Modules.csproj" />
Expand Down
6 changes: 3 additions & 3 deletions src/UrlTracker.Middleware/UrlTracker.Middleware.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>UrlTracker.Middleware</PackageId>
<Title>URL Tracker Middleware</Title>
Expand All @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="Umbraco.Cms.Core" Version="13.0.0-rc5" />
<PackageReference Include="Umbraco.Cms.Web.Common" Version="13.0.0-rc5" />
<PackageReference Include="Umbraco.Cms.Core" Version="13.0.0" />
<PackageReference Include="Umbraco.Cms.Web.Common" Version="13.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\UrlTracker.Core\UrlTracker.Core.csproj" />
Expand Down
6 changes: 3 additions & 3 deletions src/UrlTracker.Web/UrlTracker.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<!-- Package properties -->
<PropertyGroup>
<PackageId>UrlTracker.Web</PackageId>
Expand All @@ -13,8 +13,8 @@
<!-- External references -->
<ItemGroup>
<PackageReference Include="UAParser" Version="3.1.47" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="13.0.0-rc5" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="13.0.0-rc5" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="13.0.0" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="13.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\UrlTracker.Core\UrlTracker.Core.csproj" />
Expand Down
4 changes: 2 additions & 2 deletions src/UrlTracker/UrlTracker.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>UrlTracker</PackageId>
<Title>URL Tracker</Title>
Expand All @@ -16,7 +16,7 @@
- Update to Umbraco 13 latest release candidate</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Umbraco.Cms.Core" Version="13.0.0-rc5" />
<PackageReference Include="Umbraco.Cms.Core" Version="13.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\UrlTracker.Backoffice.Notifications\UrlTracker.Backoffice.Notifications.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Umbraco.Cms" Version="13.0.0-rc5" />
<PackageReference Include="Umbraco.Cms" Version="13.0.0" />
<PackageReference Include="uSync" Version="13.0.0-rc2" />
</ItemGroup>

Expand Down

0 comments on commit d4dac2b

Please sign in to comment.