Skip to content

Commit

Permalink
Nuget versions bump (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Calabonga committed Apr 22, 2024
2 parents c9c5bd4 + 1b61908 commit c720af0
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 40 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.1</PackageVersion>
<PackageVersion>8.0.2</PackageVersion>
<Title>Microservice template with OpenIddict</Title>
<Authors>Calabonga</Authors>
<Copyright>Calabonga SOFT © 2001 - $([System.DateTime]::Now.ToString(yyyy))</Copyright>
Expand All @@ -13,7 +13,7 @@
<PackageTags>template, microservice, oauth2, calabonga, nimble, framework, minimal, api</PackageTags>
<PackageProjectUrl>https://github.com/Calabonga/Microservice-Template</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>Nuget OperationResult replaced with Calabonga.Results</PackageReleaseNotes>
<PackageReleaseNotes>Nugets version bumped</PackageReleaseNotes>

<!-- Keep package type as 'Template' to show the package as template package on nuget.org and make you template available in dotnet new search.-->
<PackageType>Template</PackageType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Calabonga.Results" Version="1.0.0" />
<PackageReference Include="Calabonga.UnitOfWork" Version="3.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.1">
<PackageReference Include="Calabonga.Results" Version="1.0.2" />
<PackageReference Include="Calabonga.UnitOfWork" Version="4.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.1.0" />
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.4.0" />
<PackageReference Include="Calabonga.PredicatesBuilder" Version="2.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using Calabonga.Microservice.IdentityModule.Domain;
using Calabonga.Microservice.IdentityModule.Web.Application.Messaging.EventItemMessages.ViewModels;
using Calabonga.Microservice.IdentityModule.Web.Definitions.Mapping;
using Calabonga.UnitOfWork;
using Calabonga.PagedListCore;

namespace Calabonga.Microservice.IdentityModule.Web.Application.Messaging.EventItemMessages;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using Calabonga.Microservice.IdentityModule.Domain;
using Calabonga.Microservice.IdentityModule.Domain.Base;
using Calabonga.Microservice.IdentityModule.Web.Application.Messaging.EventItemMessages.ViewModels;
using Calabonga.PagedListCore;
using Calabonga.PredicatesBuilder;
using Calabonga.Results;
using Calabonga.UnitOfWork;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Automapper" Version="13.0.0" />
<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="Calabonga.AspNetCore.AppDefinitions" Version="2.4.1" />
<PackageReference Include="Calabonga.AspNetCore.AppDefinitions" Version="2.4.3" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.9.0" />
<PackageReference Include="MediatR" Version="12.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.1">
<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.1.0" />
<PackageReference Include="OpenIddict.AspNetCore" Version="5.4.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
@@ -1,5 +1,5 @@
using AutoMapper;
using Calabonga.UnitOfWork;
using Calabonga.PagedListCore;

namespace Calabonga.Microservice.IdentityModule.Web.Definitions.Mapping;

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.1";
public const string AppVersion = "8.0.2";

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Name: Template for Micro service on ASP.NET Core API with
// OpenIddict (OAuth2.0)
// Author: Calabonga © 2005-2024 Calabonga SOFT
// Version: 8.0.1
// Version: 8.0.2
// Based on: .NET 8.0.x
// Created Date: 2023-11-19
// Updated Date: 2024-02-05
Expand Down Expand Up @@ -69,7 +69,7 @@
}

Log.Fatal(ex, "Unhandled exception");
return 1;
throw;
}
finally
{
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.1</PackageVersion>
<PackageVersion>8.0.2</PackageVersion>
<Title>Microservice template</Title>
<Authors>Calabonga</Authors>
<Copyright>Calabonga SOFT © 2001 - $([System.DateTime]::Now.ToString(yyyy))</Copyright>
Expand All @@ -13,7 +13,8 @@
<PackageTags>template, microservice, oauth2, calabonga, nimble, framework, minimal, api</PackageTags>
<PackageProjectUrl>https://github.com/Calabonga/Microservice-Template</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<PackageReleaseNotes>Nugets version bumped</PackageReleaseNotes>

<!-- Keep package type as 'Template' to show the package as template package on nuget.org and make you template available in dotnet new search.-->
<PackageType>Template</PackageType>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -22,7 +23,6 @@
<ContentTargetFolders>content</ContentTargetFolders>
<NoWarn>$(NoWarn);NU5128</NoWarn>
<NoDefaultExcludes>true</NoDefaultExcludes>
<PackageReleaseNotes>Nuget OperationResult replaced with Calabonga.Results</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Calabonga.Results" Version="1.0.0" />
<PackageReference Include="Calabonga.UnitOfWork" Version="3.1.0" />
<PackageReference Include="Calabonga.Results" Version="1.0.2" />
<PackageReference Include="Calabonga.UnitOfWork" Version="4.0.0" />
<PackageReference Include="Calabonga.PredicatesBuilder" Version="2.0.1" />
<PackageReference Include="Calabonga.Microservices.Core" Version="5.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Automapper" Version="13.0.0" />
<PackageReference Include="Calabonga.AspNetCore.AppDefinitions" Version="2.4.1" />
<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="MediatR" Version="12.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.1">
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.0" />
<PackageReference Include="OpenIddict.AspNetCore" Version="5.1.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.2" />
<PackageReference Include="OpenIddict.AspNetCore" Version="5.4.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.1";
private const string _appVersion = "8.0.2";

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Name: Template for Micro service on ASP.NET Core API with
// OpenIddict (OAuth2.0)
// Author: Calabonga © 2005-2023 Calabonga SOFT
// Version: 8.0.1
// Version: 8.0.2
// Based on: .NET 8.0.x
// Created Date: 2023-11-19
// Updated Date: 2024-02-06
Expand Down Expand Up @@ -68,7 +68,7 @@
}

Log.Fatal(ex, "Unhandled exception");
return 1;
throw;
}
finally
{
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ To install version 8.x please, read [wiki](https://github.com/Calabonga/Microser

## История Nimble Framework

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

* Обновились nuget-пакеты
* Исправлены некоторые синтаксические ошибки.


### 2024-02-06 Версия 8.0.1

Вместо nuget-пакета [`OperationResultCore`](https://github.com/Calabonga/OperationResult)в обоих шаблонах теперь используется более простая и современная реализация RFC7807 - [`Calabonga.Results`](https://github.com/Calabonga/Calabonga.Results), которая существенно "облегчила" сериализацию выдаваемых результатов повысив параметры производительности в несколько раз.
Expand Down

0 comments on commit c720af0

Please sign in to comment.