Skip to content

Commit cf96230

Browse files
authored
Merge pull request #826 from unoplatform/dev/ks/MVUX-updateSDK
chore: Update global.json to use the latest stable
2 parents dd7b9b7 + 232b30d commit cf96230

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

UI/MVUX/src/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information.
33
"msbuild-sdks": {
4-
"Uno.Sdk": "5.5.0-dev.44"
4+
"Uno.Sdk": "5.4.5"
55
}
66
}

doc/samples.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,11 @@ An implementation of the UWP `Maps` control with a custom slider that binds the
189189

190190
Implementation of a class that enables saving media files into gallery on Android, iOS and Mac Catalyst.
191191

192-
[Browse source](https://github.com/unoplatform/Uno.Samples/tree/master/UI/MediaGallery)
192+
### MVUX Samples
193+
194+
An implementation of simple, to-the-point code samples for [MVUX](https://aka.platform.uno/mvux) topics.
195+
196+
[Browse source](https://github.com/unoplatform/Uno.Samples/tree/master/UI/MVUX)
193197

194198
### .NET MAUI Embedding
195199

0 commit comments

Comments
 (0)