-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from egvijayanand/working
VS Extension updated to support .NET MAUI on .NET 7
- Loading branch information
Showing
20 changed files
with
244 additions
and
250 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+995 KB
...sets/VijayAnand.MauiTemplates.1.7.3.nupkg → ...sets/VijayAnand.MauiTemplates.2.0.0.nupkg
Binary file not shown.
Binary file modified
BIN
-5 Bytes
(100%)
src/Extensions/MauiTemplates/MauiTemplates/ItemTemplates/MauiPageCS.zip
Binary file not shown.
Binary file modified
BIN
-5 Bytes
(100%)
src/Extensions/MauiTemplates/MauiTemplates/ItemTemplates/MauiPageXaml.zip
Binary file not shown.
Binary file modified
BIN
-5 Bytes
(100%)
src/Extensions/MauiTemplates/MauiTemplates/ItemTemplates/MauiViewCS.zip
Binary file not shown.
Binary file modified
BIN
-6 Bytes
(100%)
src/Extensions/MauiTemplates/MauiTemplates/ItemTemplates/MauiViewXaml.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...Extensions/MauiTemplates/MauiTemplates/MauiSnippets/Xaml/pointerGestureRecognizer.snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> | ||
<CodeSnippet Format="1.0.0"> | ||
<Header> | ||
<Title>Pointer Gesture Recognizer</Title> | ||
<Shortcut>pointer</Shortcut> | ||
<Description>Code snippet for PointerGestureRecognizer</Description> | ||
<Author>Vijay Anand E G</Author> | ||
<SnippetTypes> | ||
<SnippetType>Expansion</SnippetType> | ||
</SnippetTypes> | ||
</Header> | ||
<Snippet> | ||
<Code Language="XAML"><![CDATA[<PointerGestureRecognizer />$end$]]></Code> | ||
</Snippet> | ||
</CodeSnippet> | ||
</CodeSnippets> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/Extensions/MauiTemplates/MauiTemplates/NuGetTemplates.pkgdef
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[$RootKey$\TemplateEngine\Templates\VijayAnand.MauiTemplates\1.7.2] | ||
[$RootKey$\TemplateEngine\Templates\VijayAnand.MauiTemplates\2.0.0] | ||
"InstalledPath"="$PackageFolder$\ProjectTemplates" |
Binary file not shown.
Binary file not shown.
371 changes: 195 additions & 176 deletions
371
src/Extensions/MauiTemplates/MauiTemplates/readme.rtf
Large diffs are not rendered by default.
Oops, something went wrong.
62 changes: 8 additions & 54 deletions
62
src/Extensions/MauiTemplates/MauiTemplates/release-notes.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters