Skip to content

Commit

Permalink
Merge pull request #38 from egvijayanand/working
Browse files Browse the repository at this point in the history
Fix release for dependent release version update
  • Loading branch information
egvijayanand authored Feb 16, 2022
2 parents 1c7a560 + 070b6e6 commit 5cef038
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/MauiTemplatesCLI/MauiAppX/MauiApp1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<ItemGroup>
<!--#endif-->
<!--#if (AddToolkitPackage)-->
<PackageReference Include="CommunityToolkit.Maui" Version="1.0.0-pre6"/>
<PackageReference Include="CommunityToolkit.Maui" Version="1.0.0-pre7"/>
<!--#endif-->
<!--#if (AddMarkupPackage)-->
<PackageReference Include="CommunityToolkit.Maui.Markup" Version="1.0.0-pre5"/>
Expand Down
2 changes: 1 addition & 1 deletion src/MauiTemplatesCLI/MauiClassLib/MauiClassLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ItemGroup>
<!--#endif-->
<!--#if (AddToolkitPackage)-->
<PackageReference Include="CommunityToolkit.Maui" Version="1.0.0-pre6"/>
<PackageReference Include="CommunityToolkit.Maui" Version="1.0.0-pre7"/>
<!--#endif-->
<!--#if (AddMarkupPackage)-->
<PackageReference Include="CommunityToolkit.Maui.Markup" Version="1.0.0-pre5"/>
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.1.0
1.1.1
2 changes: 1 addition & 1 deletion src/MauiTemplatesCLI/VijayAnand.MauiTemplates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<NoWarn>$(NoWarn);NU5128</NoWarn>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/egvijayanand/dotnet-maui-templates</RepositoryUrl>
<PackageTags>MAUI, Mobile, iOS, Android, WinUI3, Mac;Catalyst, macOS, VS;Code, .NET;MAUI, Desktop, Windows, WinUI, Preview;12, Templates, Shell, Class;Library, Visual;Studio;Code, Library</PackageTags>
<PackageTags>MAUI, Mobile, iOS, Android, WinUI3, Mac;Catalyst, macOS, VS;Code, .NET;MAUI, Desktop, Windows, WinUI, Preview;13, Templates, Shell, Class;Library, Visual;Studio;Code, Library</PackageTags>
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/release-notes.txt"))</PackageReleaseNotes>
<PackageReadmeFile>overview.md</PackageReadmeFile>
<PackageProjectUrl>https://egvijayanand.in/</PackageProjectUrl>
Expand Down
28 changes: 11 additions & 17 deletions src/MauiTemplatesCLI/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
What's new in ver. 1.1.0:
What's new in ver. 1.1.1:
-------------------------
Introduced an all-in-one .NET MAUI App project template with the ability to choose
the design pattern during project creation.
This is a fix release, Windows target platform build issue caused by CommunityToolkit.Maui NuGet package ver. 1.0.0-pre6 has been resolved by their team with an update.

Introduced the ability to include CommunityToolkit.Maui and CommunityToolkit.Maui.Markup
NuGet package reference while creating a new .NET MAUI App.
The dependent release version has been updated so that manual step will be avoided.

Refer below for features of v1.1.0:

Introduced an all-in-one .NET MAUI App project template with the ability to choose the design pattern during project creation.

Introduced the ability to include CommunityToolkit.Maui and CommunityToolkit.Maui.Markup NuGet package reference while creating a new .NET MAUI App.

These options are controlled by the below parameters:

Expand Down Expand Up @@ -32,16 +36,6 @@ dotnet new mauiapp --help

Known Limitations:
------------------
While using the .NET CLI Templates within Visual Studio IDE, the last used values of
the project options like the above ones are retained in the consecutive iteration
rather than defaulting to their original values as defined by the developer.

Have already reported this issue to the VS product team and is actively being followed up,
until this is clarified / fixed, requesting the users to make of this feature with bit of caution.

Known Issues:
-------------
When using CommunityToolkit.Maui NuGet package with Windows as a target platform,
it ends up in the build error whereas other platform builds without any error.
While using the .NET CLI Templates within Visual Studio IDE, the last used values of the project options like the above ones are retained in the consecutive iteration rather than defaulting to their original values as defined by the developer.

This is also reported in their GitHub issue tracker and will be resolved by the respective team.
Have already reported this issue to the VS product team and is actively being followed up, until this is clarified / fixed, requesting the users to make of this feature with bit of caution.

0 comments on commit 5cef038

Please sign in to comment.