Updated all NuGet Packages#19
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the solution’s NuGet/package/assembly versions across the Diamond.Core Patterns library projects, aligning published package metadata and bumping various third-party dependencies used by runtime libraries, examples, and test projects.
Changes:
- Bump project/package versions broadly from
10.1.1to10.1.2(includingAssemblyVersion/FileVersionwhere present). - Update multiple
PackageReferenceversions (notably Microsoft.Extensions/*, EF Core providers, Swashbuckle, Serilog config, test tooling packages). - Add
FileVersionandAssemblyVersionto several test project files that previously only setVersion.
Reviewed changes
Copilot reviewed 66 out of 66 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Src/Wpf/Diamond.Core.Wpf/Diamond.Core.Wpf.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Wpf/Diamond.Core.Wpf.Abstractions/Diamond.Core.Wpf.Abstractions.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Workflow/Diamond.Core.Workflow/Diamond.Core.Workflow.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Workflow/Diamond.Core.Workflow.Steps/Diamond.Core.WorkFlow.Steps.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Workflow/Diamond.Core.Workflow.State/Diamond.Core.Workflow.State.csproj | Bumps version to 10.1.2; updates TryDisposable reference. |
| Src/Workflow/Diamond.Core.Workflow.State.Abstractions/Diamond.Core.Workflow.State.Abstractions.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Workflow/Diamond.Core.Workflow.Abstractions/Diamond.Core.Workflow.Abstractions.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Unit of Work/Diamond.Core.UnitOfWork/Diamond.Core.UnitOfWork.csproj | Bumps version to 10.1.2; updates logging/disposable helper package references. |
| Src/Unit of Work/Diamond.Core.UnitOfWork.Abstractions/Diamond.Core.UnitOfWork.Abstractions.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Tests/Diamond.Core.System.Tests/Diamond.Core.System.Tests.csproj | Bumps version to 10.1.2; updates test SDK/NUnit/coverlet references. |
| Src/Tests/Diamond.Core.Specification.Tests/Diamond.Core.Specification.Tests.csproj | Bumps version to 10.1.2; updates DI/test SDK/NUnit/coverlet references. |
| Src/Tests/Diamond.Core.Rules.Tests/Diamond.Core.Rules.Tests.csproj | Bumps version to 10.1.2; updates DI/test SDK/NUnit/coverlet references. |
| Src/Tests/Diamond.Core.Decorator.Tests/Diamond.Core.Decorator.Tests.csproj | Bumps version to 10.1.2; updates DI/test SDK/NUnit/coverlet references. |
| Src/Tests/Diamond.Core.Clonable.Tests/Diamond.Core.Clonable.Tests.csproj | Bumps version to 10.1.2; updates test SDK/NUnit/coverlet references. |
| Src/System/Diamond.Core.System.Text/Diamond.Core.System.Text.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/System/Diamond.Core.System.TemporaryFolder/Diamond.Core.System.TemporaryFolder.csproj | Bumps version to 10.1.2; updates hosting/logging/disposable helper references. |
| Src/System/Diamond.Core.System.Base36/Diamond.Core.System.Base36.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/System/Diamond.Core.Performance/Diamond.Core.Performance.csproj | Bumps version to 10.1.2; updates logging abstractions reference. |
| Src/Specification/Diamond.Core.Specification/Diamond.Core.Specification.csproj | Bumps version to 10.1.2; updates logging/disposable helper references. |
| Src/Specification/Diamond.Core.Specification.Abstractions/Diamond.Core.Specification.Abstractions.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Shared/Diamond.Core.Abstractions/Diamond.Core.Abstractions.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Rules/Diamond.Core.Rules/Diamond.Core.Rules.csproj | Bumps version to 10.1.2; updates logging abstractions and TryDisposable references. |
| Src/Rules/Diamond.Core.Rules.Abstractions/Diamond.Core.Rules.Abstractions.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Repository/Diamond.Core.Repository/Diamond.Core.Repository.csproj | Bumps version to 10.1.2; updates logging abstractions reference. |
| Src/Repository/Diamond.Core.Repository.EntityFrameworkCore/Diamond.Core.Repository.EntityFrameworkCore.csproj | Bumps version to 10.1.2; updates EF Core + disposable helper references. |
| Src/Repository/Diamond.Core.Repository.DateTimeModel/Diamond.Core.Repository.DateTimeModel.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Repository/Diamond.Core.Repository.Abstractions/Diamond.Core.Repository.Abstractions.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Hosting/Diamond.Core.Extensions.Hosting/Diamond.Core.Extensions.Hosting.csproj | Bumps version to 10.1.2; updates hosting/DI references. |
| Src/Hosting/Diamond.Core.Extensions.Hosting.Abstractions/Diamond.Core.Extensions.Hosting.Abstractions.csproj | Bumps version to 10.1.2; updates hosting/logging abstractions references. |
| Src/Examples/Diamond.Core.Example.Wpf/Diamond.Core.Example.Wpf.csproj | Bumps version to 10.1.2; updates disposable helper reference. |
| Src/Examples/Diamond.Core.Example.Web/Diamond.Core.Example.Web.csproj | Bumps version to 10.1.2; updates ASP.NET/Swagger/versioning/Serilog config refs. |
| Src/Examples/Diamond.Core.Example.Unity/Diamond.Core.Example.Unity.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Examples/Diamond.Core.Example.Shared/Diamond.Core.Example.Shared.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Examples/Diamond.Core.Example.LoadServices/Diamond.Core.Example.LoadServices.csproj | Bumps version to 10.1.2; updates hosting/DI abstractions references. |
| Src/Examples/Diamond.Core.Example.KeyedServices/Diamond.Core.Example.KeyedServices.csproj | Bumps version to 10.1.2; updates hosting/DI abstractions references. |
| Src/Examples/Diamond.Core.Example.DbContext/Diamond.Core.Example.DbContext.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Examples/Diamond.Core.Example.ConsoleCommand/Diamond.Core.Example.ConsoleCommand.csproj | Bumps version to 10.1.2; updates JsonPatch + Serilog config reference. |
| Src/Examples/Diamond.Core.Example.BasicConsole/Diamond.Core.Example.BasicConsole.csproj | Bumps version to 10.1.2; updates EF Core + config/DI/hosting + Serilog config refs. |
| Src/Examples/Diamond.Core.Example.AutoMapperDependency/Diamond.Core.Example.AutoMapperDependency.csproj | Bumps version to 10.1.2; updates Serilog config reference. |
| Src/Examples/Diamond.Core.Example.AutoMapperDependency.Profiles/Diamond.Core.Example.AutoMapperDependency.Profiles.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Dependency-Injection/Diamond.Core.Extensions.DependencyInjection/Diamond.Core.Extensions.DependencyInjection.csproj | Bumps version to 10.1.2; updates Microsoft.Extensions.Hosting reference. |
| Src/Dependency-Injection/Diamond.Core.Extensions.DependencyInjection.SqlServer/Diamond.Core.Extensions.DependencyInjection.SqlServer.csproj | Bumps version to 10.1.2; updates EF Core SqlServer reference. |
| Src/Dependency-Injection/Diamond.Core.Extensions.DependencyInjection.Sqlite/Diamond.Core.Extensions.DependencyInjection.Sqlite.csproj | Bumps version to 10.1.2; updates EF Core Sqlite reference. |
| Src/Dependency-Injection/Diamond.Core.Extensions.DependencyInjection.PostgreSQL/Diamond.Core.Extensions.DependencyInjection.PostgreSQL.csproj | Bumps version to 10.1.2; updates Npgsql EF Core provider reference. |
| Src/Dependency-Injection/Diamond.Core.Extensions.DependencyInjection.Oracle/Diamond.Core.Extensions.DependencyInjection.Oracle.csproj | Bumps version to 10.1.2; updates Oracle EF Core provider reference. |
| Src/Dependency-Injection/Diamond.Core.Extensions.DependencyInjection.MySql/Diamond.Core.Extensions.DependencyInjection.MySql.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Dependency-Injection/Diamond.Core.Extensions.DependencyInjection.InMemory/Diamond.Core.Extensions.DependencyInjection.InMemory.csproj | Bumps version to 10.1.2; updates EF Core InMemory reference. |
| Src/Dependency-Injection/Diamond.Core.Extensions.DependencyInjection.EntityFrameworkCore/Diamond.Core.Extensions.DependencyInjection.EntityFrameworkCore.csproj | Bumps version to 10.1.2; updates EF Core reference. |
| Src/Dependency-Injection/Diamond.Core.Extensions.DependencyInjection.Cosmos/Diamond.Core.Extensions.DependencyInjection.Cosmos.csproj | Bumps version to 10.1.2; updates EF Core Cosmos reference. |
| Src/Dependency-Injection/Diamond.Core.Extensions.DependencyInjection.Abstractions/Diamond.Core.Extensions.DependencyInjection.Abstractions.csproj | Bumps version to 10.1.2; updates logging abstractions reference. |
| Src/Decorator/Diamond.Core.Decorator/Diamond.Core.Decorator.csproj | Bumps version to 10.1.2; updates logging/disposable helper references. |
| Src/Decorator/Diamond.Core.Decorator.Abstractions/Diamond.Core.Decorator.Abstractions.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Command Line/Diamond.Core.CommandLine/Diamond.Core.CommandLine.csproj | Bumps version to 10.1.2; updates hosting/logging abstractions references. |
| Src/Command Line/Diamond.Core.CommandLine.Model/Diamond.Core.CommandLine.Model.csproj | Bumps version to 10.1.2; updates Microsoft.Extensions.Logging reference. |
| Src/Command Line/Diamond.Core.CommandLine.Abstractions/Diamond.Core.CommandLine.Abstractions.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Clonable/Diamond.Core.Clonable/Diamond.Core.Clonable.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/Clonable/Diamond.Core.Clonable.Newtonsoft/Diamond.Core.Clonable.Newtonsoft.csproj | Bumps version to 10.1.2; updates hosting abstractions reference. |
| Src/Clonable/Diamond.Core.Clonable.Microsoft/Diamond.Core.Clonable.Microsoft.csproj | Bumps version to 10.1.2; updates hosting abstractions reference. |
| Src/Clonable/Diamond.Core.Clonable.Abstractions/Diamond.Core.Clonable.Abstractions.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/AutoMapper/Diamond.Core.AutoMapperExtensions/Diamond.Core.AutoMapperExtensions.csproj | Bumps version to 10.1.2; updates hosting/logging abstractions references. |
| Src/AspNetCore/Diamond.Core.AspNetCore.Swagger/Diamond.Core.AspNetCore.Swagger.csproj | Bumps version to 10.1.2; updates JsonPatch + Swashbuckle references. |
| Src/AspNetCore/Diamond.Core.AspNetCore.Rfc7807/Diamond.Core.AspNetCore.Rfc7807.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/AspNetCore/Diamond.Core.AspNetCore.Hosting/Diamond.Core.AspNetCore.Hosting.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/AspNetCore/Diamond.Core.AspNetCore.DoAction/Diamond.Core.AspNetCore.DoAction.csproj | Bumps version to 10.1.2; updates TryDisposable reference. |
| Src/AspNetCore/Diamond.Core.AspNetCore.DoAction.Abstractions/Diamond.Core.AspNetCore.DoAction.Abstractions.csproj | Bumps package/assembly/file version to 10.1.2. |
| Src/AspNetCore/Diamond.Core.AspNetCore.DataTables/Diamond.Core.AspNetCore.DataTables.csproj | Bumps package/assembly/file version to 10.1.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.