Skip to content

Commit

Permalink
Merge pull request #19 from egvijayanand/working
Browse files Browse the repository at this point in the history
VS Extension updated to its corresponding CLI NuGet package
  • Loading branch information
egvijayanand committed Sep 25, 2023
2 parents 6283f9f + 4237e5e commit d5c759a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[$RootKey$\TemplateEngine\Templates\VijayAnand.FormsTemplates\1.4.3]
[$RootKey$\TemplateEngine\Templates\VijayAnand.FormsTemplates\1.4.4]
"InstalledPath"="$PackageFolder$\ProjectTemplates"
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<IncludeInVSIX>true</IncludeInVSIX>
<VSIXSubPath>ItemTemplates\Xamarin.Forms</VSIXSubPath>
</Content>
<None Include="Assets\VijayAnand.FormsTemplates.1.4.3.nupkg"/>
<None Include="Assets\VijayAnand.FormsTemplates.1.4.4.nupkg"/>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
<Generator>VsixManifestGenerator</Generator>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
What's new in ver. 1.4.3.0:
What's new in ver. 1.4.4.0:
---------------------------
1. Package versions bumped to pull the latest stable version.

v1.4.3.0:

1. An item template for defining the Shell Page in C#.

2. Dependent NuGet package versions have been made dynamic to pull the latest stable version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal sealed partial class Vsix
public const string Name = "Xamarin.Forms Project and Item Templates";
public const string Description = @"Xamarin.Forms Project and Item Templates for building native apps for iOS, Android, UWP, macOS, Tizen from a single, shared C# codebase.";
public const string Language = "en-US";
public const string Version = "1.4.3.0";
public const string Version = "1.4.4.0";
public const string Author = "Vijay Anand E G";
public const string Tags = "Xamarin.Forms, Mobile, iOS, Android, UWP, Desktop, Windows, Templates, Shell, Library, Visual Studio, Resource Dictionary, Xamarin, macOS, Tizen";
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="XFormsTemplates.2924dcc2-7ffd-4b48-8828-c830a2fab6e0" Version="1.4.3.0" Language="en-US" Publisher="Vijay Anand E G" />
<Identity Id="XFormsTemplates.2924dcc2-7ffd-4b48-8828-c830a2fab6e0" Version="1.4.4.0" Language="en-US" Publisher="Vijay Anand E G" />
<DisplayName>Xamarin.Forms Project and Item Templates</DisplayName>
<Description xml:space="preserve">Xamarin.Forms Project and Item Templates for building native apps for iOS, Android, UWP, macOS, Tizen from a single, shared C# codebase.</Description>
<MoreInfo>https://egvijayanand.in/</MoreInfo>
Expand Down

0 comments on commit d5c759a

Please sign in to comment.