From 26dc5645b86946c7a01edf16d2dc18e3f3720be4 Mon Sep 17 00:00:00 2001 From: Matt Phillips Date: Fri, 23 Aug 2013 11:51:08 -0500 Subject: [PATCH 1/2] NodeApi.IO.Buffer.Length should be a simple property accessor. --- src/Libraries/Node/Node.Core/IO/Buffer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Libraries/Node/Node.Core/IO/Buffer.cs b/src/Libraries/Node/Node.Core/IO/Buffer.cs index b2c81f3ae..3b8c1de6a 100644 --- a/src/Libraries/Node/Node.Core/IO/Buffer.cs +++ b/src/Libraries/Node/Node.Core/IO/Buffer.cs @@ -24,6 +24,7 @@ public Buffer(string data) { public Buffer(string data, Encoding encoding) { } + [ScriptField] public int Length { get { return 0; From 9b4780f03e7b1169c43df337ed8f20c14f089e4e Mon Sep 17 00:00:00 2001 From: Mark Stega Date: Mon, 18 Nov 2013 09:22:45 -0500 Subject: [PATCH 2/2] Added VS2013 target --- src/ZipX/VSIX/Extension.vsixmanifest | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ZipX/VSIX/Extension.vsixmanifest b/src/ZipX/VSIX/Extension.vsixmanifest index d8ed80ae0..459fd8d27 100644 --- a/src/ZipX/VSIX/Extension.vsixmanifest +++ b/src/ZipX/VSIX/Extension.vsixmanifest @@ -29,6 +29,13 @@ VCSExpress VWDExpress + + Ultimate + Premium + Pro + VCSExpress + VWDExpress +