Escendit.Tools.Branding 2.0.0

dotnet add package Escendit.Tools.Branding --version 2.0.0
                    
NuGet\Install-Package Escendit.Tools.Branding -Version 2.0.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="Escendit.Tools.Branding" Version="2.0.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Escendit.Tools.Branding" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Escendit.Tools.Branding">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Escendit.Tools.Branding --version 2.0.0
                    
#r "nuget: Escendit.Tools.Branding, 2.0.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.
#:package Escendit.Tools.Branding@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Escendit.Tools.Branding&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Escendit.Tools.Branding&version=2.0.0
                    
Install as a Cake Tool

Escendit.Tools.Branding

A development-only NuGet package that automatically applies standard MSBuild branding properties and injects shared LICENSE and packageIcon.png assets into every consuming project at build time.

Installation

PM> Install-Package Escendit.Tools.Branding

What It Does

Once installed, the following MSBuild properties are set on your project automatically:

Property Default value
Authors Escendit
Copyright Copyright © Escendit GmbH
PackageIcon packageIcon.png
PackageLicenseFile LICENSE
PackageReadmeFile README.md

The shared LICENSE and packageIcon.png files are also injected into your package automatically — no manual <ItemGroup> entries needed.

Overriding Defaults

Override any property in your .csproj or .vbproj after the package is imported:

<PropertyGroup>
    <Authors>John Doe;Jane Smith</Authors>
    <Copyright>Copyright © My Company</Copyright>
</PropertyGroup>

Notes

  • Development dependency — produces no runtime output; does not appear as a package dependency.
  • Supports single-targeting (build/), multi-targeting (buildMultiTargeting/), and transitive propagation (buildTransitive/).

License

Licensed under the Apache License 2.0.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0 118 6/9/2026
2.0.0-rc.0 70 5/27/2026
1.2.0 3,961 8/8/2025
1.1.0 540 8/8/2025
1.1.0-rc.1 478 8/8/2025
1.1.0-rc.0 480 8/8/2025
1.0.3-rc.3 469 7/10/2023
1.0.2 1,914 4/14/2023
1.0.2-rc.7 484 4/14/2023
1.0.2-rc.1 108 4/14/2023
1.0.1 647 4/14/2023
0.1.0-rc.20 472 4/14/2023
0.1.0-rc.18 476 4/14/2023
0.1.0-rc.16 475 4/13/2023
0.1.0-rc.13 505 4/2/2023