Escendit.Tools.Branding 1.0.3-rc.3

This is a prerelease version of Escendit.Tools.Branding.
dotnet add package Escendit.Tools.Branding --version 1.0.3-rc.3
NuGet\Install-Package Escendit.Tools.Branding -Version 1.0.3-rc.3
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="1.0.3-rc.3">
  <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.
paket add Escendit.Tools.Branding --version 1.0.3-rc.3
#r "nuget: Escendit.Tools.Branding, 1.0.3-rc.3"
#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 Escendit.Tools.Branding as a Cake Addin
#addin nuget:?package=Escendit.Tools.Branding&version=1.0.3-rc.3&prerelease

// Install Escendit.Tools.Branding as a Cake Tool
#tool nuget:?package=Escendit.Tools.Branding&version=1.0.3-rc.3&prerelease

NuGet Package: Escendit.Tools.Branding

A NuGet package that sets the MSBuild properties such as Authors, PackageIcon, PackageLicenseFile, PackageReadmeFile, Copyright, and puts assets for Package Icon, License, and Readme files.

Installation

To install this package, use the NuGet Package Manager Console:

PM> Install-Package Escendit.Tools.Branding

Or you can search for "Escendit.Tools.Branding" in the NuGet Package Manager UI and install it from there.

Usage

After installing the package, the MSBuild properties will be set automatically. You can modify the properties by updating the values in your .csproj or .vbproj file.

For example, to set the Authors property, add the following to your .csproj or .vbproj file:

<PropertyGroup>
    <Authors>John Doe;Jane Smith</Authors>
</PropertyGroup>

MSBuild Properties

This package sets the following MSBuild properties:

  • Authors
  • PackageIcon
  • PackageLicenseFile
  • PackageReadmeFile
  • Copyright

You can modify these properties by updating your .csproj or .vbproj file as described in the Usage section.

Assets

This package includes the following assets:

  • PackageIcon: assets/packageIcon.png
  • License: assets/LICENSE.txt
  • Readme file: README.md

To access the assets, use the relative paths shown above.

Contributing

If you find a bug or have a feature request, please create an issue in the GitHub repository.

To contribute code, fork the repository and submit a pull request. Please ensure that your code follows the project's coding standards and is thoroughly tested.

License

This package is released under the MIT License. See the LICENSE.txt file for details.

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
1.0.3-rc.3 82 7/10/2023
1.0.2 1,167 4/14/2023
1.0.2-rc.7 70 4/14/2023
1.0.2-rc.1 47 4/14/2023
1.0.1 206 4/14/2023
0.1.0-rc.20 70 4/14/2023
0.1.0-rc.18 68 4/14/2023
0.1.0-rc.16 76 4/13/2023
0.1.0-rc.13 94 4/2/2023