From 51fc5ba2b572367907ee355b55db3c9576858d33 Mon Sep 17 00:00:00 2001 From: Bill Pratt Date: Wed, 28 Feb 2024 23:07:45 -0500 Subject: [PATCH] v1.0.1 --- .gitignore | 2 ++ CHANGELOG.md | 3 +++ README.md | 14 ++++++++++---- src/DotNetSearch/DotNetSearch.csproj | 17 ++++++++++++----- 4 files changed, 27 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 940794e..fd5d3ac 100644 --- a/.gitignore +++ b/.gitignore @@ -286,3 +286,5 @@ __pycache__/ *.btm.cs *.odx.cs *.xsd.cs + +.DS_Store \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 16a6de2..1d60f31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v1.0.1] +Support .NET 6, 7 and 8. + ## [v1.0.0] Bump to v1 with the GA release of .NET Core 2.1 diff --git a/README.md b/README.md index 50f091f..94208bd 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,17 @@ Search for Nuget packages using the .NET Core CLI. ## Installation -### .NET Core 2.1 & higher -``` +Download and install the one of the currently supported [.NET SDKs](https://www.microsoft.com/net/download). Once installed, run the following command: + +```bash dotnet tool install --global dotnet-search ``` + +If you already have a previous version of **dotnet-search** installed, you can upgrade to the latest version using the following command: + +```bash +dotnet tool update --global dotnet-search +``` ## Usage ### Help @@ -143,6 +150,5 @@ dotnet tool uninstall -g dotnet-search ## Useful Links -* [.NET Core 2.1 Global Tools Annoucement](https://blogs.msdn.microsoft.com/dotnet/2018/02/27/announcing-net-core-2-1-preview-1/#global-tools) -* [.NET Core Global Tools Sample](https://github.com/dotnet/core/blob/master/samples/dotnetsay/README.md) +* [How to manage .NET tools](https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools) * [.NET Core Global Tools and Gotchas](https://www.natemcmaster.com/blog/2018/02/02/dotnet-global-tool/) diff --git a/src/DotNetSearch/DotNetSearch.csproj b/src/DotNetSearch/DotNetSearch.csproj index 16b6678..8f531c0 100644 --- a/src/DotNetSearch/DotNetSearch.csproj +++ b/src/DotNetSearch/DotNetSearch.csproj @@ -5,23 +5,30 @@ net6.0;net7.0;net8.0 true true + dotnet-search dotnet-search + Bill Pratt Search for Nuget packages using the .NET Core CLI. Example: dotnet search json.net + true true portable - https://github.com/billpratt/dotnet-search/blob/master/LICENSE + dotnet-search + README.md + MIT https://github.com/billpratt/dotnet-search - https://github.com/billpratt/dotnet-search dotnet, search + 1.0.1 1.0.1 - Bill Pratt - - + git + https://github.com/billpratt/dotnet-search + + +