Releases: TheAngryByrd/MiniScaffold
Releases · TheAngryByrd/MiniScaffold
v0.40.0-beta001
0.40.0-beta001 - 2026-03-09
Added
- Add dotnet watch support to .props/.targets files from @TheAngryByrd
- Add comprehensive GitHub Copilot instructions for MiniScaffold development from @TheAngryByrd
- Add test-reporter action to display test results in GitHub Actions from @TheAngryByrd
Changed
- Refactor project files to replace Paket with NuGet for package management from @TheAngryByrd
- Update NuGet publish references in tests to use DotNet.nugetPush from @TheAngryByrd
- Optimize SourceLink to only run on Release builds to prevent incremental build breakage from @TheAngryByrd
- Run FsharpFormat once per TFM from @TheAngryByrd
- Refactor project files to enhance package management and build quality settings from @TheAngryByrd
- Re-enable F# analyzers in Library and Console templates from @TheAngryByrd
- Update .gitattributes with comprehensive best practices for .NET projects from @TheAngryByrd
- Prepare for .NET 10: update TFMs, workflows, and infrastructure from @TheAngryByrd
- Convert .sln to .slnx from @TheAngryByrd
- Update Library_Output.md to reflect current template file structure from @TheAngryByrd
- Move template AssemblyInfo generation from FAKE files to MSBuild pack-time metadata from @TheAngryByrd