Skip to content

Commit

Permalink
Updates dependencies to latest and increase minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanPetersson committed Mar 6, 2023
1 parent 448a9b0 commit c44ae5c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
<Project>
<PropertyGroup>
<VersionPrefix>1.4.0</VersionPrefix>
<VersionPrefix>1.5.0</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)' == 'Debug'">devbuild</VersionSuffix>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions templates/Alloy.Mvc/Alloy.Mvc.1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="EPiServer.Cms.AspNetCore.TagHelpers" Version="12.12.1" />
<PackageReference Include="EPiServer.CMS" Version="12.16.1" />
<PackageReference Include="EPiServer.CMS" Version="12.17.1" />
<PackageReference Include="EPiServer.CMS.AspNetCore.TagHelpers" Version="12.12.1" />
<PackageReference Include="Wangkanai.Detection" Version="5.2.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion templates/Cms.Empty/Cms.Empty.1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="EPiServer.CMS" Version="12.13.2" />
<PackageReference Include="EPiServer.CMS" Version="12.17.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion templates/Cms.Item/Cms.Item.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EPiServer.CMS" Version="12.6.0" />
<PackageReference Include="EPiServer.CMS" Version="12.17.1" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions templates/Commerce.Empty/Commerce.Empty.1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="EPiServer.CMS" Version="12.13.2" />
<PackageReference Include="EPiServer.Commerce" Version="14.7.0" />
<PackageReference Include="EPiServer.CMS" Version="12.17.1" />
<PackageReference Include="EPiServer.Commerce" Version="14.10.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c44ae5c

Please sign in to comment.