Keel.Domain.CleanCode
1.1.0
dotnet add package Keel.Domain.CleanCode --version 1.1.0
NuGet\Install-Package Keel.Domain.CleanCode -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Keel.Domain.CleanCode" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Keel.Domain.CleanCode" Version="1.1.0" />
<PackageReference Include="Keel.Domain.CleanCode" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Keel.Domain.CleanCode --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Keel.Domain.CleanCode, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Keel.Domain.CleanCode@1.1.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Keel.Domain.CleanCode&version=1.1.0
#tool nuget:?package=Keel.Domain.CleanCode&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
keel
Project base to support microservices using .NET
GitHub Packages
Each project has its own GitHub Actions workflow for creating and publishing a NuGet package to GitHub Packages.
The same workflow run also publishes the package to NuGet.org.
- Manual publish: run the workflow for the project in the
Actionstab. - Publish by tag: create a tag using the format
<PackageId>-v<version>. The<version>value must match the packageVersionevaluated by MSBuild.
Examples:
Keel.Domain.CleanCode-v1.1Keel.Infra.Db-v1.1Keel.Infra.WebApi-v1.1
Packages are published to:
https://nuget.pkg.github.com/adrianosepe/index.jsonhttps://www.nuget.org/packages
Required GitHub Actions secret:
NUGET_API_KEY: API key generated in NuGet.org for package push
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- FluentValidation (>= 11.11.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.4)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Keel.Domain.CleanCode:
| Package | Downloads |
|---|---|
|
Keel.Infra.WebApi
Web API support library for Keel. |
|
|
Keel.Infra.Broker.RabbitMQ
Keel.Infra.Broker.RabbitMQ library. |
GitHub repositories
This package is not used by any popular GitHub repositories.