Skip to content

Commit

Permalink
pull request 33 apply (#34)
Browse files Browse the repository at this point in the history
### 2024-05-11 Версия 8.0.3

* Обновились nuget-пакеты в проекте `IdentityModule`
* Обновились nuget-пакеты в проекте `Module`.
* Исправлена ошибка генерации решения из шаблона: дублирование
sln-файла. Спасибо
[andrew-moiseyev](https://github.com/andrew-moiseyev).
* Обновлены проекты nuget-templates для обоих tool CLI.
  • Loading branch information
Calabonga committed May 11, 2024
2 parents d230068 + c6fdd45 commit 317b0ae
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- The package metadata. Fill in the properties marked as TODO below -->
<!-- Follow the instructions on https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices -->
<PackageId>Calabonga.Microservice.IdentityModule.Template</PackageId>
<PackageVersion>8.0.2</PackageVersion>
<PackageVersion>8.0.3</PackageVersion>
<Title>Microservice template with OpenIddict</Title>
<Authors>Calabonga</Authors>
<Copyright>Calabonga SOFT © 2001 - $([System.DateTime]::Now.ToString(yyyy))</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.4.0" />
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.5.0" />
<PackageReference Include="Calabonga.PredicatesBuilder" Version="2.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.4" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
<ItemGroup>
<PackageReference Include="Automapper" Version="13.0.1" />
<PackageReference Include="Calabonga.Microservices.Core" Version="5.1.0" />
<PackageReference Include="FluentValidation" Version="11.9.0" />
<PackageReference Include="FluentValidation" Version="11.9.1" />
<PackageReference Include="Calabonga.AspNetCore.AppDefinitions" Version="2.4.3" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.9.0" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.9.1" />
<PackageReference Include="MediatR" Version="12.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="OpenIddict.AspNetCore" Version="5.4.0" />
<PackageReference Include="OpenIddict.AspNetCore" Version="5.5.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />
<PackageReference Include="Serilog.Formatting.Compact" Version="2.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class SwaggerDefinition : AppDefinition
// Otherwise, you can change versions of your API by manually.
// If you are not going to use git-versioning, do not forget install package "GitInfo"
// private const string AppVersion = $"{ThisAssembly.Git.SemVer.Major}.{ThisAssembly.Git.SemVer.Minor}.{ThisAssembly.Git.SemVer.Patch}";
public const string AppVersion = "8.0.2";
public const string AppVersion = "8.0.3";

private const string _swaggerConfig = "/swagger/v1/swagger.json";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
// Name: Template for Micro service on ASP.NET Core API with
// OpenIddict (OAuth2.0)
// Author: Calabonga © 2005-2024 Calabonga SOFT
// Version: 8.0.2
// Version: 8.0.3
// Based on: .NET 8.0.x
// Created Date: 2023-11-19
// Updated Date: 2024-02-05
// Updated Date: 2024-05-11
// --------------------------------------------------------------------
// Contacts
// --------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- The package metadata. Fill in the properties marked as TODO below -->
<!-- Follow the instructions on https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices -->
<PackageId>Calabonga.Microservice.Module.Template</PackageId>
<PackageVersion>8.0.2</PackageVersion>
<PackageVersion>8.0.3</PackageVersion>
<Title>Microservice template</Title>
<Authors>Calabonga</Authors>
<Copyright>Calabonga SOFT © 2001 - $([System.DateTime]::Now.ToString(yyyy))</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<ItemGroup>
<PackageReference Include="Automapper" Version="13.0.1" />
<PackageReference Include="Calabonga.AspNetCore.AppDefinitions" Version="2.4.3" />
<PackageReference Include="FluentValidation" Version="11.9.0" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.9.0" />
<PackageReference Include="FluentValidation" Version="11.9.1" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.9.1" />
<PackageReference Include="MediatR" Version="12.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.4" />
Expand All @@ -24,7 +24,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.2" />
<PackageReference Include="OpenIddict.AspNetCore" Version="5.4.0" />
<PackageReference Include="OpenIddict.AspNetCore" Version="5.5.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />
<PackageReference Include="Serilog.Formatting.Compact" Version="2.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class SwaggerDefinition : AppDefinition
// Otherwise, you can change versions of your API by manually.
// If you are not going to use git-versioning, do not forget install package "GitInfo"
// private const string _appVersion = $"{ThisAssembly.Git.SemVer.Major}.{ThisAssembly.Git.SemVer.Minor}.{ThisAssembly.Git.SemVer.Patch}";
private const string _appVersion = "8.0.2";
private const string _appVersion = "8.0.3";

private const string _swaggerConfig = "/swagger/v1/swagger.json";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
// Name: Template for Micro service on ASP.NET Core API with
// OpenIddict (OAuth2.0)
// Author: Calabonga © 2005-2023 Calabonga SOFT
// Version: 8.0.2
// Version: 8.0.3
// Based on: .NET 8.0.x
// Created Date: 2023-11-19
// Updated Date: 2024-02-06
// Updated Date: 2024-05-11
// --------------------------------------------------------------------
// Contacts
// --------------------------------------------------------------------
Expand Down
22 changes: 0 additions & 22 deletions AspNetCore v8.0/module1.json

This file was deleted.

22 changes: 0 additions & 22 deletions AspNetCore v8.0/module2.json

This file was deleted.

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ To install version 8.x please, read [wiki](https://github.com/Calabonga/Microser

## История Nimble Framework

### 2024-05-11 Версия 8.0.3

* Обновились nuget-пакеты в проекте `IdentityModule`
* Обновились nuget-пакеты в проекте `Module`.
* Исправлена ошибка генерации решения из шаблона: дублирование sln-файла. Спасибо [andrew-moiseyev](https://github.com/andrew-moiseyev).
* Обновлены проекты nuget-templates для обоих tool CLI.


### 2024-04-22 Версия 8.0.2

* Обновились nuget-пакеты
Expand Down

0 comments on commit 317b0ae

Please sign in to comment.