Skip to content

Reactor 0.1.0-preview.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jun 14:14
· 92 commits to main since this release
ea3ee27

Reactor 0.1.0-preview.2

Interim distribution — see spec 022 for the rollout plan.

Three assets

Microsoft.UI.Reactor.0.1.0-preview.2.nupkg — the framework

Drop into a folder and add a NuGet source pointing at it:

<!-- nuget.config -->
<configuration>
  <packageSources>
    <add key="reactor-local" value="C:\path\to\folder\with\nupkg" />
  </packageSources>
</configuration>

Then in your .csproj:

<PackageReference Include="Microsoft.UI.Reactor" Version="0.1.0-preview.2" />
<PackageReference Include="Microsoft.UI.Reactor.Advanced" Version="0.1.0-preview.2" />

Microsoft.UI.Reactor.Advanced.0.1.0-preview.2.nupkg — optional Win2D/advanced controls

Versioned in lock-step with the framework package.

reactor-skill-kit-0.1.0-preview.2.zip — agent skill bundle + mur CLI

Extract, then run:

cd reactor
.\install-skill-kit.ps1

Installs to ~/.claude/skills/reactor/ and adds bin/<arch> to your user PATH. After a new shell, mur --version should resolve.

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/microsoft-ui-reactor/commits/v0.1.0-preview.2