Skip to content

Commit

Permalink
Structure alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanninocco committed Nov 4, 2023
1 parent 55bbd43 commit 9d5d81c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,9 @@ $RECYCLE.BIN/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json

# Package build
nupkgs

[Ll]og*.txt
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Genocs .NET Web API Microservice Template is a starting point for your next `.NE
The template can be used with the `genocs cli` or `dotnet new` command or with the `Visual Studio 2022` or `Visual Studio Code` IDEs.


## YouTube Video - Genocs Library - Getting Started

Watch the Getting started video here: [youtube intro](https://www.youtube.com/watch?v=TgxDvU---Ak)
Expand Down Expand Up @@ -348,10 +347,9 @@ dotnet new gnx-microservice --name {{CompanyName.ProjectName.ServiceName}}

[Participate in QNA & General Discussions](https://github.com/Genocs/microservice-template/discussions)


## Changelogs

View Complete [Changelogs](https://github.com/Genocs/microservice-template/blob/main/CHANGELOGS.md).
View Complete [Changelogs](https://github.com/Genocs/microservice-template/blob/main/CHANGELOG.md).

## License

Expand All @@ -371,18 +369,17 @@ Here are a few ways by which you can support.

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


[![buy-me-a-coffee](https://raw.githubusercontent.com/Genocs/clean-architecture-template/main/assets/buy-me-a-coffee.png "buy me a coffee")](https://www.buymeacoffee.com/genocs)

[![buy-me-a-coffee](https://raw.githubusercontent.com/Genocs/microservice-template/main/assets/buy-me-a-coffee.png "buy me a coffee")](https://www.buymeacoffee.com/genocs)

## Code Contributors

This project exists thanks to all the people who contribute. [Submit your PR and join the team!](CONTRIBUTING.md)

[![genocs contributors](https://contrib.rocks/image?repo=Genocs/clean-architecture-template "genocs contributors")](https://github.com/Genocs/clean-architecture-template/graphs/contributors)
[![genocs contributors](https://contrib.rocks/image?repo=Genocs/microservice-template "genocs contributors")](https://github.com/Genocs/clean-architecture-template/graphs/contributors)

## Financial Contributors

Expand Down
2 changes: 2 additions & 0 deletions src/template/.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
Directory.Build.props
Directory.Build.targets
LICENSE
README.md
7 changes: 6 additions & 1 deletion src/template/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,9 @@ $RECYCLE.BIN/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json

# Package build
nupkg

[Ll]og*.txt
4 changes: 2 additions & 2 deletions src/template/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"Web/ASP.NET"
],
"tags": {
"type": "project",
"language": "C#"
"language": "C#",
"type": "project"
},
"identity": "Genocs.Microservice.Template",
"name": "Genocs: Microservice .NET7",
Expand Down

0 comments on commit 9d5d81c

Please sign in to comment.