Releases: abdebek/MinimalCleanArch
Release v0.1.12-preview
MinimalCleanArch v0.1.12-preview
Packages Published
- MinimalCleanArch - Core components (.NET 9.0, .NET 10.0)
- MinimalCleanArch.DataAccess - Entity Framework Core implementation
- MinimalCleanArch.Extensions - Minimal API extensions
- MinimalCleanArch.Validation - FluentValidation integration
- MinimalCleanArch.Security - Data Protection encryption
- MinimalCleanArch.Messaging - Domain events / Wolverine integration
- MinimalCleanArch.Audit - Audit logging components
- MinimalCleanArch.Templates - dotnet new templates (web/api clean architecture)
Installation
dotnet add package MinimalCleanArch --version 0.1.12-preview
dotnet add package MinimalCleanArch.DataAccess --version 0.1.12-preview
dotnet add package MinimalCleanArch.Extensions --version 0.1.12-preview.NET 9.0 and 10.0 Features
This release targets .NET 9.0 and .NET 10.0 and includes:
- Updated to Entity Framework Core 9.0.5
- FluentValidation 12.0.0 support
- Enhanced performance and security
- Native AOT compatibility improvements
Usage
// Program.cs
builder.Services.AddMinimalCleanArch<MyDbContext>(options =>
options.UseSqlServer(connectionString));
builder.Services.AddValidatorsFromAssemblyContaining<MyValidator>();
builder.Services.AddDataProtectionEncryptionForDevelopment();See the README for complete usage instructions.
Full Changelog: v0.1.11-preview...v0.1.12-preview
Release v0.1.11-preview
MinimalCleanArch v0.1.11-preview
Packages Published
- MinimalCleanArch - Core components (.NET 9.0, .NET 10.0)
- MinimalCleanArch.DataAccess - Entity Framework Core implementation
- MinimalCleanArch.Extensions - Minimal API extensions
- MinimalCleanArch.Validation - FluentValidation integration
- MinimalCleanArch.Security - Data Protection encryption
- MinimalCleanArch.Messaging - Domain events / Wolverine integration
- MinimalCleanArch.Audit - Audit logging components
- MinimalCleanArch.Templates - dotnet new templates (web/api clean architecture)
Installation
dotnet add package MinimalCleanArch --version 0.1.11-preview
dotnet add package MinimalCleanArch.DataAccess --version 0.1.11-preview
dotnet add package MinimalCleanArch.Extensions --version 0.1.11-preview.NET 9.0 and 10.0 Features
This release targets .NET 9.0 and .NET 10.0 and includes:
- Updated to Entity Framework Core 9.0.5
- FluentValidation 12.0.0 support
- Enhanced performance and security
- Native AOT compatibility improvements
Usage
// Program.cs
builder.Services.AddMinimalCleanArch<MyDbContext>(options =>
options.UseSqlServer(connectionString));
builder.Services.AddValidatorsFromAssemblyContaining<MyValidator>();
builder.Services.AddDataProtectionEncryptionForDevelopment();See the README for complete usage instructions.
Full Changelog: v0.1.10-preview...v0.1.11-preview
Release v0.1.10-preview
MinimalCleanArch v0.1.10-preview
Packages Published
- MinimalCleanArch - Core components (.NET 9.0, .NET 10.0)
- MinimalCleanArch.DataAccess - Entity Framework Core implementation
- MinimalCleanArch.Extensions - Minimal API extensions
- MinimalCleanArch.Validation - FluentValidation integration
- MinimalCleanArch.Security - Data Protection encryption
- MinimalCleanArch.Messaging - Domain events / Wolverine integration
- MinimalCleanArch.Audit - Audit logging components
- MinimalCleanArch.Templates - dotnet new templates (web/api clean architecture)
Installation
dotnet add package MinimalCleanArch --version 0.1.10-preview
dotnet add package MinimalCleanArch.DataAccess --version 0.1.10-preview
dotnet add package MinimalCleanArch.Extensions --version 0.1.10-preview.NET 9.0 and 10.0 Features
This release targets .NET 9.0 and .NET 10.0 and includes:
- Updated to Entity Framework Core 9.0.5
- FluentValidation 12.0.0 support
- Enhanced performance and security
- Native AOT compatibility improvements
Usage
// Program.cs
builder.Services.AddMinimalCleanArch<MyDbContext>(options =>
options.UseSqlServer(connectionString));
builder.Services.AddValidatorsFromAssemblyContaining<MyValidator>();
builder.Services.AddDataProtectionEncryptionForDevelopment();See the README for complete usage instructions.
Full Changelog: v0.1.9-preview...v0.1.10-preview
Release v0.1.9-preview
MinimalCleanArch v0.1.9-preview
Packages Published
- MinimalCleanArch - Core components (.NET 9.0)
- MinimalCleanArch.DataAccess - Entity Framework Core implementation
- MinimalCleanArch.Extensions - Minimal API extensions
- MinimalCleanArch.Validation - FluentValidation integration
- MinimalCleanArch.Security - Data Protection encryption
- MinimalCleanArch.Messaging - Domain events / Wolverine integration
- MinimalCleanArch.Audit - Audit logging components
- MinimalCleanArch.Templates - dotnet new templates (web/api clean architecture)
Installation
dotnet add package MinimalCleanArch --version 0.1.9-preview
dotnet add package MinimalCleanArch.DataAccess --version 0.1.9-preview
dotnet add package MinimalCleanArch.Extensions --version 0.1.9-preview.NET 9.0 Features
This release targets .NET 9.0 and includes:
- Updated to Entity Framework Core 9.0.5
- FluentValidation 12.0.0 support
- Enhanced performance and security
- Native AOT compatibility improvements
Usage
// Program.cs
builder.Services.AddMinimalCleanArch<MyDbContext>(options =>
options.UseSqlServer(connectionString));
builder.Services.AddValidatorsFromAssemblyContaining<MyValidator>();
builder.Services.AddDataProtectionEncryptionForDevelopment();See the README for complete usage instructions.
Full Changelog: v0.1.7...v0.1.9-preview
Release v0.1.7
MinimalCleanArch v0.1.7
Packages Published
- MinimalCleanArch - Core components (.NET 9.0)
- MinimalCleanArch.DataAccess - Entity Framework Core implementation
- MinimalCleanArch.Extensions - Minimal API extensions
- MinimalCleanArch.Validation - FluentValidation integration
- MinimalCleanArch.Security - Data Protection encryption
- MinimalCleanArch.Messaging - Domain events / Wolverine integration
- MinimalCleanArch.Audit - Audit logging components
- MinimalCleanArch.Templates - dotnet new templates (web/api clean architecture)
Installation
dotnet add package MinimalCleanArch --version 0.1.7
dotnet add package MinimalCleanArch.DataAccess --version 0.1.7
dotnet add package MinimalCleanArch.Extensions --version 0.1.7.NET 9.0 Features
This release targets .NET 9.0 and includes:
- Updated to Entity Framework Core 9.0.5
- FluentValidation 12.0.0 support
- Enhanced performance and security
- Native AOT compatibility improvements
Usage
// Program.cs
builder.Services.AddMinimalCleanArch<MyDbContext>(options =>
options.UseSqlServer(connectionString));
builder.Services.AddValidatorsFromAssemblyContaining<MyValidator>();
builder.Services.AddDataProtectionEncryptionForDevelopment();See the README for complete usage instructions.
Full Changelog: v0.1.6...v0.1.7
Release v0.1.7-preview
MinimalCleanArch v0.1.7-preview
Packages Published
- MinimalCleanArch - Core components (.NET 9.0)
- MinimalCleanArch.DataAccess - Entity Framework Core implementation
- MinimalCleanArch.Extensions - Minimal API extensions
- MinimalCleanArch.Validation - FluentValidation integration
- MinimalCleanArch.Security - Data Protection encryption
- MinimalCleanArch.Messaging - Domain events / Wolverine integration
- MinimalCleanArch.Audit - Audit logging components
- MinimalCleanArch.Templates - dotnet new templates (web/api clean architecture)
Installation
dotnet add package MinimalCleanArch --version 0.1.7-preview
dotnet add package MinimalCleanArch.DataAccess --version 0.1.7-preview
dotnet add package MinimalCleanArch.Extensions --version 0.1.7-preview.NET 9.0 Features
This release targets .NET 9.0 and includes:
- Updated to Entity Framework Core 9.0.5
- FluentValidation 12.0.0 support
- Enhanced performance and security
- Native AOT compatibility improvements
Usage
// Program.cs
builder.Services.AddMinimalCleanArch<MyDbContext>(options =>
options.UseSqlServer(connectionString));
builder.Services.AddValidatorsFromAssemblyContaining<MyValidator>();
builder.Services.AddDataProtectionEncryptionForDevelopment();See the README for complete usage instructions.
Full Changelog: v0.1.6...v0.1.7-preview
Release v0.1.6
MinimalCleanArch v0.1.6
Packages Published
- MinimalCleanArch - Core components (.NET 9.0)
- MinimalCleanArch.DataAccess - Entity Framework Core implementation
- MinimalCleanArch.Extensions - Minimal API extensions
- MinimalCleanArch.Validation - FluentValidation integration
- MinimalCleanArch.Security - Data Protection encryption
- MinimalCleanArch.Messaging - Domain events / Wolverine integration
- MinimalCleanArch.Audit - Audit logging components
- MinimalCleanArch.Templates - dotnet new templates (web/api clean architecture)
Installation
dotnet add package MinimalCleanArch --version 0.1.6
dotnet add package MinimalCleanArch.DataAccess --version 0.1.6
dotnet add package MinimalCleanArch.Extensions --version 0.1.6.NET 9.0 Features
This release targets .NET 9.0 and includes:
- Updated to Entity Framework Core 9.0.5
- FluentValidation 12.0.0 support
- Enhanced performance and security
- Native AOT compatibility improvements
Usage
// Program.cs
builder.Services.AddMinimalCleanArch<MyDbContext>(options =>
options.UseSqlServer(connectionString));
builder.Services.AddValidatorsFromAssemblyContaining<MyValidator>();
builder.Services.AddDataProtectionEncryptionForDevelopment();See the README for complete usage instructions.
Full Changelog: v0.1.5...v0.1.6
Release v0.1.5
MinimalCleanArch v0.1.5
Packages Published
- MinimalCleanArch - Core components (.NET 9.0)
- MinimalCleanArch.DataAccess - Entity Framework Core implementation
- MinimalCleanArch.Extensions - Minimal API extensions
- MinimalCleanArch.Validation - FluentValidation integration
- MinimalCleanArch.Security - Data Protection encryption
Installation
dotnet add package MinimalCleanArch --version 0.1.5
dotnet add package MinimalCleanArch.DataAccess --version 0.1.5
dotnet add package MinimalCleanArch.Extensions --version 0.1.5.NET 9.0 Features
This release targets .NET 9.0 and includes:
- Updated to Entity Framework Core 9.0.5
- FluentValidation 12.0.0 support
- Enhanced performance and security
- Native AOT compatibility improvements
Usage
// Program.cs
builder.Services.AddMinimalCleanArch<MyDbContext>(options =>
options.UseSqlServer(connectionString));
builder.Services.AddValidatorsFromAssemblyContaining<MyValidator>();
builder.Services.AddDataProtectionEncryptionForDevelopment();See the README for complete usage instructions.
Full Changelog: v0.1.4...v0.1.5
Release v0.1.4
MinimalCleanArch v0.1.4
Packages Published
- MinimalCleanArch - Core components (.NET 9.0)
- MinimalCleanArch.DataAccess - Entity Framework Core implementation
- MinimalCleanArch.Extensions - Minimal API extensions
- MinimalCleanArch.Validation - FluentValidation integration
- MinimalCleanArch.Security - Data Protection encryption
Installation
dotnet add package MinimalCleanArch --version 0.1.4
dotnet add package MinimalCleanArch.DataAccess --version 0.1.4
dotnet add package MinimalCleanArch.Extensions --version 0.1.4.NET 9.0 Features
This release targets .NET 9.0 and includes:
- Updated to Entity Framework Core 9.0.5
- FluentValidation 12.0.0 support
- Enhanced performance and security
- Native AOT compatibility improvements
Usage
// Program.cs
builder.Services.AddMinimalCleanArch<MyDbContext>(options =>
options.UseSqlServer(connectionString));
builder.Services.AddValidatorsFromAssemblyContaining<MyValidator>();
builder.Services.AddDataProtectionEncryptionForDevelopment();See the README for complete usage instructions.
Full Changelog: v0.1.3...v0.1.4
Release v0.1.3
MinimalCleanArch v0.1.3
Packages Published
- MinimalCleanArch - Core components (.NET 9.0)
- MinimalCleanArch.DataAccess - Entity Framework Core implementation
- MinimalCleanArch.Extensions - Minimal API extensions
- MinimalCleanArch.Validation - FluentValidation integration
- MinimalCleanArch.Security - Data Protection encryption
Installation
dotnet add package MinimalCleanArch --version 0.1.3
dotnet add package MinimalCleanArch.DataAccess --version 0.1.3
dotnet add package MinimalCleanArch.Extensions --version 0.1.3.NET 9.0 Features
This release targets .NET 9.0 and includes:
- Updated to Entity Framework Core 9.0.5
- FluentValidation 12.0.0 support
- Enhanced performance and security
- Native AOT compatibility improvements
Usage
// Program.cs
builder.Services.AddMinimalCleanArch<MyDbContext>(options =>
options.UseSqlServer(connectionString));
builder.Services.AddValidatorsFromAssemblyContaining<MyValidator>();
builder.Services.AddDataProtectionEncryptionForDevelopment();See the README for complete usage instructions.
Full Changelog: v0.1.2...v0.1.3