-
Notifications
You must be signed in to change notification settings - Fork 79
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 #84 from neozhu/0.2
Update source.extension.vsixmanifest
- Loading branch information
Showing
1 changed file
with
26 additions
and
26 deletions.
There are no files selected for viewing
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,29 +1,29 @@ | ||
<?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="CleanArchitecture_CodeGenerator_BlazorApp" Version="0.1" Language="en-US" Publisher="neozhu" /> | ||
<DisplayName>CleanArchitecture CodeGenerator For Blazor App</DisplayName> | ||
<Description xml:space="preserve">The fastest and easiest way to generate application features code that up to clean architecture principles for Blazor Server Application</Description> | ||
<MoreInfo>https://marketplace.visualstudio.com/items?itemName=CleanArchitecture.CodeGenerator</MoreInfo> | ||
<License>Resources\LICENSE</License> | ||
<ReleaseNotes>https://raw.githubusercontent.com/neozhu/CleanCleanArchitectureCodeGenerator/main/README.md</ReleaseNotes> | ||
<Icon>Resources\logo.png</Icon> | ||
<PreviewImage>Resources\logo.png</PreviewImage> | ||
<Tags>template, CleanArchitecture, CodeGenerator </Tags> | ||
<Preview>true</Preview> | ||
</Metadata> | ||
<Installation InstalledByMsi="false"> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,17.0)"> | ||
<ProductArchitecture>x86</ProductArchitecture> | ||
</InstallationTarget> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)"> | ||
<ProductArchitecture>amd64</ProductArchitecture> | ||
</InstallationTarget> | ||
</Installation> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
</Assets> | ||
<Metadata> | ||
<Identity Id="CleanArchitecture_CodeGenerator_BlazorApp" Version="0.2" Language="en-US" Publisher="neozhu" /> | ||
<DisplayName>CleanArchitecture CodeGenerator For Blazor App</DisplayName> | ||
<Description xml:space="preserve">The fastest and easiest way to generate application features code that up to clean architecture principles for Blazor Server Application</Description> | ||
<MoreInfo>https://marketplace.visualstudio.com/items?itemName=CleanArchitecture.CodeGenerator</MoreInfo> | ||
<License>Resources\LICENSE</License> | ||
<ReleaseNotes>https://raw.githubusercontent.com/neozhu/CleanCleanArchitectureCodeGenerator/main/README.md</ReleaseNotes> | ||
<Icon>Resources\logo.png</Icon> | ||
<PreviewImage>Resources\logo.png</PreviewImage> | ||
<Tags>template, CleanArchitecture, CodeGenerator </Tags> | ||
<Preview>true</Preview> | ||
</Metadata> | ||
<Installation InstalledByMsi="false"> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,17.0)"> | ||
<ProductArchitecture>x86</ProductArchitecture> | ||
</InstallationTarget> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)"> | ||
<ProductArchitecture>amd64</ProductArchitecture> | ||
</InstallationTarget> | ||
</Installation> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
</Assets> | ||
</PackageManifest> |