Skip to content

Commit

Permalink
v6.0.1-rc-008
Browse files Browse the repository at this point in the history
- peachpie 1.1.2
  • Loading branch information
jakubmisek committed Oct 8, 2022
1 parent 4c39199 commit b7fa800
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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-007</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">rc-008</VersionSuffix>
<!--PeachpieVersion> specified in global.json </PeachpieVersion-->

<!-- metadata generation -->
Expand Down
4 changes: 2 additions & 2 deletions PeachPied.WordPress.Build.Plugin/build/Sdk.Common.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="Sdk.props" Sdk="Peachpie.NET.Sdk" Version="1.1.1" />
<Import Project="Sdk.props" Sdk="Peachpie.NET.Sdk" Version="1.1.2" />
<PropertyGroup>
<WpDotNetVersion Condition=" '$(WpDotNetVersion)'=='' ">6.0.1-rc-007</WpDotNetVersion>
<WpDotNetVersion Condition=" '$(WpDotNetVersion)'=='' ">6.0.1-rc-008</WpDotNetVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion PeachPied.WordPress.Build.Plugin/build/Sdk.Common.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- This file has been generated. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="Sdk.targets" Sdk="Peachpie.NET.Sdk" Version="1.1.1" />
<Import Project="Sdk.targets" Sdk="Peachpie.NET.Sdk" Version="1.1.2" />
</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.1.1"
"Peachpie.NET.Sdk": "1.1.2"
}
}

0 comments on commit b7fa800

Please sign in to comment.