dotnet-version-cli icon indicating copy to clipboard operation
dotnet-version-cli copied to clipboard

dotnet version cli (similar to npm version cli)

Results 27 dotnet-version-cli issues
Sort by recently updated
recently updated
newest added

This PR will - **refactor** `IVcs` provider to allow passing in a working directory - **update** `GitVcs` to use passed working directory - **add** covering test suite of GitVcs Closes...

We are using the `Microsoft.NET.Build.Containers` package to containerize and push our applications. The image tag is the version from csproj-File. As we need to provide images for multiple architectures we...

as a GitLab CI user, I want to auto generate prerelease version number with MR/PR ID, so I can keep release version number in config. `MyLibrary.csproj` ```xml netstandard2.0 1.2.0 ```...

as a GitLab CI user, I want to get project version number without other info, so I can use it in shell. `MyLibrary.csproj` ```xml netstandard2.0 1.2.0 ``` ## current ```...

``` dotnet-version -d 1.2.0-beta.66 # Bumped version 1.2.0-beta.66 ``` ``` dotnet version -d 1.2.0-beta.66 # ERR You currently have uncomitted changes in your repository, please commit these and try again...

I just had a case where 1 project in a longer list was still in the `0.x` phase. I was bumping majors and did not notice in time that I...

question

Thank you for this awesome tool. It took me quite a little while to figure out the following little details. 1) Escaping $ in yaml files because it is already...

`dotnet version -m "Auto increment version to v$newVer by CI/CD pipeline" patch` results in "Auto increment version to v0.0.17 by CI/CD pipeline" `dotnet version patch -m "Auto increment version to...

With NPM, I can make a script in my `package.json` named `version`. This script will run after changing the `package.json` version, but before creating the git commit. See order of...

Once in a while, I'm challenged by by PGP key entry, and I simply cannot enter the code fast enough before `dotnet version` bails out. It turns out that `GitVcs.LaunchGitWithArgs`...

enhancement