Skip to content

Commit 53b3702

Browse files
committed
peachpie 1.1.10
wpdotnet 6.5.4-rc-020
1 parent 7f789a6 commit 53b3702

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- common version -->
1111
<VersionFileContent>$([System.IO.File]::ReadAllText($(MSBuildThisFileDirectory)wordpress/wp-includes/version.php) )</VersionFileContent>
1212
<VersionPrefix Condition=" '$(VersionPrefix)'=='' ">$([System.Text.RegularExpressions.Regex]::Match($(VersionFileContent), "\$wp_version\s*=\s*'([0-9\.]+)';").Groups.get_Item(1) )</VersionPrefix>
13-
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">rc-019</VersionSuffix>
13+
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">rc-020</VersionSuffix>
1414
<!--PeachpieVersion> specified in global.json </PeachpieVersion-->
1515

1616
<!-- metadata generation -->
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- This file has been generated. -->
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="Version.props" Sdk="Peachpie.NET.Sdk" Version="1.2.0-r18129" Condition=" '$(PeachpieVersion)'=='' " />
3+
<Import Project="Version.props" Sdk="Peachpie.NET.Sdk" Version="1.1.10" Condition=" '$(PeachpieVersion)'=='' " />
44
<PropertyGroup>
5-
<WpDotNetVersion Condition=" '$(WpDotNetVersion)'=='' ">6.5.4-rc-019</WpDotNetVersion>
5+
<WpDotNetVersion Condition=" '$(WpDotNetVersion)'=='' ">6.5.4-rc-020</WpDotNetVersion>
66
</PropertyGroup>
77
</Project>

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"msbuild-sdks": {
3-
"Peachpie.NET.Sdk": "1.2.0-r18129"
3+
"Peachpie.NET.Sdk": "1.1.10"
44
}
55
}

0 commit comments

Comments
 (0)