You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
-
> ### NOTE
2
-
> The MVVM Toolkit is currently work in progress. You can track the development and all changes in each preview release [here](https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3428).
3
-
4
1
# Windows Community Toolkit
5
2
This new "MVVM Toolkit" is part of the [Windows Community Toolkit](https://aka.ms/wct). The Windows Community Toolkit is part of the [.NET Foundation](https://dotnetfoundation.org/).
6
3
7
4
# MVVM Toolkit & Samples
8
5
9
-
The MVVM library of the Windows Community Toolkit can be found in the `Microsoft.Toolkit.Mvvm` NuGet package, currently in preview. It will be known as the "MVVM Toolkit" in short for reference.
6
+
The MVVM library of the Windows Community Toolkit can be found in the [`Microsoft.Toolkit.Mvvm` NuGet package](https://www.nuget.org/packages/Microsoft.Toolkit.Mvvm). It will be known as the "MVVM Toolkit" in short for reference.
7
+
8
+
The full official documentation can be found [in MS Docs website](https://docs.microsoft.com/en-us/windows/communitytoolkit/mvvm/introduction).
10
9
11
-
This repo contains initial preview [documentation](docs/mvvm/Introduction.md) and samples for how to utilize the library.
10
+
This repo contains initial samples for how to utilize the library.
0 commit comments