Skip to content

Commit ec390b9

Browse files
authored
Update Uno Behaviors to 3.0.3 (#693)
* Update Uno.Microsoft.Xaml.Behaviors.Interactivity package version to 3.0.3 for both UWP and WinUI * Update tooling to latest main
1 parent e06140d commit ec390b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/Behaviors/src/Dependencies.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<!-- WinUI 2 / Uno -->
1818
<ItemGroup Condition="'$(IsUno)' == 'true' AND '$(WinUIMajorVersion)' == '2'">
19-
<PackageReference Include="Uno.Microsoft.Xaml.Behaviors.Interactivity" Version="3.0.0-dev.17.g7c09b9114d" />
19+
<PackageReference Include="Uno.Microsoft.Xaml.Behaviors.Interactivity" Version="3.0.3" />
2020
</ItemGroup>
2121

2222
<!-- WinUI 3 / WinAppSdk -->
@@ -26,6 +26,6 @@
2626

2727
<!-- WinUI 3 / Uno -->
2828
<ItemGroup Condition="'$(IsUno)' == 'true' AND '$(WinUIMajorVersion)' == '3'">
29-
<PackageReference Include="Uno.Microsoft.Xaml.Behaviors.Interactivity.WinUI" Version="3.0.0-dev.17.g7c09b9114d" />
29+
<PackageReference Include="Uno.Microsoft.Xaml.Behaviors.Interactivity.WinUI" Version="3.0.3" />
3030
</ItemGroup>
3131
</Project>

0 commit comments

Comments
 (0)