Skip to content

Commit a1d6bc4

Browse files
committed
Release 0.0.2
1 parent 12c3b1e commit a1d6bc4

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2323
dotnet 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
4242
dotnet build ./src/genocs.cli.csproj

src/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/genocs.cli.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
@@ -19,7 +19,7 @@
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

@@ -41,6 +41,10 @@
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

0 commit comments

Comments
 (0)