Skip to content

Commit

Permalink
peachpie 1.1.10
Browse files Browse the repository at this point in the history
wpdotnet 6.5.4-rc-020
  • Loading branch information
jakubmisek committed Aug 22, 2024
1 parent 7f789a6 commit 53b3702
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-019</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">rc-020</VersionSuffix>
<!--PeachpieVersion> specified in global.json </PeachpieVersion-->

<!-- metadata generation -->
Expand Down
4 changes: 2 additions & 2 deletions PeachPied.WordPress.Build.Plugin/Sdk/Version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This file has been generated. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="Version.props" Sdk="Peachpie.NET.Sdk" Version="1.2.0-r18129" Condition=" '$(PeachpieVersion)'=='' " />
<Import Project="Version.props" Sdk="Peachpie.NET.Sdk" Version="1.1.10" Condition=" '$(PeachpieVersion)'=='' " />
<PropertyGroup>
<WpDotNetVersion Condition=" '$(WpDotNetVersion)'=='' ">6.5.4-rc-019</WpDotNetVersion>
<WpDotNetVersion Condition=" '$(WpDotNetVersion)'=='' ">6.5.4-rc-020</WpDotNetVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"msbuild-sdks": {
"Peachpie.NET.Sdk": "1.2.0-r18129"
"Peachpie.NET.Sdk": "1.1.10"
}
}

0 comments on commit 53b3702

Please sign in to comment.