Skip to content

Commit

Permalink
Merge pull request #72 from egvijayanand/working
Browse files Browse the repository at this point in the history
Updated release artifacts
  • Loading branch information
egvijayanand authored Jun 23, 2022
2 parents 403898b + 87a3ac5 commit 86eba57
Show file tree
Hide file tree
Showing 10 changed files with 398 additions and 420 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ And has Item Templates for:
- Handler definitions generated in the same folder in conditional compilation format
* .NET MAUI Custom View and Renderer (Regular)
- Renderer definitions generated in the Platforms folder
* .NET MAUI Custom View and Renderer (Cond.)
- Renderer definitions generated in the same folder in conditional compilation format
\
 
* For Cond. type template to work properly, ensure Conditional Compilation is enabled (mentioned in detail [**here**](https://github.com/egvijayanand/dotnet-maui-templates#conditional-compilation "Conditional Compilation"))

Now VS2022 extension is loaded with 25+ C# and XAML Code Snippets.
Expand Down
Binary file modified images/add-new-item.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,6 @@
<IncludeInVSIX>true</IncludeInVSIX>
<VSIXSubPath>ItemTemplates\MAUI</VSIXSubPath>
</Content>
<Content Include="ItemTemplates\MauiRenderer.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
<VSIXSubPath>ItemTemplates\MAUI</VSIXSubPath>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
<Generator>VsixManifestGenerator</Generator>
Expand Down
Binary file modified src/Extensions/MauiTemplates/MauiTemplates/readme.docx
Binary file not shown.
Binary file modified src/Extensions/MauiTemplates/MauiTemplates/readme.pdf
Binary file not shown.
800 changes: 392 additions & 408 deletions src/Extensions/MauiTemplates/MauiTemplates/readme.rtf

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/Extensions/MauiTemplates/MauiTemplates/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
What's new in ver. 1.7.4.0:
What's new in ver. 1.7.4.1:
---------------------------
1. Added the following new Item Templates for creating a Custom View definition made available in the MAUI section in the Add New Item dialog.

.NET MAUI Custom View and Handler (Regular)
.NET MAUI Custom View and Handler (Cond.)
.NET MAUI Custom View and Renderer (Regular)
.NET MAUI Custom View and Renderer (Cond.)

Regular type template generates the Handler source files in the Platforms folder whereas Cond. type template houses them in a single folder.

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 GA and SR1).";
public const string Language = "en-US";
public const string Version = "1.7.4.0";
public const string Version = "1.7.4.1";
public const string Author = "Vijay Anand E G";
public const string Tags = "MAUI, iOS, Android, macOS, WinUI, Windows, Desktop, Mobile, Blazor, WinUI, .NET MAUI, Mac Catalyst, Templates, VS2022, Visual Studio, WinUI3, GA, Code Snippets, Unified, All-in-One, Hybrid, Tizen, Stable";
}
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="1.7.4.0"
Version="1.7.4.1"
Language="en-US"
Publisher="Vijay Anand E G"/>
<DisplayName>.NET MAUI Project and Item Templates</DisplayName>
Expand Down Expand Up @@ -106,6 +106,6 @@
<Asset Type="Microsoft.VisualStudio.ItemTemplate"
d:Source="File" Path="ItemTemplates"
TargetVersion="[17.3, 18.0)"
d:TargetPath="ItemTemplates\MauiRenderer.zip" />
d:TargetPath="ItemTemplates\MauiRendererReg.zip" />
</Assets>
</PackageManifest>

0 comments on commit 86eba57

Please sign in to comment.