Skip to content

Commit

Permalink
chore: match version number with official Windows version name for re…
Browse files Browse the repository at this point in the history
…maining supported versions
  • Loading branch information
Lej77 committed Oct 3, 2024
1 parent cb65de0 commit a1a74e6
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/interfaces_multi/build_20348.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//! Windows Server 2022, see
//! [Wikipedia](https://en.wikipedia.org/wiki/List_of_Microsoft_Windows_versions).
//!
//! # Interface definitions
//!
//! New for this version is that the [`struct@IVirtualDesktopManagerInternal`]
//! interfaces take "monitor" arguments, note that the The
//! [`struct@IVirtualDesktopNotification`] interface still doesn't use monitors.
Expand Down
10 changes: 10 additions & 0 deletions src/interfaces_multi/build_22000.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
//! Windows 11, version 21H2
//!
//! From [Wikipedia](https://en.wikipedia.org/wiki/Windows_11,_version_21H2):
//!
//! > The original version of Windows 11 (also retroactively named version 21H2
//! > and codenamed "Sun Valley") was released in October 2021. It carries the
//! > build number 10.0.22000.
//!
//! # Interface definitions
//!
//! New for this version is that the [`struct@IVirtualDesktopNotification`]
//! interface takes "monitors" as arguments, previously only the
//! [`struct@IVirtualDesktopManagerInternal`] interface used them.
Expand Down
12 changes: 11 additions & 1 deletion src/interfaces_multi/build_22621_2215.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
//! Windows 11, version 22H2
//!
//! From [Wikipedia](https://en.wikipedia.org/wiki/Windows_11,_version_22H2):
//!
//! > The Windows 11 2022 Update[1] (also known as version 22H2[2][3] and
//! > codenamed "Sun Valley 2") is the first major update to Windows 11. It
//! > carries the build number 10.0.22621.
//!
//! # Interface definitions
//!
//! New for this version is that "monitor" arguments are no longer passed to the
//! [`struct@IVirtualDesktopNotification`] and
//! [`struct@IVirtualDesktopManagerInternal`] interfaces.
//!
//! # References
//! ## References
//!
//! - [New changes for 22621 ·
//! Ciantic/VirtualDesktopAccessor@c918946](https://github.com/Ciantic/VirtualDesktopAccessor/commit/c918946421c42a7f022abdf8b4672a4b3ddf2f35#diff-e073b55bb9e1746ee6b3a029ba955df76b3d61e774585c23535bd0b4967d9e18)
Expand Down
8 changes: 8 additions & 0 deletions src/interfaces_multi/build_22631_2428.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
//! Windows 11, version 23H2
//!
//! From [Wikipedia](https://en.wikipedia.org/wiki/Windows_11,_version_23H2):
//!
//! > The Windows 11 2023 Update (also known as version 23H2 and codenamed "Sun
//! > Valley 3") is the second major update to Windows 11. It was shipped as an
//! > enablement package for Windows 11 2022 Update and carries the build number
//! > 10.0.22631.
use super::*;
use build_22621_2215 as prev_build;

Expand Down

0 comments on commit a1a74e6

Please sign in to comment.