Skip to content

Commit 8bd2af5

Browse files
committed
Update package version to 3.1.0, enhance documentation, and fix typo in README files
1 parent 6858027 commit 8bd2af5

File tree

5 files changed

+14
-18
lines changed

5 files changed

+14
-18
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
[license-url]: https://github.com/Genocs/microservice-template/blob/main/LICENSE
1818
[build-shield]: https://github.com/Genocs/microservice-template/actions/workflows/build_and_test.yml/badge.svg?branch=main
1919
[build-url]: https://github.com/Genocs/microservice-template/actions/workflows/build_and_test.yml
20-
[package-shield]: https://img.shields.io/badge/nuget-v.3.0.0-blue?&label=latests&logo=nuget
20+
[package-shield]: https://img.shields.io/badge/nuget-v.3.1.0-blue?&label=latests&logo=nuget
2121
[package-url]: https://github.com/Genocs/microservice-template/actions/workflows/build_and_test.yml
2222
[downloads-shield]: https://img.shields.io/nuget/dt/Genocs.Microservice.Template.svg?color=2da44e&label=downloads&logo=nuget
2323
[downloads-url]: https://www.nuget.org/packages/Genocs.Microservice.Template
@@ -105,7 +105,7 @@ The template can be used with the `genocs cli`, `dotnet new` command or with the
105105
dotnet new install Genocs.Microservice.Template
106106

107107
# Or install a specific version
108-
dotnet new install Genocs.Microservice.Template::3.0.0
108+
dotnet new install Genocs.Microservice.Template::3.1.0
109109

110110
# View all available options
111111
dotnet new gnx-microservice --help
@@ -187,9 +187,9 @@ git clone https://github.com/Genocs/microservice-template
187187
cd microservice-template
188188

189189
# To pack and install the template
190-
dotnet pack ./src/Package.Template.csproj -p:PackageVersion=3.0.0 --configuration Release --output ./out
190+
dotnet pack ./src/Package.Template.csproj -p:PackageVersion=3.1.0 --configuration Release --output ./out
191191

192-
dotnet new install ./out/Genocs.Microservice.Template.3.0.0.nupkg
192+
dotnet new install ./out/Genocs.Microservice.Template.3.1.0.nupkg
193193
dotnet new gnx-microservice --help
194194

195195
# To uninstall the template

src/Package.Template.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
55
<PackageType>Template</PackageType>
6-
<PackageVersion>3.0.0</PackageVersion>
6+
<PackageVersion>3.1.0</PackageVersion>
77
<PackageId>Genocs.Microservice.Template</PackageId>
88
<Title>Genocs - Microservice Template</Title>
99
<Authors>Nocco Giovanni Emanuele</Authors>
@@ -18,11 +18,9 @@
1818
<RepositoryType>git</RepositoryType>
1919
<Copyright>Copyright (c) 2025 Genocs Services</Copyright>
2020
<PackageReleaseNotes>
21-
Release 3.0.0:
22-
- Update nuget packages to latest versions.
23-
- Improved documentation.
24-
- Minor bug fixes and performance improvements.
25-
- Inserted instructions for GitHub Copilot and Cursor AI usage.
21+
Release 3.1.0:
22+
- Updated folder structure.
23+
- Fixed typo in the documentation.
2624
</PackageReleaseNotes>
2725
<Language>en-US</Language>
2826
<IncludeBuildOutput>false</IncludeBuildOutput>

src/Package.Template.nuspec

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata minClientVersion="5.10.0">
44
<id>Genocs.Microservice.Template</id>
5-
<version>3.0.0</version>
5+
<version>3.1.0</version>
66
<title>Genocs - Microservice Template</title>
77
<authors>Nocco Giovanni Emanuele</authors>
88
<owners>[Genocs] Nocco Giovanni Emanuele</owners>
@@ -16,11 +16,9 @@
1616
<summary>.NET Microservice Template to implement solution based on Multitenancy.</summary>
1717
<description>Clean Architecture Template for .NET WebAPI built with Multitenancy Support.</description>
1818
<releaseNotes>
19-
Release 3.0.0:
20-
- Update nuget packages to latest versions.
21-
- Improved documentation.
22-
- Minor bug fixes and performance improvements.
23-
- Inserted instructions for GitHub Copilot and Cursor AI usage.
19+
Release 3.1.0:
20+
- Updated folder structure.
21+
- Fixed typo in the documentation.
2422
</releaseNotes>
2523
<language>en-US</language>
2624
<packageTypes>

src/README_NUGET.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
[license-url]: https://github.com/Genocs/microservice-template/blob/main/LICENSE
1818
[build-shield]: https://github.com/Genocs/microservice-template/actions/workflows/build_and_test.yml/badge.svg?branch=main
1919
[build-url]: https://github.com/Genocs/microservice-template/actions/workflows/build_and_test.yml
20-
[package-shield]: https://img.shields.io/badge/nuget-v.3.0.0-blue?&label=latests&logo=nuget
20+
[package-shield]: https://img.shields.io/badge/nuget-v.3.1.0-blue?&label=latests&logo=nuget
2121
[package-url]: https://github.com/Genocs/microservice-template/actions/workflows/build_and_test.yml
2222
[downloads-shield]: https://img.shields.io/nuget/dt/Genocs.Microservice.Template.svg?color=2da44e&label=downloads&logo=nuget
2323
[downloads-url]: https://www.nuget.org/packages/Genocs.Microservice.Template

src/template/src/Infrastructure/Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<PackageReference Include="NSwag.AspNetCore" Version="14.6.1" />
3636
<PackageReference Include="RazorEngineCore" Version="2024.4.1" />
3737
<PackageReference Include="ZymLabs.NSwag.FluentValidation.AspNetCore" Version="0.7.1" />
38-
<PackageReference Include="Oracle.EntityFrameworkCore" Version="9.23.60" />
38+
<PackageReference Include="Oracle.EntityFrameworkCore" Version="9.23.26000" />
3939
<PackageReference Include="OrchardCore.Localization.Core" Version="2.2.1" />
4040
<PackageReference Include="Serilog.Exceptions" Version="8.4.0" />
4141
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="9.0.0" />

0 commit comments

Comments
 (0)