Plisky.Versonify 1.0.1

dotnet tool install --global Plisky.Versonify --version 1.0.1
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Plisky.Versonify --version 1.0.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Plisky.Versonify&version=1.0.1
                    
nuke :add-package Plisky.Versonify --version 1.0.1
                    

💖 Versioning By Versonify 💖

About

This is the nuget tool package for Versonify, a versioning tool built to replace Plisky.Versioning. See the full documentation on the gitub pages https://itsey.github.io/version-index.html

Key Features

Command line tool used to provide version management and updating of various types of source code file with the version number, deisgned to be applied during your CI / CD builds. The package is a dotnet tool and can be used from the command line or from the Nuke build engine using the Plisky.Nuke.Fusion package.

Current version supports disk based file stores including shared paths and Nexus based stores.

Usage.

See the full documentation on the gitub pages https://itsey.github.io/version-index.html

versonify.exe -Command=CreateVersion -VersionSource=C:\temp\aversion.vstore
versonify.exe -Command=Passive -VersionSource=C:\temp\aversion.vstore -O=File

Additional Documentation

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.1 146 7/31/2025
1.0.0-Austen.1.3 102 7/29/2025
0.2.0-pre-1.2 131 6/30/2025
0.1.8 209 3/16/2025
0.1.7 196 3/9/2025
0.1.6 197 3/9/2025
0.1.4 250 3/5/2025
0.1.1 282 2/25/2024
0.0.0 232 2/21/2024

🪵 Change Log.

⬆️ 1.0.0 - Austen.
 - First Release ( Austen Release ).
 - Behaviour Update Added.

⬆️ 0.2.0 - Austen Pre-Release.
 - Moved to being a dotnet tool.
 - Now supports display of behaviours.  ( -Command=behaviour)
 
⬆️ 0.1.3 - Initial.
 - 🐞 Critical Bug - Typo in exe name in package corrected.  0.1.2. Superceeded.
 
⬆️  0.1.2 - Initial.
 - Added Nexus Support.      
 
⬆️  0.1.1 - Initial.
 - Updated documentation to remove references to PliskyTool.
 - 🐞 Fix - DryRun no longer updates the files on disk.

⬆️ 0.0.0 - Initial.
 - Renamed to become versonify.
 - Released as tool package to support nuke.