Skip to content

Releases: microsoft/microsoft-ui-reactor

Reactor 0.1.0-preview.2

10 Jun 14:14
ea3ee27

Choose a tag to compare

Pre-release

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

Read more