Skip to content

Commit 025df8d

Browse files
committed
(maint) renamed tool to dotnet-jvs
and fixed an error in README
1 parent 3e07f34 commit 025df8d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/JavaVersionSwitcher/JavaVersionSwitcher.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<OutputType>Exe</OutputType>
55
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
66
<PackAsTool>true</PackAsTool>
7-
<ToolCommandName>jvs</ToolCommandName>
87
</PropertyGroup>
98

109
<PropertyGroup>
@@ -23,6 +22,8 @@
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>

0 commit comments

Comments
 (0)