Skip to content

Commit 1ee684d

Browse files
committed
Update README and package metadata
1 parent 1f55e4b commit 1ee684d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Directory.Build.props

-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@
1414
<PackageOutputPath>..\bin\$(Configuration)</PackageOutputPath>
1515
<PackageProjectUrl>https://bonsai-rx.org/sgen</PackageProjectUrl>
1616
<RepositoryUrl>https://github.com/bonsai-rx/sgen.git</RepositoryUrl>
17-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1817
<VersionSuffix></VersionSuffix>
1918
<IncludeSymbols>true</IncludeSymbols>
2019
<RepositoryType>git</RepositoryType>
2120
<PackAsTool>true</PackAsTool>
22-
<Features>strict</Features>
2321
</PropertyGroup>
2422

2523
<ItemGroup Condition="'$(IsPackable)' == 'true'">

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Tool for automatically generating YAML / JSON serialization classes and construc
99

1010
```cmd
1111
dotnet new tool-manifest # if you are setting up this repo
12-
dotnet tool install --local Bonsai.Sgen --version 0.2.0
12+
dotnet tool install --local Bonsai.Sgen
1313
```
1414
1515
3. To view the tool help reference documentation, run:

0 commit comments

Comments
 (0)