VersionUp.Core 7.0.1

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

// Install VersionUp.Core as a Cake Tool
#tool nuget:?package=VersionUp.Core&version=7.0.1

What is VersionUp.Core ?!

It is ready-to-go package for updating .Net core application's version automatically.

Which .Net version are supported ?!

versionUp.Core is compatible with .net +5.0, package version MUST BE compatible with your .net version:

  • if you are using dotnet 7, get VersionUp.Core 7.*.*
  • if you are using dotnet 6, get VersionUp.Core 6.*.*
  • if you are using dotnet 5, get VersionUp.Core 5.*.*

Installation

  1. Get proper version of VersionUp.Core package from Nuget.
  2. All it's Done 😃 Now If you build your application the version will update automatticlly.

How it works:

The valid schema for working with this module is as follows:

[Major].[Minor].[Date].[BuildNumber]

If your csproj file doesn't have <version> node when you build your application after installation, The VersionUp.Core will add a <version>1.0.0.0</version> to the csproj file. After that when you build project again, the [BuildNumber] increment by 1 and the [Date] will update too, [Date] is combination of year and DayOfYear. for exmaple 11 March 2022 is 70th day of the year, so:

<version>1.0.22070.1</version>
P.S. The VersionUp.Core never change Major and Minor value and If you want to change their value you must do it manually.
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • 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
7.0.1 294 1/20/2023
6.0.0 261 1/20/2023
5.1.2 407 3/16/2022
5.1.1 394 3/14/2022