From 70d918a7e67e1be55411ba34b02beb5c845fd13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20M=C3=AD=C5=A1ek?= Date: Sun, 13 Sep 2020 15:46:55 +0200 Subject: [PATCH] manifest files and main package readme --- Directory.Build.targets | 2 ++ .../PeachPied.WordPress.AspNetCore.csproj | 1 + .../PeachPied.WordPress.Build.Plugin.manifest | 3 +++ .../PeachPied.WordPress.Standard.manifest | 3 +++ .../PeachPied.WordPress.DotNetBridge.manifest | 3 +++ .../PeachPied.WordPress.NuGetPlugins.manifest | 3 +++ wordpress/PeachPied.WordPress.manifest | 3 +++ 7 files changed, 18 insertions(+) create mode 100644 PeachPied.WordPress.Build.Plugin/PeachPied.WordPress.Build.Plugin.manifest create mode 100644 PeachPied.WordPress.Standard/PeachPied.WordPress.Standard.manifest create mode 100644 plugins/PeachPied.WordPress.DotNetBridge/PeachPied.WordPress.DotNetBridge.manifest create mode 100644 plugins/PeachPied.WordPress.NuGetPlugins/PeachPied.WordPress.NuGetPlugins.manifest create mode 100644 wordpress/PeachPied.WordPress.manifest diff --git a/Directory.Build.targets b/Directory.Build.targets index 1b8e8f382..e38e2552a 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -2,12 +2,14 @@ true + $(MSBuildProjectDirectory)/$(MSBuildProjectName).manifest + diff --git a/PeachPied.WordPress.AspNetCore/PeachPied.WordPress.AspNetCore.csproj b/PeachPied.WordPress.AspNetCore/PeachPied.WordPress.AspNetCore.csproj index 2f2fa2310..a637b2053 100644 --- a/PeachPied.WordPress.AspNetCore/PeachPied.WordPress.AspNetCore.csproj +++ b/PeachPied.WordPress.AspNetCore/PeachPied.WordPress.AspNetCore.csproj @@ -15,6 +15,7 @@ See https://github.com/iolevel/wpdotnet-sdk for more details. + $(MSBuildProjectDirectory)/../README.MD diff --git a/PeachPied.WordPress.Build.Plugin/PeachPied.WordPress.Build.Plugin.manifest b/PeachPied.WordPress.Build.Plugin/PeachPied.WordPress.Build.Plugin.manifest new file mode 100644 index 000000000..af636655b --- /dev/null +++ b/PeachPied.WordPress.Build.Plugin/PeachPied.WordPress.Build.Plugin.manifest @@ -0,0 +1,3 @@ +{ + "delisted": true +} \ No newline at end of file diff --git a/PeachPied.WordPress.Standard/PeachPied.WordPress.Standard.manifest b/PeachPied.WordPress.Standard/PeachPied.WordPress.Standard.manifest new file mode 100644 index 000000000..af636655b --- /dev/null +++ b/PeachPied.WordPress.Standard/PeachPied.WordPress.Standard.manifest @@ -0,0 +1,3 @@ +{ + "delisted": true +} \ No newline at end of file diff --git a/plugins/PeachPied.WordPress.DotNetBridge/PeachPied.WordPress.DotNetBridge.manifest b/plugins/PeachPied.WordPress.DotNetBridge/PeachPied.WordPress.DotNetBridge.manifest new file mode 100644 index 000000000..af636655b --- /dev/null +++ b/plugins/PeachPied.WordPress.DotNetBridge/PeachPied.WordPress.DotNetBridge.manifest @@ -0,0 +1,3 @@ +{ + "delisted": true +} \ No newline at end of file diff --git a/plugins/PeachPied.WordPress.NuGetPlugins/PeachPied.WordPress.NuGetPlugins.manifest b/plugins/PeachPied.WordPress.NuGetPlugins/PeachPied.WordPress.NuGetPlugins.manifest new file mode 100644 index 000000000..af636655b --- /dev/null +++ b/plugins/PeachPied.WordPress.NuGetPlugins/PeachPied.WordPress.NuGetPlugins.manifest @@ -0,0 +1,3 @@ +{ + "delisted": true +} \ No newline at end of file diff --git a/wordpress/PeachPied.WordPress.manifest b/wordpress/PeachPied.WordPress.manifest new file mode 100644 index 000000000..af636655b --- /dev/null +++ b/wordpress/PeachPied.WordPress.manifest @@ -0,0 +1,3 @@ +{ + "delisted": true +} \ No newline at end of file