From 58afe1fdcc749bd63cd10f316184effee9e19712 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Tue, 8 Mar 2016 16:01:54 -0800 Subject: [PATCH] Ups version to 1.0.4 and adds nuspec file for distributing VSTestHost DLL as a reference assembly. --- VSTestHost/Properties/AssemblyInfo.cs | 4 ++-- VSTestHost/VSTestHost.nuspec | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 VSTestHost/VSTestHost.nuspec diff --git a/VSTestHost/Properties/AssemblyInfo.cs b/VSTestHost/Properties/AssemblyInfo.cs index a0ecd46..ffdd69f 100644 --- a/VSTestHost/Properties/AssemblyInfo.cs +++ b/VSTestHost/Properties/AssemblyInfo.cs @@ -29,8 +29,8 @@ using System.Runtime.InteropServices; [assembly: CLSCompliant(false)] [assembly: NeutralResourcesLanguage("en-US")] -[assembly: AssemblyVersion(AssemblyVersionInfo.VSVersion + ".0.3.0")] -[assembly: AssemblyFileVersion(AssemblyVersionInfo.VSVersion + ".0.3.0")] +[assembly: AssemblyVersion(AssemblyVersionInfo.VSVersion + ".0.4.0")] +[assembly: AssemblyFileVersion(AssemblyVersionInfo.VSVersion + ".0.4.0")] class AssemblyVersionInfo { #if DEV10 diff --git a/VSTestHost/VSTestHost.nuspec b/VSTestHost/VSTestHost.nuspec new file mode 100644 index 0000000..ec88b90 --- /dev/null +++ b/VSTestHost/VSTestHost.nuspec @@ -0,0 +1,17 @@ + + + + Microsoft.VisualStudioTools.VSTestHost.$VSTarget$ + 1.0.4 + Microsoft Corporation + Microsoft Corporation + © Microsoft Corporation. All rights reserved. + false + https://github.com/Microsoft/VisualStudio-TestHost + Allows UI testing of the Visual Studio IDE. + Allows UI testing of the Visual Studio IDE. + + + + + \ No newline at end of file