Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.07 KB

File metadata and controls

29 lines (22 loc) · 1.07 KB

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.

Added

  • Initial project structure and repository setup
  • Multi-targeting support for .NET 8.0 and .NET 9.0
  • Core library (LionFire.AgUi.Blazor) with Abstractions and Models folders
  • MudBlazor component library (LionFire.AgUi.Blazor.MudBlazor)
  • Server-side library (LionFire.AgUi.Blazor.Server)
  • WebAssembly library (LionFire.AgUi.Blazor.Wasm)
  • Testing utilities library (LionFire.AgUi.Blazor.Testing)
  • Unit test projects with xUnit, FluentAssertions, and Moq
  • bUnit support for Blazor component testing
  • EditorConfig for consistent code style
  • Directory.Build.props for shared build configuration

0.1.0 - TBD

Added

  • Initial release (coming soon)