File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments