Skip to content

Commit

Permalink
Final check in for first official Visual Studio 2017 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHammond committed Mar 7, 2017
1 parent 22d5ad0 commit aebe3c2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions VSIX/DNNTemplates/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
DotNetNuke Visual Studio Gallery Templates
These templates are designed for DotNetNuke 7 / 8 / 9managed by Chris Hammond, owner Christoc.com Software Solutions
http://www.christoc.com
These templates are designed for DotNetNuke 7 / 8 / 9 and managed by Chris Hammond, owner Christoc.com Software Solutions
If you need DNN help, be sure to check us out at http://www.christoc.com

The Source Code can be found at https://github.com/ChrisHammond/DNNTemplates

V9.0 - Release Date 2/23/2017
V9.0/9.0.1 - Release Date 3/6/2017
Description:
Upgraded templates for Visual Studio 2017 Support
Upgraded to MSBuildTasks 1.5.0.235
Expand Down
Binary file modified VSIX/DNNTemplates/bin/Release/DNNTemplates.vsix
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion VSIX/DNNTemplates/obj/Release/extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011">
<Metadata>
<Identity Id="e48e838a-c708-4d43-b822-4d5de0d13eed" Version="9.0" Language="en-US" Publisher="Chris Hammond" />
<Identity Id="e48e838a-c708-4d43-b822-4d5de0d13eed" Version="9.0.1" Language="en-US" Publisher="Chris Hammond" />
<DisplayName>DotNetNuke (DNN) Development Project Templates</DisplayName>
<Description xml:space="preserve">This Visual Studio Package contains Project Templates to aid in your (DNN) DotNetNuke Extension development.</Description>
<MoreInfo>http://www.christoc.com/Products/Module-Development-Templates</MoreInfo>
Expand Down
6 changes: 3 additions & 3 deletions VSIX/DNNTemplates/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="e48e838a-c708-4d43-b822-4d5de0d13eed" Version="9.0" Language="en-US" Publisher="Chris Hammond" />
<Identity Id="e48e838a-c708-4d43-b822-4d5de0d13eed" Version="9.0.1" Language="en-US" Publisher="Chris Hammond" />
<DisplayName>DotNetNuke (DNN) Development Project Templates</DisplayName>
<Description xml:space="preserve">This Visual Studio Package contains Project Templates to aid in your (DNN) DotNetNuke Extension development.</Description>
<MoreInfo>http://www.christoc.com/Products/Module-Development-Templates</MoreInfo>
Expand All @@ -14,7 +14,7 @@
</Metadata>
<Installation>
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Community" />

</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.0" />
Expand All @@ -37,6 +37,6 @@
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)"/>
<Prerequisite Id="Microsoft.VisualStudio.Component.DiagnosticTools" Version="[15.0.25814.0,16.0)" />
<!-- <Prerequisite Id="Microsoft.VisualStudio.Shell.12.0" Version="[12.0]" />-->
<!-- <Prerequisite Id="Microsoft.VisualStudio.Shell.12.0" Version="[12.0]" />-->
</Prerequisites>
</PackageManifest>

0 comments on commit aebe3c2

Please sign in to comment.