Skip to content

Commit

Permalink
rc-016
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Oct 16, 2023
1 parent 1e2bf81 commit 2696a05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- common version -->
<VersionFileContent>$([System.IO.File]::ReadAllText($(MSBuildThisFileDirectory)wordpress/wp-includes/version.php) )</VersionFileContent>
<VersionPrefix Condition=" '$(VersionPrefix)'=='' ">$([System.Text.RegularExpressions.Regex]::Match($(VersionFileContent), "\$wp_version\s*=\s*'([0-9\.]+)';").Groups.get_Item(1) )</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">rc-015</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">rc-016</VersionSuffix>
<!--PeachpieVersion> specified in global.json </PeachpieVersion-->

<!-- metadata generation -->
Expand Down
2 changes: 1 addition & 1 deletion PeachPied.WordPress.Build.Plugin/Sdk/Version.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="Sdk.props" Sdk="Peachpie.NET.Sdk" Version="1.1.9" />
<PropertyGroup>
<WpDotNetVersion Condition=" '$(WpDotNetVersion)'=='' ">6.3.1-rc-015</WpDotNetVersion>
<WpDotNetVersion Condition=" '$(WpDotNetVersion)'=='' ">6.3.1-rc-016</WpDotNetVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion PeachPied.WordPress.Build.Plugin/build/Sdk.Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="Sdk.props" Sdk="Peachpie.NET.Sdk" Version="1.1.9" />
<PropertyGroup>
<WpDotNetVersion Condition=" '$(WpDotNetVersion)'=='' ">6.3.1-rc-015</WpDotNetVersion>
<WpDotNetVersion Condition=" '$(WpDotNetVersion)'=='' ">6.3.1-rc-016</WpDotNetVersion>
</PropertyGroup>
</Project>

0 comments on commit 2696a05

Please sign in to comment.