InfinityFlow.Tools.Branding 0.1.0

dotnet add package InfinityFlow.Tools.Branding --version 0.1.0
NuGet\Install-Package InfinityFlow.Tools.Branding -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="InfinityFlow.Tools.Branding" Version="0.1.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.
paket add InfinityFlow.Tools.Branding --version 0.1.0
#r "nuget: InfinityFlow.Tools.Branding, 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 InfinityFlow.Tools.Branding as a Cake Addin
#addin nuget:?package=InfinityFlow.Tools.Branding&version=0.1.0

// Install InfinityFlow.Tools.Branding as a Cake Tool
#tool nuget:?package=InfinityFlow.Tools.Branding&version=0.1.0

InfinityFlow NuGet Branding

GitHub Actions Workflow Status GitHub Release GitHub License

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

Please ensure to revise the License and Readme files taken from the Solution before proceeding with the MSBuild.

Installation

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

PM> Install-Package InfinityFlow.Tools.Branding

Or you can search for "InfinityFlow.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: LICENSE
  • Readme file: README.md

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

Except the PackageIcon, License and Readme are taken from Solution Root folder, unless specified differently.

<ItemGroup>
  <None Pack="true" PackagePath="" Include="$(SolutionDir)/LICENSE" />
  <None Pack="true" PackagePath="" Include="$(SolutionDir)/README.md" />
</ItemGroup>

Contributing

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

License

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .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
0.1.0 84 5/14/2024
0.1.0-rc.2 42 5/14/2024