Skip to content

Commit

Permalink
Merge pull request #75 from egvijayanand/working
Browse files Browse the repository at this point in the history
CommunityToolkit.Mvvm NuGet package updated to stable version
  • Loading branch information
egvijayanand authored Aug 5, 2022
2 parents 1737656 + d4a4394 commit c6d2217
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Join me on [**Developer Thoughts**](https://egvijayanand.in/ "Developer Thoughts

We all know that .NET MAUI is an evolution of Xamarin.Forms.

The updated stable version `.NET MAUI SR2 (Service Release 2)` is now released on 12 Jul 2022 along with Visual Studio 2022 Version 17.3.0 Preview 3.0
The updated stable version `.NET MAUI SR3.1 (Service Release 3.1)` is now released on 1 Aug 2022 along with Visual Studio 2022 Version 17.3.0 Preview 6.0 (most probably to get released in the stable channel by this month).

Templates have been updated to support the latest release and is available to install from.

Expand Down
12 changes: 6 additions & 6 deletions src/MauiTemplatesCLI/MauiAppX/MauiApp1.code-workspace
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
"folders": [
{
"path": "."
}
],
"settings": {}
}
2 changes: 1 addition & 1 deletion src/MauiTemplatesCLI/MauiAppX/MauiApp1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<PackageReference Include="CommunityToolkit.Maui.Markup" Version="1.0.0"/>
<!--#endif-->
<!--#if (AddMvvmToolkitPackage)-->
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0-preview4"/>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0"/>
<!--#endif-->
<!--#if (AddToolkitPackage || AddMarkupPackage || AddMvvmToolkitPackage)-->
</ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions src/MauiTemplatesCLI/MauiClassLib/MauiClassLib.code-workspace
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
"folders": [
{
"path": "."
}
],
"settings": {}
}
2 changes: 1 addition & 1 deletion src/MauiTemplatesCLI/MauiClassLib/MauiClassLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<PackageReference Include="CommunityToolkit.Maui.Markup" Version="1.0.0"/>
<!--#endif-->
<!--#if (AddMvvmToolkitPackage)-->
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0-preview4"/>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0"/>
<!--#endif-->
<!--#if (AddToolkitPackage || AddMarkupPackage || AddMvvmToolkitPackage)-->
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/MauiTemplatesCLI/PackageVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.2
1.7.3
2 changes: 1 addition & 1 deletion src/MauiTemplatesCLI/SharedClassLib/SharedClassLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<!--#if (AddMvvmToolkit)-->
<!-- Common NuGet packages -->
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0-preview4" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0" />
</ItemGroup>
<!--#endif-->

Expand Down
4 changes: 3 additions & 1 deletion src/MauiTemplatesCLI/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
What's new in ver. 1.7.2:
What's new in ver. 1.7.3:
-------------------------
CommunityToolkit.Mvvm NuGet package is out of preview and now stable, hence package version (8.0.0) updated.

Added the option to configure conditional compilation so that platform source files can be defined anywhere in the project provided they follow a naming convention as mentioned below.

This will allow maintaining related source files in the same place, especially MAUI Handlers.
Expand Down
12 changes: 6 additions & 6 deletions src/ProjectTemplates/MauiAppCS/MauiAppCS.code-workspace
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
"folders": [
{
"path": "."
}
],
"settings": {}
}
6 changes: 3 additions & 3 deletions src/ProjectTemplates/MauiAppCS/MauiAppCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Maui.Markup" Version="1.0.0"/>
<PackageReference Include="VijayAnand.MauiToolkit" Version="1.0.0"/>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0-preview4"/>
<PackageReference Include="CommunityToolkit.Maui.Markup" Version="1.0.1"/>
<PackageReference Include="VijayAnand.MauiToolkit" Version="1.0.1"/>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0"/>
</ItemGroup>
</Project>

0 comments on commit c6d2217

Please sign in to comment.