Skip to content

Releases: olegsych/T4Toolbox

v15.0.0.2

20 Aug 18:35
Compare
Choose a tag to compare
Downgrade .NET from v4.7 to v4.6 for compatibility with older Windows…

v15.0.0.0

12 Aug 19:25
Compare
Choose a tag to compare
Support Visual Studio 2017

- Increment extension version from `14` to `15` in assembly versions and `.vsixmanifest` to because new package can be installed only in Visual Studio 2017

- Upgrade all projects files
  - `ToolsVersion="15.0"` to prevent Visual Studio 2017 attempts to upgrade VSSDK projects.
  - Remove hard-coded `Version=14.0.0.0` from Visual Studio assembly references to automatically resolve them to `Version=15.0.0.0` of Visual Studio 2017.
  - Reference Visual Studio 2017 implementation assemblies with `15.0` suffix instead of `14.0` of Visual Studio 2015.
  - `<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>` to stay on the latest framework version.
  - Use relative paths instead of `$(SolutionDir)` to support command-line build
  - Use latest stable versions of NuGet packages.
  - Copy referenced assemblies to build output in test projects because Visual Studio 2017 assemblies are no longer in GAC.
  - Fix or ignore broken tests.

- Upgrade `LocalTestRun.testrunconfig` to run integration tests in VS 2017 experimental hive.

- Upgrade `appveyor.yml` to run CI builds on `image: Visual Studio 2017`.

- Cleanup PowerShell tests
  - Change `build/Module.tests.ps1` instructions to install Pester from PowerShellGallery.org instead of NuGet.org.
  - Remove obsolete `.nuget/` files

- Refresh `README.md`

v14.0.0.76

16 Jan 23:04
Compare
Choose a tag to compare

Default colors for the Dark theme of Visual Studio.

v14.0.0.71

24 Jun 02:33
Compare
Choose a tag to compare
Merge pull request #13 from olegsych/AssemblySplit

Separate features into separate assemblies

v14.0.0.64

11 Jun 03:23
Compare
Choose a tag to compare
  • Support for Visual Studio 2015

v12.10.1.41

25 May 22:59
Compare
Choose a tag to compare

Minor changes in the extension manifest.

  • Getting Started link now points to the GitHub pages web site of T4 Toolbox.
  • Release Notes link now points to the Releases page of the GitHub project.

v12.10.1.38

17 May 00:01
Compare
Choose a tag to compare
  • Strongly-signed .NET assemblies.

v12.10.1.27

10 May 23:25
Compare
Choose a tag to compare
  • Support for .NET 4.6.