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
<PackageReference Include="Escendit.Tools.Branding" Version="2.0.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="Escendit.Tools.Branding" Version="2.0.0" />
<PackageReference Include="Escendit.Tools.Branding"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Escendit.Tools.Branding --version 2.0.0
#r "nuget: Escendit.Tools.Branding, 2.0.0"
#:package Escendit.Tools.Branding@2.0.0
#addin nuget:?package=Escendit.Tools.Branding&version=2.0.0
#tool nuget:?package=Escendit.Tools.Branding&version=2.0.0
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.
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 |