Skip to content

Commit

Permalink
Merge pull request #264 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 authored Sep 13, 2024
2 parents 7ded284 + ee1619b commit 5a051c1
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
<ComboBoxItem>StackLayout</ComboBoxItem>
<ComboBoxItem>SwipeView</ComboBoxItem>
<ComboBoxItem>TabbedPage</ComboBoxItem>
<ComboBoxItem>TemplatedPage</ComboBoxItem>
<ComboBoxItem>TemplatedView</ComboBoxItem>
<ComboBoxItem>Window</ComboBoxItem>
</ComboBox.Items>
</ComboBox>
<Label
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
<IncludeInVSIX>true</IncludeInVSIX>
<VSIXSubPath>ItemTemplates\MAUI</VSIXSubPath>
</Content>
<None Include="Assets\VijayAnand.MauiTemplates.5.12.1.nupkg" />
<None Include="Assets\VijayAnand.MauiTemplates.5.13.0.nupkg" />
<Content Include="MauiSnippets\CSharp\asyncRelayCommand.snippet">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
Expand Down Expand Up @@ -366,6 +366,9 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.3</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Page Include="GenericItemDialog.xaml">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[$RootKey$\TemplateEngine\Templates\VijayAnand.MauiTemplates\5.12.1]
[$RootKey$\TemplateEngine\Templates\VijayAnand.MauiTemplates\5.13.0]
"InstalledPath"="$PackageFolder$\ProjectTemplates"
10 changes: 9 additions & 1 deletion src/Extensions/MauiTemplates/MauiTemplates/release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@ Join me on Developer Thoughts (https://egvijayanand.in/), an exclusive blog for

This VS extension does not gather any usage or telemetry data, even anonymously, ensuring that you can use it freely and with complete privacy assurance.

What's new in ver. 5.13.1.0:
What's new in ver. 5.14.0.0:
----------------------------
Templates updated for .NET MAUI 9 RC1 (v9.0.0-rc.1.24453.9).

The WindowsSdkPackageVersion property has been temporarily included to make use of the latest version of the MVVM toolkit.

Additional metadata for base types in the Generic item template.

v5.13.1.0:

Android targetSdkVersion bumped to v35 for App projects targeting .NET MAUI 9.

v5.13.0.0:
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 = ".NET MAUI Project and Item Templates";
public const string Description = @".NET MAUI Project, Item Templates, and Code Snippets for Visual Studio 2022 (.NET MAUI 6/7/8 GA and its Service Releases and .NET 9 Previews).";
public const string Language = "en-US";
public const string Version = "5.13.1.0";
public const string Version = "5.14.0.0";
public const string Author = "Vijay Anand E G";
public const string Tags = "MAUI, iOS, Android, macOS, WinUI, Windows, Desktop, Mobile, Blazor, .NET MAUI, Mac Catalyst, Templates, VS2022, Visual Studio, WinUI3, GA, Code Snippets, Unified, All-in-One, Hybrid, Tizen, Stable, .NET 7, Blazor Hybrid, BlazorWebView, C#, Handlers, Maps, MAUI Maps, MVVM, XAML, SR, WinUI, Service Release, .NET 6, Dual Screen, Foldable, Surface Duo, General Availability, Markup, Fluent, C# Markup, Media, Audio, Video, Playback, Streaming, AV, Class, .NET 8, Razor, Comet, Reactor, Compiled, Bindings, MVU, F#, Fabulous, SR1, SR2, Generic, .NET 9, CPM, NuGet, Camera";
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="MauiTemplates.20dca96a-7311-401f-84ed-980478fb319b"
Version="5.13.1.0"
Version="5.14.0.0"
Language="en-US"
Publisher="Vijay Anand E G"/>
<DisplayName>.NET MAUI Project and Item Templates</DisplayName>
Expand Down

0 comments on commit 5a051c1

Please sign in to comment.