File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 14
14
<PackageOutputPath >..\bin\$(Configuration)</PackageOutputPath >
15
15
<PackageProjectUrl >https://bonsai-rx.org/sgen</PackageProjectUrl >
16
16
<RepositoryUrl >https://github.com/bonsai-rx/sgen.git</RepositoryUrl >
17
- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
18
17
<VersionSuffix ></VersionSuffix >
19
18
<IncludeSymbols >true</IncludeSymbols >
20
19
<RepositoryType >git</RepositoryType >
21
20
<PackAsTool >true</PackAsTool >
22
- <Features >strict</Features >
23
21
</PropertyGroup >
24
22
25
23
<ItemGroup Condition =" '$(IsPackable)' == 'true'" >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Tool for automatically generating YAML / JSON serialization classes and construc
9
9
10
10
``` cmd
11
11
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
13
13
```
14
14
15
15
3. To view the tool help reference documentation, run:
You can’t perform that action at this time.
0 commit comments