Increases version to 1.0.5
Adds assembly codebase attribute
This commit is contained in:
Родитель
53eaf54785
Коммит
b946e98f4a
|
@ -39,7 +39,7 @@
|
|||
<!--
|
||||
The version number that will identify assembly compatibility.
|
||||
-->
|
||||
<StableVersionPrefix Condition="$(StableVersionPrefix) == ''">1.0.4</StableVersionPrefix>
|
||||
<StableVersionPrefix Condition="$(StableVersionPrefix) == ''">1.0.5</StableVersionPrefix>
|
||||
<StableVersion Condition="$(StableVersion) == ''">$(StableVersionPrefix).$(VSTargetName)</StableVersion>
|
||||
|
||||
<!-- When true, increases build restrictions to ensure complete public releases -->
|
||||
|
|
|
@ -48,7 +48,7 @@ if ($sign -or $mocksign) {
|
|||
Import-Module -force $projectDir\Build\BuildReleaseMockHelpers.psm1
|
||||
}
|
||||
|
||||
$approvers = "smortaz", "dinov", "stevdo", "pminaev", "gilbertw", "huvalo", "sitani", "jinglou", "crwilcox"
|
||||
$approvers = "smortaz", "dinov", "stevdo", "pminaev", "gilbertw", "huvalo", "crwilcox"
|
||||
$approvers = @($approvers | Where-Object {$_ -ne $env:USERNAME})
|
||||
|
||||
$dllfiles = @(Get-ChildItem "$projectDir\BuildOutput\Release*\raw\Microsoft.VisualStudioTools.VSTestHost.*.dll" | %{ @{path=$_.FullName; name=$_.Name} })
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\12.0\EnterpriseTools\QualityTools\HostAdapters\VSTestHost]
|
||||
"Type"="Microsoft.VisualStudioTools.VSTestHost.TesterTestAdapter, Microsoft.VisualStudioTools.VSTestHost.12.0, Version=12.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
|
||||
"EditorType"="Microsoft.VisualStudioTools.VSTestHost.TesterTestControl, Microsoft.VisualStudioTools.VSTestHost.12.0, Version=12.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
|
||||
"Type"="Microsoft.VisualStudioTools.VSTestHost.TesterTestAdapter, Microsoft.VisualStudioTools.VSTestHost.12.0, Version=12.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
|
||||
"EditorType"="Microsoft.VisualStudioTools.VSTestHost.TesterTestControl, Microsoft.VisualStudioTools.VSTestHost.12.0, Version=12.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
|
||||
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\12.0\EnterpriseTools\QualityTools\HostAdapters\VSTestHost\SupportedTestTypes]
|
||||
"{13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b}"="Unit Test"
|
||||
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\12.0\EnterpriseTools\QualityTools\TestTypes\{13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b}\SupportedHostAdapters]
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\14.0\EnterpriseTools\QualityTools\HostAdapters\VSTestHost]
|
||||
"Type"="Microsoft.VisualStudioTools.VSTestHost.TesterTestAdapter, Microsoft.VisualStudioTools.VSTestHost.14.0, Version=14.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
|
||||
"EditorType"="Microsoft.VisualStudioTools.VSTestHost.TesterTestControl, Microsoft.VisualStudioTools.VSTestHost.14.0, Version=14.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
|
||||
"Type"="Microsoft.VisualStudioTools.VSTestHost.TesterTestAdapter, Microsoft.VisualStudioTools.VSTestHost.14.0, Version=14.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
|
||||
"EditorType"="Microsoft.VisualStudioTools.VSTestHost.TesterTestControl, Microsoft.VisualStudioTools.VSTestHost.14.0, Version=14.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
|
||||
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\14.0\EnterpriseTools\QualityTools\HostAdapters\VSTestHost\SupportedTestTypes]
|
||||
"{13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b}"="Unit Test"
|
||||
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\14.0\EnterpriseTools\QualityTools\TestTypes\{13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b}\SupportedHostAdapters]
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\15.0\EnterpriseTools\QualityTools\HostAdapters\VSTestHost]
|
||||
"Type"="Microsoft.VisualStudioTools.VSTestHost.TesterTestAdapter, Microsoft.VisualStudioTools.VSTestHost.15.0, Version=15.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
|
||||
"EditorType"="Microsoft.VisualStudioTools.VSTestHost.TesterTestControl, Microsoft.VisualStudioTools.VSTestHost.15.0, Version=15.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
|
||||
"Type"="Microsoft.VisualStudioTools.VSTestHost.TesterTestAdapter, Microsoft.VisualStudioTools.VSTestHost.15.0, Version=15.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
|
||||
"EditorType"="Microsoft.VisualStudioTools.VSTestHost.TesterTestControl, Microsoft.VisualStudioTools.VSTestHost.15.0, Version=15.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
|
||||
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\15.0\EnterpriseTools\QualityTools\HostAdapters\VSTestHost\SupportedTestTypes]
|
||||
"{13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b}"="Unit Test"
|
||||
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\VisualStudio\15.0\EnterpriseTools\QualityTools\TestTypes\{13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b}\SupportedHostAdapters]
|
||||
|
|
|
@ -16,6 +16,7 @@ using System;
|
|||
using System.Reflection;
|
||||
using System.Resources;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.VisualStudio.Shell;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
|
@ -29,8 +30,14 @@ using System.Runtime.InteropServices;
|
|||
[assembly: CLSCompliant(false)]
|
||||
[assembly: NeutralResourcesLanguage("en-US")]
|
||||
|
||||
[assembly: AssemblyVersion(AssemblyVersionInfo.VSVersion + ".0.4.0")]
|
||||
[assembly: AssemblyFileVersion(AssemblyVersionInfo.VSVersion + ".0.4.0")]
|
||||
[assembly: AssemblyVersion(AssemblyVersionInfo.VSVersion + ".0.5.0")]
|
||||
[assembly: AssemblyFileVersion(AssemblyVersionInfo.VSVersion + ".0.5.0")]
|
||||
|
||||
[assembly: ProvideCodeBase(
|
||||
AssemblyName = "Microsoft.VisualStudioTools.VSTestHost." + AssemblyVersionInfo.VSVersion + ".0",
|
||||
CodeBase = "..\..\PublicAssemblies\Microsoft.VisualStudioTools.VSTestHost." + AssemblyVersionInfo.VSVersion + ".0.dll",
|
||||
Version = AssemblyVersionInfo.VSVersion + ".0.5.0"
|
||||
)]
|
||||
|
||||
class AssemblyVersionInfo {
|
||||
#if DEV10
|
||||
|
|
|
@ -30,7 +30,7 @@ using Task = System.Threading.Tasks.Task;
|
|||
|
||||
namespace Microsoft.VisualStudioTools.VSTestHost.Internal {
|
||||
[PackageRegistration(UseManagedResourcesOnly = true, RegisterUsing=RegistrationMethod.Assembly)]
|
||||
[InstalledProductRegistration("#110", "#112", "1.0.3", IconResourceID = 400)]
|
||||
[InstalledProductRegistration("#110", "#112", "1.0.5", IconResourceID = 400)]
|
||||
[ProvideAutoLoad(VSConstants.UICONTEXT.NoSolution_string)]
|
||||
[ProvideAutoLoad(VSConstants.UICONTEXT.SolutionExists_string)]
|
||||
[RegisterHostAdapter("VSTestHost", typeof(TesterTestAdapter), typeof(TesterTestControl))]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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">
|
||||
<Metadata>
|
||||
<Identity Id="185d223a-f461-4197-bd14-de0236e7eeca" Version="1.0.4" Language="en-US" Publisher="Microsoft" />
|
||||
<Identity Id="185d223a-f461-4197-bd14-de0236e7eeca" Version="1.0.5" Language="en-US" Publisher="Microsoft" />
|
||||
<DisplayName>VSTestHost</DisplayName>
|
||||
<Description>Allows UI testing of the Visual Studio IDE.</Description>
|
||||
</Metadata>
|
||||
|
|
Загрузка…
Ссылка в новой задаче