Releases: sandre58/MyWpf
Releases · sandre58/MyWpf
7.0.0
♻️ Code Refactoring
- update CI and release workflows for improved tagging and versioning (commit by Stéphane ANDRE (E104915) in 349a6a6)
- initialize repository (commit by Stéphane ANDRE (E104915) in da80a52)
- add versioning and new CI (#1) (commit by Stéphane ANDRE in 81852b2)
🐛 Bug Fixes
- update target framework from net10 to net9 for consistency (commit by Stéphane ANDRE (E104915) in 10f2394)
- add app-target-framework parameter to CI workflow (commit by Stéphane ANDRE (E104915) in 590558b)
- add error handling for test result file retrieval in CI workflow (commit by Stéphane ANDRE (E104915) in 405aed0)
- improve version logging format in CI script (commit by Stéphane ANDRE (E104915) in 54f5e9f)
- add a line break before the full changelog link in RELEASE template (commit by Stéphane ANDRE (E104915) in c53c000)
- correct author reference formatting in changelog templates (commit by Stéphane ANDRE (E104915) in 1371d55)
- update changelog templates to enhance author reference formatting and remove documentation type (commit by Stéphane ANDRE (E104915) in 36b2682)
- simplify commit reference formatting in changelog templates (commit by Stéphane ANDRE (E104915) in c0281a0)
- improve author reference formatting in changelog templates (commit by Stéphane ANDRE (E104915) in 01dd79f)
- standardize author reference formatting in changelog templates (commit by Stéphane ANDRE (E104915) in 51ecd78)
- update changelog templates for improved clarity and consistency in commit references (commit by Stéphane ANDRE (E104915) in 4bfb48f)
- simplify changelog template structure and improve readability (commit by Stéphane ANDRE (E104915) in 6e4a7c1)
- exclude markdown files from change detection in tagging workflow (commit by Stéphane ANDRE (E104915) in 450ffa4)
- correct template logic for base path determination in RELEASE.tpl.md (commit by Stéphane ANDRE (E104915) in d8f206d)
- enhance changelog templates for clarity and structure (commit by Stéphane ANDRE (E104915) in dd7a7bb)
- update changelog templates for consistency and improve release workflow (commit by Stéphane ANDRE (E104915) in 8092ac3)
- remove breaking changes section from changelog template (commit by Stéphane ANDRE (E104915) in 0fb20be)
- simplify changelog and release templates by removing redundant version information (commit by Stéphane ANDRE (E104915) in 884c315)
- update changelog template to consistently reference the current version tag (commit by Stéphane ANDRE (E104915) in 40b68e0)
- remove build information from changelog template (commit by Stéphane ANDRE (E104915) in b7b10e1)
- update changelog link formatting for consistency (commit by Stéphane ANDRE (E104915) in 41e5df4)
- update changelog and release templates for consistent version formatting (commit by Stéphane ANDRE (E104915) in a514ada)
- update changelog templates to consistently format version tags (commit by Stéphane ANDRE (E104915) in 869620d)
- update release workflow to show tag in summary after parsing (commit by Stéphane ANDRE (E104915) in 6a21011)
- update changelog templates to consistently use tag information (commit by Stéphane ANDRE (E104915) in ef194a5)
- update changelog templates to use tag information for version and release date (commit by Stéphane ANDRE (E104915) in deeb395)
- update changelog templates to use version info consistently (commit by Stéphane ANDRE (E104915) in 8da9158)
- include tag output in workflow for changelog generation and updates (commit by Stéphane ANDRE (E104915) in d977577)
- standardize fetch steps in release workflow and add tag commit display (commit by Stéphane ANDRE (E104915) in 0e76589)
- add tag listing step in release workflow for better visibility of available tags (commit by Stéphane ANDRE (E104915) in 2eebf80)
- enhance release workflow by adding tag summary display and ensuring all tags are fetched (commit by Stéphane ANDRE (E104915) in dafb4d7)
- add ref parameter to checkout steps in release workflow for consistent context (commit by Stéphane ANDRE (E104915) in 22308fc)
- update paths for git-chglog configuration files in release workflow (commit by Stéphane ANDRE (E104915) in 38e7ee6)
- remove redundant restore step and standardize variable naming in WPF and core project build steps (commit by Stéphane ANDRE (E104915) in 1e8b34b)
- replace dotnet pack with dotnet build for WPF and core projects in release workflow (commit by Stéphane ANDRE (E104915) in 4f361c7)
- enhance tag workflow to trigger release on tag creation and push tags individually (commit by Stéphane ANDRE (E104915) in 0fb49e0)
- update publicReleaseRefSpec and change firstUnstableTag to beta (commit by Stéphane ANDRE (E104915) in 19940b8)
- update default dry_run value and improve project detection logic in tag workflow (commit by Stéphane ANDRE (E104915) in 0d734b3)
- Remove unused Android and iOS demo projects from solution (commit by Stéphane ANDRE (E104915) in c582c1b)
- Update paths in project files to use MSBuildThisFileDirectory for consistency (commit by Stéphane ANDRE (E104915) in fcbd6e0)
- Add condition to import statement in Directory.Build.props for Avalonia and WPF projects (commit by Stéphane ANDRE (E104915) in 5add6ea)
👷 CI/CD
- Add verbosity flag to .NET workload restore step for detailed output (commit by Stéphane ANDRE (E104915) in 2c0df05)
- Add installation and restoration steps for wasm-tools and android workloads (commit by Stéphane ANDRE (E104915) in 601ceb6)
- Enable Windows targeting during project dependency restoration (commit by Stéphane ANDRE (E104915) in 1cd6696)
- Enable Windows targeting in build steps for CI and release workflows; add Avalonia projects to release configura...