Skip to content

Commit 9405e7b

Browse files
committed
Merged PR 9499913: Update TestSuite version info 4.23.9.0
Update TestSuite version info
1 parent b72d6a8 commit 9405e7b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

AssemblyInfo/.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.23.3.0
1+
4.23.9.0

AssemblyInfo/PTMAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
[assembly: AssemblyCompany("Microsoft")]
77
[assembly: AssemblyProduct("Windows Protocol Test Suites")]
8-
[assembly: AssemblyVersion("1.0.2.0")]
8+
[assembly: AssemblyVersion("1.1.0.0")]

AssemblyInfo/SharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[assembly: AssemblyCompany("Microsoft")]
1010
[assembly: AssemblyProduct("Windows Protocol Test Suites")]
11-
[assembly: AssemblyVersion("4.23.3.0")]
11+
[assembly: AssemblyVersion("4.23.9.0")]
1212
#if !NETSTANDARD2_0
1313
[assembly: RequiresPreviewFeatures]
1414
#endif

AssemblyInfo/resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define COMPANY_NAME "Microsoft"
1212
#define PRODUCT_NAME "Windows Protocol Test Suites"
1313

14-
#define BUILD_VERSION "4.23.3.0"
15-
#define INET_VER 4,23,3,0
14+
#define BUILD_VERSION "4.23.9.0"
15+
#define INET_VER 4,23,9,0
1616

1717
#endif

0 commit comments

Comments
 (0)