Skip to content

Commit 75dc017

Browse files
Namikoye LuswetiNamikoye Lusweti
authored andcommitted
Merged PR 12468089: Update Version Info
## Pull Request Checklist ### General - [ ] Are all regression test passed? - [ ] Are there any test cases that will expose unfixed TDIs or Windows bugs? ### New Test Case - [ ] Have Design Spec and User Guide been updated? - [ ] Can all the test cases be loaded and executed by PTM & PTMCli? - [ ] Can the related changes support multiple platform(Windows, Linux, MacOS)? ### SDK Changes - [ ] Are all related test suites Regression passed? Updated SharedAssemblyInfo.cs ---- #### AI description (iteration 1) #### PR Classification Version update #### PR Summary This pull request updates the version information for the project. - `AssemblyInfo/SharedAssemblyInfo.cs`: Updated `AssemblyVersion` from `4.24.4.0` to `4.25.3.0`. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
1 parent ee80997 commit 75dc017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.24.4.0")]
11+
[assembly: AssemblyVersion("4.25.3.0")]
1212
#if !NETSTANDARD2_0
1313
[assembly: RequiresPreviewFeatures]
1414
#endif

0 commit comments

Comments
 (0)