minver icon indicating copy to clipboard operation
minver copied to clipboard

🏷 Minimalistic versioning using Git tags.

Results 10 minver issues
Sort by recently updated
recently updated
newest added

Bumps the xunit group with 2 updates: [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `xunit` from 2.6.6 to 2.8.0 Commits be260b3 v2.8.0 a8ceb66 #783: Add -useansicolor flag to console runner (v2) 7b0ff93 Don't...

dependencies
.NET

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.4. Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout by @​jww3 in actions/checkout#1692 Add dependabot config by @​cory-miller in...

dependencies
github_actions

Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6.3.0 to 6.4.1. Release notes Sourced from super-linter/super-linter's releases. v6.4.1 6.4.1 (2024-04-22) 🐛 Bugfixes configure ruff with a temp cache (#5548) (56e675b), closes #5543 handle initial commit...

dependencies
github_actions

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3. Release notes Sourced from actions/upload-artifact's releases. v4.3.3 What's Changed updating @actions/artifact dependency to v2.1.6 by @​eggyhead in actions/upload-artifact#565 Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3 v4.3.2 What's Changed...

dependencies
github_actions

## Use case(s) `MinVerMinimumMajorMinor` is provided as way to say: future dev work on this branch is for version x.y, rather than patches or minors on the previous version. It...

enhancement
breaking

This PR adds an MSBuild task assembly that is used to call MinVer instead of using the built-in `Exec` task that was used previously. This custom task lets us cache...

Bumps [NuGet.Versioning](https://github.com/NuGet/NuGet.Client) from 6.8.0 to 6.9.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NuGet.Versioning&package-manager=nuget&previous-version=6.8.0&new-version=6.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
.NET

Bumps [McMaster.Extensions.CommandLineUtils](https://github.com/natemcmaster/CommandLineUtils) from 4.1.0 to 4.1.1. Release notes Sourced from McMaster.Extensions.CommandLineUtils's releases. 4.1.1 How to get this update Packages have been posted to these feeds: NuGet.org https://nuget.org/packages/McMaster.Extensions.CommandLineUtils/4.1.1 https://nuget.org/packages/McMaster.Extensions.Hosting.CommandLine/4.1.1 GitHub Package...

dependencies
.NET

This will replace the use of the `Exec` task to run `MinVer.dll` as an executable, with the use of a custom task within that assembly. This is dependent on either...

enhancement
breaking