1.3 KiB
1.3 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v2.0.0 - 2026-02-22
Added
- Dedicated test project (
MaksIT.Dapr.Tests) with coverage for publisher and state-store service behavior. - Repository-level utility modules and scripts under
utils/for release automation, coverage badge generation, and tagged-commit maintenance.
Changed
- Upgraded target framework to
.NET 10(net10.0). - Updated core dependencies to Dapr
1.16.1,MaksIT.Core1.6.4, andMaksIT.Results2.0.0. - Migrated solution definition from
MaksIT.Dapr.slntoMaksIT.Dapr.slnx, including test project wiring. - NuGet packaging now includes
CHANGELOG.mdand coverage badge assets.
Removed
- Legacy root-level release scripts (
Release-NuGetPackage.*) in favor of theutils/Release-NuGetPackage/flow.