Skip to content

Release 11.0.2

Choose a tag to compare

@StevenTCramerStevenTCramer released this 20 Jun 08:01
· 176 commits to master since this release
b1b6e32

What's Changed

CI/CD Workflow Fixes

  • Fixed PowerShell XML parsing in release workflow using SelectSingleNode
  • Corrected package publishing to only publish actual NuGet packages:
    • TimeWarp.State (includes embedded Analyzer/SourceGenerator)
    • TimeWarp.State.Plus
    • TimeWarp.State.Policies
  • Removed erroneous publishing attempts for Analyzer/SourceGenerator (these are embedded, not separate packages)
  • Added tag validation skip for manual workflow dispatch testing
  • Updated documentation to clarify package structure

Architecture Documentation

  • Enhanced Claude.md with package structure details
  • Documented that Analyzer and SourceGenerator are embedded in main package

This release tests the corrected CI/CD workflow that properly handles NuGet package publishing on GitHub Release creation.

Full Changelog: 11.0.1...11.0.2