Oleander.Assembly.Versioning 1.0.5

dotnet add package Oleander.Assembly.Versioning --version 1.0.5
NuGet\Install-Package Oleander.Assembly.Versioning -Version 1.0.5
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="Oleander.Assembly.Versioning" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Oleander.Assembly.Versioning --version 1.0.5
#r "nuget: Oleander.Assembly.Versioning, 1.0.5"
#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 Oleander.Assembly.Versioning as a Cake Addin
#addin nuget:?package=Oleander.Assembly.Versioning&version=1.0.5

// Install Oleander.Assembly.Versioning as a Cake Tool
#tool nuget:?package=Oleander.Assembly.Versioning&version=1.0.5

AssemblyVersioning

Assembly versioning is a tool that calculates the next version of a dotnet assembly. To do this, the public API of the assembly is compared with the last (reference version) compiled version.

Oleander.Assembly.Comparers

Based on Telerik's JustDecompile, the public API of two dotnet assemblies is compared.

Result:

  • VersionChange.None: no changes

  • VersionChange.Revision: not used here

  • VersionChange.Build: changes do not affect the public API

  • VersionChange.Minor: API has been changed but is backwards compatible

  • VersionChange.Major: The API has been changed and is not backwards compatible (BreakingChange)

  • ToXml(): Changes in XML format

Oleander.Assembly.Versioning

Includes the logic and infrastructure.

  • Tries to download the NuGet package with the highest version as a reference assembly

  • Updates the project or AssemblyInfo.cs file

    • AssemblyVersion: calculated version
    • FileVersion: calculated version
    • Version: calculated version + VersionSuffix
    • SourceRevisionId: git commit hash number
    • VersionSuffix: alpha, beta
  • Customizing

    • .gitdiff<br><br> File containing the file extensions whose build number should be increased. Each line corresponds to a file extension.

    • .versioningIgnore<br><br> File in the project or git repository directory with the API names that should be ignored when calculating the version.

Oleander.Assembly.Versioning.BuildTask

Microsoft.Build.Utilities.Task: Adds a target to MSBuild. To calculate the version for each build process, add the task to your project: dotnet add package Oleander.Assembly.Versioning.BuildTask --version {version}

Oleander.Assembly.Versioning.Tool

A dotnet tool for comparing dotnet assemblies and updating your project version.

dotnet tool install --global dotnet-oleander-versioning-tool

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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.0.5 62 6/12/2024
1.0.0.1 112 3/25/2024
1.0.0 89 3/15/2024

Oleander.Assembly.Versioning Version:1.0.5.0 Release:240612