Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit bb92abd

Browse files
committed
[packages,VisualC,15.0] Fixes #439. VisualC-15.0 is now compatible with the latest VisualStudio 2017 15.7 release. VCtools changed from 14.13.26128 to 14.14.26428; redist changed from 14.13.26020 to 14.14.26405.
1 parent 50d91f3 commit bb92abd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
13-May-2018 Fixes #439. VisualC-15.0 is now compatible with the latest VisualStudio 2017 15.7 release.
2+
13
13-May-2018 Bumping to version v1.1.7.
24

35
11-Mar-2018 ======== Version 1.1.6 Release ========

packages/VisualC-15.0/bam/Scripts/MetaData.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public MetaData()
4949
throw new Bam.Core.Exception("'{0}' was not found. Was VisualStudio 2017 installed?", this.InstallDir.Parse());
5050
}
5151

52-
this.VCToolsVersion = Bam.Core.TokenizedString.CreateVerbatim("14.13.26128");
53-
this.CRuntimeVersion = Bam.Core.TokenizedString.CreateVerbatim("14.13.26020");
52+
this.VCToolsVersion = Bam.Core.TokenizedString.CreateVerbatim("14.14.26428");
53+
this.CRuntimeVersion = Bam.Core.TokenizedString.CreateVerbatim("14.14.26405");
5454

5555
if (Bam.Core.OSUtilities.Is64BitHosting)
5656
{

0 commit comments

Comments
 (0)