Closed olegsych closed 7 years ago
To address #41
Increment extension version from 14 to 15 in assembly versions and .vsixmanifest to because new package can be installed only in Visual Studio 2017
14
15
.vsixmanifest
Upgrade all projects files
ToolsVersion="15.0"
Version=14.0.0.0
Version=15.0.0.0
15.0
14.0
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
$(SolutionDir)
Upgrade LocalTestRun.testrunconfig to run integration tests in VS 2017 experimental hive.
LocalTestRun.testrunconfig
Upgrade appveyor.yml to run CI builds on image: Visual Studio 2017.
appveyor.yml
image: Visual Studio 2017
Cleanup PowerShell tests
build/Module.tests.ps1
.nuget/
Refresh README.md
README.md
To address #41
Increment extension version from
14
to15
in assembly versions and.vsixmanifest
to because new package can be installed only in Visual Studio 2017Upgrade all projects files
ToolsVersion="15.0"
to prevent Visual Studio 2017 attempts to upgrade VSSDK projects.Version=14.0.0.0
from Visual Studio assembly references to automatically resolve them toVersion=15.0.0.0
of Visual Studio 2017.15.0
suffix instead of14.0
of Visual Studio 2015.<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
to stay on the latest framework version.$(SolutionDir)
to support command-line buildUpgrade
LocalTestRun.testrunconfig
to run integration tests in VS 2017 experimental hive.Upgrade
appveyor.yml
to run CI builds onimage: Visual Studio 2017
.Cleanup PowerShell tests
build/Module.tests.ps1
instructions to install Pester from PowerShellGallery.org instead of NuGet.org..nuget/
filesRefresh
README.md