From a9cc46c37ed680a5ff30e4f604ade8e5249a9533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20M=C3=AD=C5=A1ek?= Date: Thu, 22 Aug 2024 15:09:40 +0200 Subject: [PATCH] docs: AssemblyAtribute --- docs/php/msbuild.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/php/msbuild.md b/docs/php/msbuild.md index 8223294..3bdedff 100644 --- a/docs/php/msbuild.md +++ b/docs/php/msbuild.md @@ -219,6 +219,18 @@ In order to generate the embedded files manifest and to embed content files as a > Available since `0.9.46` +### AssemblyAtribute + +Define [assembly attributes in MSBuild files](https://learn.microsoft.com/en-us/dotnet/standard/assembly/set-attributes-project-file#set-arbitrary-attributes) for PHP project. + +> Available since `1.1.10` + +```xml + + <_Parameter1>something + +``` + ## Related links - [MSBuild reference](https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild-reference) *(docs.microsoft.com)*