MSBump 2.0.0
See the version list below for details.
dotnet add package MSBump --version 2.0.0
NuGet\Install-Package MSBump -Version 2.0.0
<PackageReference Include="MSBump" Version="2.0.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add MSBump --version 2.0.0
#r "nuget: MSBump, 2.0.0"
// Install MSBump as a Cake Addin #addin nuget:?package=MSBump&version=2.0.0 // Install MSBump as a Cake Tool #tool nuget:?package=MSBump&version=2.0.0
I'm working on a lot of packages that are referencing each other, but they are in different solutions.
To make my project references maintainable, I use a local NuGet feed, and reference my projects as NuGet packages.
However, in this setup, I'd have to manually change the version every time I change something in a package
that is referenced by other solutions, to make NuGet pull the updates. This task will increment any given
part of the project version.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on MSBump:
Package | Downloads |
---|---|
MapHive.Core
MapHive provides some abstractions (mainly standardised 'base' objects) for easy crud like apps stubbing aimed at working with pgsql initially |
|
Cartomatic.Utils
some utils simplifying common tasks use at your own risk... |
|
Cartomatic.CmdPrompt.Core
a simple cmd prompt for cmd style utils not supported utility use at your own risk |
|
Provausio.Core
Base core library |
|
Provausio.Core.WebClient
WebClient abstraction library |
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on MSBump:
Repository | Stars |
---|---|
falahati/NvAPIWrapper
NvAPIWrapper is a .Net wrapper for NVIDIA public API, capable of managing all aspects of a display setup using NVIDIA GPUs
|
|
falahati/WindowsFirewallHelper
A class library to manage the Windows Firewall as well as adding your program to the Windows Firewall Exception list.
|
|
falahati/CircularProgressBar
Circular ProgressBar is a custom control for WinForm with animation.
|
|
falahati/WinFormAnimation
A simple library for animating controls/values in .Net WinForm (.Net 3.5 and later). Key frame (Path) based and fully customizable.
|
|
BalassaMarton/MSBump
MSBuild task that bumps the version of a Visual Studio 2017 project.
|