File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ This project follows the [all-contributors][] specification. Contributions of an
6262
6363[ MIT License © Nils Andresen] [ license ]
6464
65- [ githubbuild ] : https://github.com/nils-org/JavaVersionSwitcher/actions/workflows/build.yml ?query=branch%3Adevelop
66- [ githubimage ] : https://github.com/nils-org/JavaVersionSwitcher/actions/workflows/build.yml /badge.svg?branch=develop
65+ [ githubbuild ] : https://github.com/nils-org/JavaVersionSwitcher/actions/workflows/build.yaml ?query=branch%3Adevelop
66+ [ githubimage ] : https://github.com/nils-org/JavaVersionSwitcher/actions/workflows/build.yaml /badge.svg?branch=develop
6767[ maintainer ] : https://github.com/nils-a
6868[ nuget ] : https://nuget.org/packages/JavaVersionSwitcher
6969[ nugetimage ] : https://img.shields.io/nuget/v/JavaVersionSwitcher.svg?logo=nuget&style=flat-square
Original file line number Diff line number Diff line change 44 <OutputType >Exe</OutputType >
55 <TargetFrameworks >netcoreapp3.1;net5.0</TargetFrameworks >
66 <PackAsTool >true</PackAsTool >
7- <ToolCommandName >jvs</ToolCommandName >
87 </PropertyGroup >
98
109 <PropertyGroup >
2322 <RepositoryUrl >https://github.com/nils-org/JavaVersionSwitcher.git</RepositoryUrl >
2423 <PackageReleaseNotes >https://github.com/nils-org/JavaVersionSwitcher/releases</PackageReleaseNotes >
2524 <Version >0.0.1</Version >
25+ <ToolCommandName >dotnet-jvs</ToolCommandName >
26+ <PackageDescription >.NET tool to make switching java versions on windows easy.</PackageDescription >
2627 </PropertyGroup >
2728
2829 <ItemGroup >
You can’t perform that action at this time.
0 commit comments