Skip to content

Commit

Permalink
Update README and package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Jun 14, 2024
1 parent 1f55e4b commit 1ee684d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@
<PackageOutputPath>..\bin\$(Configuration)</PackageOutputPath>
<PackageProjectUrl>https://bonsai-rx.org/sgen</PackageProjectUrl>
<RepositoryUrl>https://github.com/bonsai-rx/sgen.git</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<VersionSuffix></VersionSuffix>
<IncludeSymbols>true</IncludeSymbols>
<RepositoryType>git</RepositoryType>
<PackAsTool>true</PackAsTool>
<Features>strict</Features>
</PropertyGroup>

<ItemGroup Condition="'$(IsPackable)' == 'true'">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1ee684d

Please sign in to comment.