Skip to content

Commit 6d58f2d

Browse files
committed
Merged PR 1586: Update test suite version to 3.20.1.0.
Update test suite version to 3.20.1.0.
2 parents ffb9297 + 047e514 commit 6d58f2d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

AssemblyInfo/SharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
using System.Reflection;
55

66
[assembly: AssemblyCompany("Microsoft")]
7-
[assembly: AssemblyVersion("3.19.9.0")]
7+
[assembly: AssemblyVersion("3.20.1.0")]

AssemblyInfo/resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define _BLDVER_H_
1111
#define COMPANY_NAME "Microsoft"
1212

13-
#define BUILD_VERSION "3.19.9.0"
14-
#define INET_VER 3,19,9,0
13+
#define BUILD_VERSION "3.20.1.0"
14+
#define INET_VER 3,20,1,0
1515

1616
#endif

InstallPrerequisites/PrerequisitesConfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Dependency>
22
<tools>
33
<tool Type="Installer" name="SE" FileName="SpecExplorer.msi" AppName="Spec Explorer 2010" version="3.5.3146.0" url="https://specexplorerteam.gallerycdn.vsassets.io/extensions/specexplorerteam/specexplorer2010visualstudiopowertool-5089/3.5.3146.0/1482139098514/36449/3/SpecExplorer.msi" arguments="/q"/>
4-
<tool Type="Installer" name="PTF" FileName="ProtocolTestFramework.msi" AppName="Microsoft Protocol Test Framework" version="1.0.7000.0" BackwardCompatible="false" url="https://github.com/Microsoft/ProtocolTestFramework/releases/download/1.0.7000.0/ProtocolTestFrameworkInstaller.msi" arguments="/q"/>
4+
<tool Type="Installer" name="PTF" FileName="ProtocolTestFramework.msi" AppName="Microsoft Protocol Test Framework" version="1.0.7500.0" BackwardCompatible="false" url="https://github.com/Microsoft/ProtocolTestFramework/releases/download/1.0.7500.0/ProtocolTestFrameworkInstaller.msi" arguments="/q"/>
55
<tool Type="Installer" name="Wix314" FileName="Wix314.exe" AppName="WiX Toolset v3.14" version="3.14.0.2927" url="https://wixtoolset.org/downloads/v3.14.0.2927/wix314.exe" arguments="/q"/>
66
<tool Type="Installer" name="OpenXMLSDK" FileName="OpenXMLSDK.msi" AppName="Open XML SDK 2.5" version="2.5.5631" url="https://download.microsoft.com/download/5/5/3/553C731E-9333-40FB-ADE3-E02DC9643B31/OpenXMLSDKV25.msi" arguments="/q"/>
77
<tool Type="Custom" name="VisualStudio" FileName="vs_community.exe" url="https://aka.ms/vs/15/release/vs_community.exe" command="InstallVisualStudio.ps1" />

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You should install the software listed below based on your testing purpose, incl
5555

5656
It is only required if you want to build or run the test suites that contain Model-Based Test cases. If you want to regenerate Model-Based Test cases, you must install Visual Studio 2012.
5757

58-
1. [Protocol Test Framework build 1.0 (build 1.0.7000.0)](https://github.com/Microsoft/ProtocolTestFramework/releases/tag/1.0.7000.0)
58+
1. [Protocol Test Framework build 1.0 (build 1.0.7500.0)](https://github.com/Microsoft/ProtocolTestFramework/releases/tag/1.0.7500.0)
5959

6060
You can use a released MSI file or build it from source code.
6161

0 commit comments

Comments
 (0)