Skip to content

Commit 7428673

Browse files
committed
Version 1.2.0
1 parent cb3fccf commit 7428673

File tree

3 files changed

+39
-32
lines changed

3 files changed

+39
-32
lines changed

README.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- PROJECT SHIELDS -->
2+
23
[![License][license-shield]][license-url]
34
[![Build][build-shield]][build-url]
45
[![Packages][package-shield]][package-url]
@@ -17,7 +18,7 @@
1718
[license-url]: https://github.com/Genocs/genocs-library-cli/blob/main/LICENSE
1819
[build-shield]: https://github.com/Genocs/genocs-library-cli/actions/workflows/build_and_test.yml/badge.svg?branch=main
1920
[build-url]: https://github.com/Genocs/genocs-library-cli/actions/workflows/build_and_test.yml
20-
[package-shield]: https://img.shields.io/badge/nuget-v.1.0.7-blue?&label=latests&logo=nuget
21+
[package-shield]: https://img.shields.io/badge/nuget-v.1.2.0-blue?&label=latests&logo=nuget
2122
[package-url]: https://github.com/Genocs/genocs-library-cli/actions/workflows/build_and_test.yml
2223
[downloads-shield]: https://img.shields.io/nuget/dt/Genocs.CLI.svg?color=2da44e&label=downloads&logo=nuget
2324
[downloads-url]: https://www.nuget.org/packages/Genocs.CLI
@@ -42,7 +43,6 @@
4243

