Skip to content

Commit 27c291f

Browse files
committed
Bumped Deploy dependency to 13.1.0 and version to 13.1.0.
1 parent 818223e commit 27c291f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<!-- Umbraco packages -->
1414
<ItemGroup>
1515
<PackageVersion Include="Umbraco.Cms.Web.Common" Version="[13.0.0, 14)" />
16-
<PackageVersion Include="Umbraco.Deploy.Infrastructure" Version="[13.1.0-rc1, 14)" />
16+
<PackageVersion Include="Umbraco.Deploy.Infrastructure" Version="[13.1.0, 14)" />
1717
</ItemGroup>
1818
</Project>

version.json

Lines changed: 2 additions & 2 deletions
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": "13.1.0-rc1",
3+
"version": "13.1.0",
44
"assemblyVersion": {
55
"precision": "build"
66
},
@@ -22,4 +22,4 @@
2222
"tagName": "release-{version}",
2323
"branchName": "release/{version}"
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)