Skip to content

Commit ac8504b

Browse files
committed
5.9.0-preview13
1 parent a534ea6 commit ac8504b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
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)'=='' ">preview12</VersionSuffix>
13+
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">preview13</VersionSuffix>
1414
<!--PeachpieVersion> specified in global.json </PeachpieVersion-->
1515

1616
<!-- metadata generation -->

PeachPied.WordPress.Build.Plugin/build/Sdk.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="Sdk.props" Sdk="Peachpie.NET.Sdk" Version="1.0.15" />
44
<PropertyGroup>
5-
<WpDotNetVersion Condition=" '$(WpDotNetVersion)'=='' ">5.9-preview12</WpDotNetVersion>
5+
<WpDotNetVersion Condition=" '$(WpDotNetVersion)'=='' ">5.9.0-preview13</WpDotNetVersion>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)