MSBump icon indicating copy to clipboard operation
MSBump copied to clipboard

MSBuild task that bumps the version of a Visual Studio 2017 project.

Results 12 MSBump issues
Sort by recently updated
recently updated
newest added

I cant find any details about what license this is released under. Are you able to include a license file and update Nuget package details? https://github.com/NuGet/Home/wiki/Packaging-License-within-the-nupkg

I want the same version # to be shared across 3 projects that make up the same Solution. .NET core. How do I do this? If I put `msbump` files...

I have an issue with the build configuration conditional checks not being respected: 1.0.1.0 True 1.0.1.0 True Should be pretty straightforward but when I switch between Debug and Release builds...

I was looking for a way to auto-version my library(dll) file and I came to know about this tool. In my case, actually I want to perform auto-versioning only for...

Is there really a need to bump the version each build? I think it would be better if it was bumped during publishing or packing only just for the NuGet....

Thanks for your version, it is pretty helpful, one thing I have notice is when you do a release build, eg 2.1.0, it is fine, when switching to lets say...

For my particular project, the revision number adds more annoyance than help. I'd like to keep my versioning to Major.Minor.Patch, with Patch being bumped on successfull release builds (which my...

Just curious, how much of the tags signaling bump instructions can be deferred to tags, attributes on the tags, etc? What I mean is, the [targets](/BalassaMarton/MSBump/blob/master/MSBump/build/MSBump.targets) appear to collate the...

I gather ``Version`` bumps the package version, but how does this connect with the ``AssemblyVersionAttribute`` formerly found an the ``AssemblyInfo.cs`` file? For me, this stems from the want to include...

I have several projects in a solution in which this is happening, and it would be great to display the name, i.e. ``Changing $(ProjectName) Version to x.y.z...``. Thanks!