4344
[![logo](https://raw.githubusercontent.com/Genocs/genocs-library-cli/main/assets/genocs-library-logo.png "logo")](https://github.com/Genocs/genocs-library-cli)
4445

45-
4646
# Genocs cli
4747

4848
## Introduction
@@ -51,8 +51,8 @@ Genocs cli is the Genocs **dotnet tool** that allow you to use Genocs templates.
5151
Genocs templates are dotnet template that will help you to setup quick and easy your microservice solution.
5252

5353
Here where you can find the Dotnet tools official Documentation:
54-
- [Microsoft - dotnet tools](https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools)
5554

55+
- [Microsoft - dotnet tools](https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools)
5656

5757
## Supported runtime
5858

@@ -62,11 +62,11 @@ Please check the GitHub repository getting more info.
6262

6363
## Documentation: [Genocs Library - CLI](https://genocs-blog.netlify.app/cli/)
6464

65-
6665
---
6766

68-
Useful commands
69-
``` bash
67+
Useful commands
68+
69+
```bash
7070
# Get the list of tool
7171
dotnet tool list
7272

@@ -83,14 +83,14 @@ dotnet tool update -g genocs.cli
8383
dotnet tool uninstall -g genocs.cli
8484
```
8585

86+
Useful commands to work on your own
8687

87-
Useful commands to work on your own
88-
``` bash
88+
```bash
8989
cd ./src
90-
# build the project
90+
# build the project
9191
dotnet build genocs.cli.csproj
9292

93-
# Pack the tool (to be deployed on nuget)
93+
# Pack the tool (to be deployed on nuget)
9494
dotnet pack -p:PackageVersion={semver} --output nupkgs
9595
dotnet pack --output nupkgs
9696

@@ -105,8 +105,6 @@ dotnet run -f net9.0 genocs -i
105105
dotnet tool install --global --add-source ./nupkgs genocs.cli
106106
```
107107

108-
109-
110108
## License
111109

112110
This project is licensed with the [MIT license](LICENSE).
@@ -121,7 +119,6 @@ View Complete [Changelogs](https://github.com/Genocs/genocs-library-cli/blob/mai
121119
- Facebook Page [@genocs](https://facebook.com/Genocs)
122120
- Youtube Channel [@genocs](https://youtube.com/c/genocs)
123121

124-
125122
## Support
126123

127124
Has this Project helped you learn something New? or Helped you at work?
@@ -130,9 +127,9 @@ Here are a few ways by which you can support.
130127

131128
- ⭐ Leave a star!
132129
- 🥇 Recommend this project to your colleagues.
133-
- 🦸 Do consider endorsing me on LinkedIn for ASP.NET Core - [Connect via LinkedIn](https://www.linkedin.com/in/giovanni-emanuele-nocco-b31a5169/)
130+
- 🦸 Do consider endorsing me on LinkedIn for ASP.NET Core - [Connect via LinkedIn](https://www.linkedin.com/in/giovanni-emanuele-nocco-b31a5169/)
134131
- ☕ If you want to support this project in the long run, consider [buying me a coffee](https://www.buymeacoffee.com/genocs)!
135-
132+
136133
<a href="https://www.buymeacoffee.com/genocs"><img width="250" alt="black-button" src="https://user-images.githubusercontent.com/31455818/138557309-27587d91-7b82-4cab-96bb-90f4f4e600f1.png" ></a>
137134

138135
## Code Contributors
@@ -145,6 +142,6 @@ This project exists thanks to all the people who contribute. [Submit your PR and
145142

146143
Become a financial contributor and help me sustain the project.
147144

148-
**Support the Project** on [Opencollective](https://opencollective.com/genocs).
145+
**Support the Project** on [Opencollective](https://opencollective.com/genocs/contribute).
149146

150147
<a href="https://opencollective.com/genocs"><img src="https://opencollective.com/genocs/individuals.svg?width=890"></a>

src/README_NUGET.md

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- PROJECT SHIELDS -->
2+
23
[![License][license-shield]][license-url]
34
[![Packages][package-shield]][package-url]
45
[![Downloads][downloads-shield]][downloads-url]
@@ -15,7 +16,7 @@
1516
[license-shield]: https://img.shields.io/github/license/Genocs/genocs-library-cli?color=2da44e&style=flat-square
1617
[license-url]: https://github.com/Genocs/genocs-library-cli/blob/main/LICENSE
1718
[build-url]: https://github.com/Genocs/genocs-library-cli/actions/workflows/build_and_test.yml
18-
[package-shield]: https://img.shields.io/badge/nuget-v.1.0.5-blue?&label=latests&logo=nuget
19+
[package-shield]: https://img.shields.io/badge/nuget-v.1.2.0-blue?&label=latests&logo=nuget
1920
[package-url]: https://github.com/Genocs/genocs-library-cli/actions/workflows/build_and_test.yml
2021
[downloads-shield]: https://img.shields.io/nuget/dt/Genocs.CLI.svg?color=2da44e&label=downloads&logo=nuget
2122
[downloads-url]: https://www.nuget.org/packages/Genocs.CLI
@@ -40,32 +41,30 @@
4041

4142
[![logo](https://raw.githubusercontent.com/Genocs/genocs-library-cli/main/assets/genocs-library-logo.png "logo")](https://github.com/Genocs/genocs-library-cli)
4243

43-
4444
# Genocs cli
4545

46-
4746
## Introduction
4847

4948
Genocs cli is the Genocs **dotnet tool** that allow you to use Genocs templates.
5049
Genocs templates are dotnet template that will help you to setup quick and easy your microservice solution.
5150

5251
Here where you can find the Dotnet tools official Documentation:
53-
- [Microsoft - dotnet tools](https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools)
5452

53+
- [Microsoft - dotnet tools](https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools)
5554

5655
## Supported runtime
5756

58-
Genocs cli can be used on .NET8 runtimes.
57+
Genocs cli can be used on .NET9 runtimes.
5958

6059
Please check the GitHub repository getting more info.
6160

6261
## Documentation: [Genocs Library - CLI](https://genocs-blog.netlify.app/cli/)
6362

64-
6563
---
6664

67-
Useful commands
68-
``` bash
65+
Useful commands
66+
67+
```bash
6968
# Get the list of tool
7069
dotnet tool list
7170

@@ -82,52 +81,66 @@ dotnet tool update -g genocs.cli
8281
dotnet tool uninstall -g genocs.cli
8382
```
8483

85-
8684
## Release notes
8785

8886
### [2024-05-15] 1.0.6
87+
8988
- Updated NuGet packages
9089

9190
### [2024-03-04] 1.0.5
91+
9292
- Updated NuGet packages
9393

9494
### [2023-12-16] 1.0.4
95+
9596
- Fix Issue on resource
9697

9798
### [2023-12-16] 1.0.3
99+
98100
- Fix Issue on resource
99101

100102
### [2023-12-16] 1.0.2
103+
101104
- NET8 support
102105

103106
### [2023-12-16] 1.0.1
107+
104108
- NET8 support
105109

106110
### [2023-12-16] 1.0.0
111+
107112
- NET8 support
108113

109114
### [2023-09-01] 0.0.8
115+
110116
- Updated templates
111117

112118
### [2023-08-13] 0.0.7
119+
113120
- Updated banner plus fix weird behavior
114121

115122
### [2023-07-23] 0.0.6
123+
116124
- Added gnx-webapi support
117125

118126
### [2023-07-10] 0.0.5
127+
119128
- Fix crash in case of leading and trailing spaces
120129

121130
### [2023-07-10] 0.0.4
131+
122132
- Added capitalCase on the project name
123133

124134
### [2023-06-03] 0.0.3
135+
125136
- Updated syntax to .Net 7.0
126137

127138
### [2023-06-02] 0.0.2
139+
128140
- Completed list of templates
129141

130142
### [2023-03-12] 0.0.1
143+
131144
- First release
132145

133146
## License
@@ -144,7 +157,6 @@ View Complete [Changelogs](https://github.com/Genocs/genocs-library-cli/blob/mai
144157
- Facebook Page [@genocs](https://facebook.com/Genocs)
145158
- Youtube Channel [@genocs](https://youtube.com/c/genocs)
146159

147-
148160
## Support
149161

150162
Has this Project helped you learn something New? or Helped you at work?
@@ -153,15 +165,13 @@ Here are a few ways by which you can support.
153165

154166
- ⭐ Leave a star!
155167
- 🥇 Recommend this project to your colleagues.
156-
- 🦸 Do consider endorsing me on LinkedIn for ASP.NET Core - [Connect via LinkedIn](https://www.linkedin.com/in/giovanni-emanuele-nocco-b31a5169/)
168+
- 🦸 Do consider endorsing me on LinkedIn for ASP.NET Core - [Connect via LinkedIn](https://www.linkedin.com/in/giovanni-emanuele-nocco-b31a5169/)
157169
- ☕ If you want to support this project in the long run, consider [buying me a coffee](https://www.buymeacoffee.com/genocs)!
158170

159-
160171
[![buy-me-a-coffee](https://raw.githubusercontent.com/Genocs/genocs-library-cli/main/assets/buy-me-a-coffee.png "buy me a coffee")](https://www.buymeacoffee.com/genocs)
161172

162-
163173
## Financial Contributors
164174

165175
Become a financial contributor and help me sustain the project.
166176

167-
**Support the Project** on [Opencollective](https://opencollective.com/genocs/contribute).
177+
**Support the Project** on [Opencollective](https://opencollective.com/genocs/contribute).

src/genocs.cli.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<Description>The Genocs CLI Tool to run .NET9 templates.</Description>
1111
<PackAsTool>true</PackAsTool>
1212
<ToolCommandName>genocs</ToolCommandName>
13-
<PackageVersion>1.0.0</PackageVersion>
13+
<PackageVersion>1.2.0</PackageVersion>
1414
<PackageOutputPath>./nupkg</PackageOutputPath>
1515
<Authors>Nocco Giovanni Emanuele</Authors>
16-
<Copyright>Copyright (c) 2024 Genocs Services</Copyright>
16+
<Copyright>Copyright (c) 2025 Genocs Services</Copyright>
1717
<PackageTags>dotnet-tool;templates</PackageTags>
1818
<RepositoryUrl>https://github.com/Genocs/genocs-library-cli</RepositoryUrl>
1919
<PackageProjectUrl>https://blog.genocs.com/</PackageProjectUrl>

0 commit comments

Comments
 (0)