Skip to content

Commit 3e37547

Browse files
committed
v5.9.3-rc-002
1 parent c4a7358 commit 3e37547

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-001</VersionSuffix>
13+
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">rc-002</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="Sdk.props" Sdk="Peachpie.NET.Sdk" Version="1.0.18" />
3+
<Import Project="Sdk.props" Sdk="Peachpie.NET.Sdk" Version="1.0.19" />
44
<PropertyGroup>
5-
<WpDotNetVersion Condition=" '$(WpDotNetVersion)'=='' ">5.9-rc-001</WpDotNetVersion>
5+
<WpDotNetVersion Condition=" '$(WpDotNetVersion)'=='' ">5.9.3-rc-002</WpDotNetVersion>
66
</PropertyGroup>
77
</Project>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<!-- This file has been generated. -->
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="Sdk.targets" Sdk="Peachpie.NET.Sdk" Version="1.0.18" />
3+
<Import Project="Sdk.targets" Sdk="Peachpie.NET.Sdk" Version="1.0.19" />
44
</Project>

0 commit comments

Comments
 (0)