Skip to content

Commit

Permalink
updating template name
Browse files Browse the repository at this point in the history
  • Loading branch information
salaros committed May 6, 2019
1 parent 00efac2 commit 859dda4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/RevitAddin.vstemplate
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="Project">
<TemplateData>
<Name>Revit 2014-2019 C# Addin</Name>
<Description>Class library template for a Revit 2014-2019 C# .NET add-in project</Description>
<Name>Revit 2014-2020 C# Addin</Name>
<Description>Class library template for a Revit 2014-2020 C# .NET add-in project</Description>
<ProjectType>CSharp</ProjectType>
<ProjectSubType>
</ProjectSubType>
Expand All @@ -10,7 +10,7 @@
<ProvideDefaultName>true</ProvideDefaultName>
<LocationField>Enabled</LocationField>
<EnableLocationBrowseButton>true</EnableLocationBrowseButton>
<CreateInPlace>true</CreateInPlace>
<CreateInPlace>true</CreateInPlace>
<Icon>__TemplateIcon.ico</Icon>
</TemplateData>
<TemplateContent>
Expand All @@ -34,4 +34,4 @@
<ProjectItem ReplaceParameters="true" TargetFileName="ZeroDocStateAvailability.cs">ZeroDocStateAvailability.cs</ProjectItem>
</Project>
</TemplateContent>
</VSTemplate>
</VSTemplate>

0 comments on commit 859dda4

Please sign in to comment.