File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Genocs cli can be used on NET6 or NET7 runtimes
1717
1818---
1919
20- Usefull commands
20+ Useful commands
2121``` bash
2222# Get the list of tool
2323dotnet tool list
@@ -36,7 +36,7 @@ dotnet tool uninstall -g genocs.cli
3636```
3737
3838
39- Usefull commands to work on your own
39+ Useful commands to work on your own
4040``` bash
4141# build the project
4242dotnet build ./src/genocs.cli.csproj
Original file line number Diff line number Diff line change @@ -14,5 +14,8 @@ Please check the GitHub repository getting more info.
1414
1515## Release notes
1616
17+ ### [ 2023-06-02] 0.0.2
18+ - Completed list of templates
19+
1720### [ 2023-03-12] 0.0.1
1821- First release
Original file line number Diff line number Diff line change 77 <Nullable >enable</Nullable >
88 <PackAsTool >true</PackAsTool >
99 <ToolCommandName >genocs</ToolCommandName >
10- <PackageVersion >0.0.1 </PackageVersion >
10+ <PackageVersion >0.0.2 </PackageVersion >
1111 <PackageOutputPath >./nupkg</PackageOutputPath >
1212 <PackageId >Genocs.CLI</PackageId >
1313 <Title >Genocs CLI Tool</Title >
1919 <PackageReadmeFile >README.md</PackageReadmeFile >
2020 <PackageLicenseFile >LICENSE</PackageLicenseFile >
2121 <PackageIcon >icon.png</PackageIcon >
22- <VersionPrefix >0.0.1 </VersionPrefix >
22+ <VersionPrefix >0.0.2 </VersionPrefix >
2323
2424</PropertyGroup >
2525
4141 <ItemGroup >
4242 <PackageReference Include =" Figgle" Version =" 0.5.1" />
4343 </ItemGroup >
44+
45+ <ItemGroup >
46+ <Folder Include =" nupkg\" />
47+ </ItemGroup >
4448
4549</Project >
4650
You can’t perform that action at this time.
0 commit comments