Skip to content

Commit

Permalink
Removed referenced to codeplex from vstemplate files.
Browse files Browse the repository at this point in the history
Re-generated VSIX v2.5.2.
  • Loading branch information
Anthony Sneed committed May 15, 2015
1 parent 935c67a commit 4fc454c
Show file tree
Hide file tree
Showing 37 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<TemplateData>
<DefaultName>TrackableWcfService.cs</DefaultName>
<Name>Trackable WCF Service Type</Name>
<Description>WCF service with read-write operations using Trackable Entities and Entity Framework. Created by Tony Sneed. For more information visit http://trackable.codeplex.com.</Description>
<Description>WCF service with read-write operations using Trackable Entities and Entity Framework.</Description>
<ProjectType>CSharp</ProjectType>
<SortOrder>10</SortOrder>
<Icon>__TemplateIcon.png</Icon>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<TemplateData>
<DefaultName>EntityController.cs</DefaultName>
<Name>Entity Web API Controller (Patterns)</Name>
<Description>Entity Web API Controller for Patterns WebApi project. Created by Tony Sneed. For more information visit http://trackable.codeplex.com.</Description>
<Description>Entity Web API Controller for Patterns WebApi project.</Description>
<ProjectType>CSharp</ProjectType>
<SortOrder>10</SortOrder>
<Icon>__TemplateIcon.png</Icon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<TemplateData>
<DefaultName>EntityRepository.cs</DefaultName>
<Name>Entity Repository Class (Patterns)</Name>
<Description>Entity Repository Class for Patterns EF project. Created by Tony Sneed. For more information visit http://trackable.codeplex.com.</Description>
<Description>Entity Repository Class for Patterns EF project.</Description>
<ProjectType>CSharp</ProjectType>
<SortOrder>10</SortOrder>
<Icon>__TemplateIcon.png</Icon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<TemplateData>
<DefaultName>ExampleUnitOfWork.cs</DefaultName>
<Name>Example Unit of Work Class (Patterns)</Name>
<Description>Example Unit of Work Class for Patterns EF project. Created by Tony Sneed. For more information visit http://trackable.codeplex.com.</Description>
<Description>Example Unit of Work Class for Patterns EF project.</Description>
<ProjectType>CSharp</ProjectType>
<SortOrder>10</SortOrder>
<Icon>__TemplateIcon.png</Icon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<TemplateData>
<DefaultName>IDatabaseContext.cs</DefaultName>
<Name>Database Context Interface (Patterns)</Name>
<Description>Database Context Interface for Patterns EF project. Created by Tony Sneed. For more information visit http://trackable.codeplex.com.</Description>
<Description>Database Context Interface for Patterns EF project.</Description>
<ProjectType>CSharp</ProjectType>
<SortOrder>10</SortOrder>
<Icon>__TemplateIcon.png</Icon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<TemplateData>
<DefaultName>IEntityRepository.cs</DefaultName>
<Name>Entity Repository Interface (Patterns)</Name>
<Description>Entity Repository Interface for Patterns Persistence project. Created by Tony Sneed. For more information visit http://trackable.codeplex.com.</Description>
<Description>Entity Repository Interface for Patterns Persistence project.</Description>
<ProjectType>CSharp</ProjectType>
<SortOrder>10</SortOrder>
<Icon>__TemplateIcon.png</Icon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<TemplateData>
<DefaultName>IExampleUnitOfWork.cs</DefaultName>
<Name>Example Unit of Work Interface (Patterns)</Name>
<Description>Example Unit of Work Interface for Patterns Persistence project. Created by Tony Sneed. For more information visit http://trackable.codeplex.com.</Description>
<Description>Example Unit of Work Interface for Patterns Persistence project.</Description>
<ProjectType>CSharp</ProjectType>
<SortOrder>10</SortOrder>
<Icon>__TemplateIcon.png</Icon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<TemplateData>
<DefaultName>WebApiController.cs</DefaultName>
<Name>Entity Web API Controller</Name>
<Description>Entity Web API Controller for WebApi project. Created by Tony Sneed. For more information visit http://trackable.codeplex.com.</Description>
<Description>Entity Web API Controller for WebApi project.</Description>
<ProjectType>CSharp</ProjectType>
<SortOrder>10</SortOrder>
<Icon>__TemplateIcon.png</Icon>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="ProjectGroup">
<TemplateData>
<Name>Trackable Entities Class Library</Name>
<Description>Class library with templates for reverse engineering trackable entitites. Created by Tony Sneed. For more information visit http://trackable.codeplex.com.</Description>
<Description>Class library with templates for reverse engineering trackable entitites.</Description>
<ProjectType>CSharp</ProjectType>
<TemplateGroupID>Trackable</TemplateGroupID>
<SortOrder>1000</SortOrder>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="ProjectGroup">
<TemplateData>
<Name>Trackable WCF Service Application</Name>
<Description>Solution containing WCF service, web host, trackable entities and client projects. Created by Tony Sneed. For more information visit http://trackable.codeplex.com.</Description>
<Description>Solution containing WCF service, web host, trackable entities and client projects.</Description>
<ProjectType>CSharp</ProjectType>
<TemplateGroupID>Trackable</TemplateGroupID>
<SortOrder>1000</SortOrder>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="ProjectGroup">
<TemplateData>
<Name>Trackable Web API Application</Name>
<Description>Solution containing Web API, trackable entities and client projects, with templates for creating API Controllers that use trackable entities. Created by Tony Sneed. For more information visit http://trackable.codeplex.com.</Description>
<Description>Solution containing Web API, trackable entities and client projects, with templates for creating API Controllers that use trackable entities.</Description>
<ProjectType>CSharp</ProjectType>
<TemplateGroupID>Trackable</TemplateGroupID>
<SortOrder>1000</SortOrder>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="ProjectGroup">
<TemplateData>
<Name>Trackable Web API Application with Repository and Unit of Work</Name>
<Description>Solution containing Web API, trackable entities and client projects, using Repository and Unit of Work patterns with an IoC container. Created by Tony Sneed. For more information visit http://trackable.codeplex.com.</Description>
<Description>Solution containing Web API, trackable entities and client projects, using Repository and Unit of Work patterns with Dependency Injection.</Description>
<ProjectType>CSharp</ProjectType>
<TemplateGroupID>Trackable</TemplateGroupID>
<SortOrder>1000</SortOrder>
Expand Down
Binary file modified Extensions/VS2013/Output/Zip/ItemTemplates/EntityController.zip
Binary file not shown.
Binary file modified Extensions/VS2013/Output/Zip/ItemTemplates/EntityRepository.zip
Binary file not shown.
Binary file modified Extensions/VS2013/Output/Zip/ItemTemplates/ExampleUnitOfWork.zip
Binary file not shown.
Binary file modified Extensions/VS2013/Output/Zip/ItemTemplates/IDatabaseContext.zip
Binary file not shown.
Binary file modified Extensions/VS2013/Output/Zip/ItemTemplates/IEntityRepository.zip
Binary file not shown.
Binary file modified Extensions/VS2013/Output/Zip/ItemTemplates/IExampleUnitOfWork.zip
Binary file not shown.
Binary file modified Extensions/VS2013/Output/Zip/ItemTemplates/WebApiController.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Extensions/VS2013/Output/Zip/ProjectTemplates/TrackableWebApi.zip
Binary file not shown.
Binary file not shown.
Binary file modified Extensions/VS2013/VSIX/TrackableEntities.VS2013-2.5.2.vsix
Binary file not shown.

0 comments on commit 4fc454c

Please sign in to comment.