Skip to content

Commit

Permalink
Fixed the issue relating to bug #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankahl committed Apr 1, 2018
1 parent 719e243 commit 2cf900d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SageCRMDotNetTemplatesVSIX/source.extension.vsixmanifest
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="SageCrmDotNetTemplates.3c68dbfd-dbd6-42fc-a8cc-af7bed1204a2" Version="1.0" Language="en-US" Publisher="Ivan Kahl" />
<Identity Id="SageCrmDotNetTemplates.3c68dbfd-dbd6-42fc-a8cc-af7bed1204a2" Version="1.0.1" Language="en-US" Publisher="Ivan Kahl" />
<DisplayName>Sage CRM .NET Templates</DisplayName>
<Description xml:space="preserve">This contains a collection of project templates, item templates and snippets that will make .NET development easier for Sage CRM.</Description>
<License>LICENSE.txt</License>
Expand All @@ -15,7 +15,7 @@
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.IntegratedShell" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[2.0,)" />
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6.1,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="EntityProject" d:TargetPath="|EntityProject;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
Expand Down

0 comments on commit 2cf900d

Please sign in to comment.