Skip to content

Commit 352af57

Browse files
committed
upgrade to version 1.2
1 parent af16c4f commit 352af57

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,15 @@ Open project properties
2626
- Start application
2727
- Create project in newly opened VS window
2828
- Run tool
29+
30+
31+
## Upgrade
32+
* [How to: Update a Visual Studio Extension](https://msdn.microsoft.com/en-us/library/dd997169.aspx)
33+
** edit version in source.extension.vsixmanifest
34+
** compile project
35+
** upload .vsix file to [Visual Studio Marketplace](https://visualstudiogallery.msdn.microsoft.com/)
36+
37+
## Compile from console
38+
nuget restore VSIXInteropFormsToolkit.sln
39+
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" /t:Clean /p:Configuration=Release "VSIXInteropFormsToolkit.sln"
40+
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" /p:Configuration=Release "VSIXInteropFormsToolkit.sln"

VSIXInteropFormsToolkit/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="VSIXInteropFormsToolkit.Filipe Roque.2422aed9-021d-477e-b4d6-ba06c0434e69" Version="1.1" Language="en-US" Publisher="Filipe Roque" />
4+
<Identity Id="VSIXInteropFormsToolkit.Filipe Roque.2422aed9-021d-477e-b4d6-ba06c0434e69" Version="1.2" Language="en-US" Publisher="Filipe Roque" />
55
<DisplayName>VSIXInteropFormsToolkit</DisplayName>
66
<Description xml:space="preserve">Command tool to generate interop wrapper classes</Description>
77
</Metadata>

0 commit comments

Comments
 (0)