From 1ee684dd54ee2885f5a5c6ccb212e7c6f985d4b1 Mon Sep 17 00:00:00 2001 From: glopesdev Date: Fri, 14 Jun 2024 16:48:59 +0100 Subject: [PATCH] Update README and package metadata --- Directory.Build.props | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 738d2a8..92b2b84 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,12 +14,10 @@ ..\bin\$(Configuration) https://bonsai-rx.org/sgen https://github.com/bonsai-rx/sgen.git - true true git true - strict diff --git a/README.md b/README.md index e6e3b71..b5c475e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Tool for automatically generating YAML / JSON serialization classes and construc ```cmd dotnet new tool-manifest # if you are setting up this repo - dotnet tool install --local Bonsai.Sgen --version 0.2.0 + dotnet tool install --local Bonsai.Sgen ``` 3. To view the tool help reference documentation, run: