Skip to content

Commit

Permalink
Merge pull request #15 from jayDevel/master
Browse files Browse the repository at this point in the history
Fixed the template to work with VisualStudio 2022 based on #14
  • Loading branch information
jeremytammik authored Dec 16, 2021
2 parents 9f3b0a0 + 0c0b91b commit ec6a1c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ file [install.bat](install.bat) as described in The Building Coder discussion of
the [Revit Add-In Wizards on GitHub and Installer](http://thebuildingcoder.typepad.com/blog/2015/08/revit-add-in-wizard-github-installer.html).

```
install.bat [Visual Studio Year - 2019, 2017, 2015]
install.bat [Visual Studio Year - 2022, 2019, 2017, 2015]
```

## Alternatives
Expand Down
2 changes: 1 addition & 1 deletion cs/TemplateRevitCs.vstemplate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VSTemplate Type="Project" Version="2.0.0"
<VSTemplate Type="Project" Version="3.0.0"
xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
<TemplateData>
<Name>Revit 2022 Addin</Name>
Expand Down
2 changes: 1 addition & 1 deletion vb/TemplateRevitVb.vstemplate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VSTemplate Type="Project" Version="2.0.0"
<VSTemplate Type="Project" Version="3.0.0"
xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
<TemplateData>
<Name>Revit 2022 Addin</Name>
Expand Down

4 comments on commit ec6a1c9

@NATHAN-HILSON
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can someone post a video on how to correctly install?

@jeremytammik
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You just run the batch file as described in the readme section on installation:

https://github.com/jeremytammik/VisualStudioRevitAddinWizard#installation

@NATHAN-HILSON
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found out I was missing a .net package & that seemed to have fixed it.

@jeremytammik
Copy link
Owner Author

@jeremytammik jeremytammik commented on ec6a1c9 Jan 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aha. Well, this is not a very suitable place to discuss that issue. Glad you solved it, anyway.

Please sign in to comment.