Skip to content

Commit

Permalink
Merge pull request #18 from egvijayanand/working
Browse files Browse the repository at this point in the history
Package updated to support the latest version of Xamarin
  • Loading branch information
egvijayanand committed Sep 25, 2023
2 parents 7625a64 + 8e4e475 commit 6283f9f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/FormsTemplatesCLI/FormsClassLib/FormsClassLib.1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<PackageReference Include="Xamarin.CommunityToolkit.Markup" Version="2.0.*" />
<!--#endif-->
<!--#if (AddEssentialsPackage)-->
<PackageReference Include="Xamarin.Essentials" Version="1.7.*" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.*" />
<!--#endif-->
<!--#if (AddMvvmToolkitPackage)-->
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.1.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.*" />
<!--#endif-->
</ItemGroup>
</Project>
8 changes: 7 additions & 1 deletion src/FormsTemplatesCLI/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
What's new in ver. 1.4.3:
Join me on Developer Thoughts (https://egvijayanand.in/), an exclusive blog for articles on Xamarin.Forms, .NET MAUI and Blazor.

What's new in ver. 1.4.4:
-------------------------
Package versions bumped to pull the latest stable version.

v1.4.3:

1. Package versions have been made dynamic to pull the latest stable version.

2. Added a new item template for Shell definition in C#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</TemplateData>
<TemplateContent>
<References/>
<ProjectItem TargetFileName="$fileinputname$.xaml" ReplaceParameters="true">FormsResDictXaml.xaml</ProjectItem>
<ProjectItem TargetFileName="$fileinputname$.xaml" ReplaceParameters="true">FormsResDict.xaml</ProjectItem>
</TemplateContent>
</VSTemplate>
2 changes: 1 addition & 1 deletion src/ItemTemplates/FormsShellCS/FormsShellCS.vstemplate
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</TemplateData>
<TemplateContent>
<References/>
<ProjectItem TargetFileName="$fileinputname$.cs" ReplaceParameters="true">FormsShellCS.cs</ProjectItem>
<ProjectItem TargetFileName="$fileinputname$.cs" ReplaceParameters="true">FormsShell.cs</ProjectItem>
</TemplateContent>
</VSTemplate>

0 comments on commit 6283f9f

Please sign in to comment.