MSBuilder.ThisAssembly.Metadata 0.1.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Suggested Alternatives

ThisAssembly.Metadata

Additional Details

Switch to a source-generator based package that is actively maintained.

There is a newer version of this package available.
See the version list below for details.
dotnet add package MSBuilder.ThisAssembly.Metadata --version 0.1.0
NuGet\Install-Package MSBuilder.ThisAssembly.Metadata -Version 0.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MSBuilder.ThisAssembly.Metadata" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MSBuilder.ThisAssembly.Metadata --version 0.1.0
#r "nuget: MSBuilder.ThisAssembly.Metadata, 0.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MSBuilder.ThisAssembly.Metadata as a Cake Addin
#addin nuget:?package=MSBuilder.ThisAssembly.Metadata&version=0.1.0

// Install MSBuilder.ThisAssembly.Metadata as a Cake Tool
#tool nuget:?package=MSBuilder.ThisAssembly.Metadata&version=0.1.0

Turns the assembly metadata attributes into constants for use from code, such as:
       
   <ItemGroup>
     <AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
       <_Parameter1>Foo</_Parameter1>
       <_Parameter2>Bar</_Parameter2>
     </AssemblyAttribute>
   </ItemGroup>

Generates:

   partial class ThisAssembly
   {
     public static partial class Metadata
     {
       public const string Foo = "Bar";
     }
   }

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MSBuilder.ThisAssembly.Metadata:

Package Downloads
Gherkinator.Build

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.4 6,609 12/7/2018
0.1.3 3,540 4/13/2018
0.1.2 986 4/5/2018
0.1.1 974 3/27/2018
0.1.0 980 3/27/2018