Mastronardi.Utils.Versioning 1.1.15

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Mastronardi.Utils.Versioning --version 1.1.15
NuGet\Install-Package Mastronardi.Utils.Versioning -Version 1.1.15
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="Mastronardi.Utils.Versioning" Version="1.1.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mastronardi.Utils.Versioning --version 1.1.15
#r "nuget: Mastronardi.Utils.Versioning, 1.1.15"
#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 Mastronardi.Utils.Versioning as a Cake Addin
#addin nuget:?package=Mastronardi.Utils.Versioning&version=1.1.15

// Install Mastronardi.Utils.Versioning as a Cake Tool
#tool nuget:?package=Mastronardi.Utils.Versioning&version=1.1.15

Versioning

This library is used for the T4 template engine. It hashes your entire folder and creates a hash file (hash.txt) in your root. It then validates next time if your folder changed, if so it bumps your version.

These folders are excluded from the hash

  • bin
  • obj
  • Properties
  • packages

And these files:

  • AssemblyInfo.cs
  • hash.txt

Use like this:

bool changed = Mastronardi.Utils.Versioning.Hashing.GenerateHashFile(parentDirectory);
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.1.15 137 8/28/2023
1.0.0 177 10/10/2022