@@ -10,27 +10,27 @@ import styles from "./styles.module.css";
1010
1111<div style = { { display: " flex" , justifyContent: " space-between" }} >
1212 <div >
13- <h3 >2025.10.18 .0</h3 >
13+ <h3 >2026.2.22 .0</h3 >
1414 </div >
15- <div >Release Date: 18.10.2025 </div >
15+ <div >Release Date: 22.02.2026 </div >
1616</div >
1717
1818<div className = { ` ${styles .centerButtonContainer } margin-bottom--lg ` } >
1919 <Link
2020 className = { ` button button--primary button--outline ${styles .downloadButton } ` }
21- to = " https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.10.18 .0/NETworkManager_2025.10.18 .0_Setup.msi"
21+ to = " https://github.com/BornToBeRoot/NETworkManager/releases/download/2026.2.22 .0/NETworkManager_2026.2.22 .0_Setup.msi"
2222 >
2323 Setup
2424 </Link >
2525 <Link
2626 className = { ` button button--info button--outline ${styles .downloadButton } ` }
27- to = " https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.10.18 .0/NETworkManager_2025.10.18 .0_Portable.zip"
27+ to = " https://github.com/BornToBeRoot/NETworkManager/releases/download/2026.2.22 .0/NETworkManager_2026.2.22 .0_Portable.zip"
2828 >
2929 Portable
3030 </Link >
3131 <Link
3232 className = { ` button button--info button--outline ${styles .downloadButton } ` }
33- to = " https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.10.18 .0/NETworkManager_2025.10.18 .0_Archive.zip"
33+ to = " https://github.com/BornToBeRoot/NETworkManager/releases/download/2026.2.22 .0/NETworkManager_2026.2.22 .0_Archive.zip"
3434 >
3535 Archive
3636 </Link >
@@ -62,7 +62,7 @@ import styles from "./styles.module.css";
6262<div className = { ` ${styles .centerButtonContainer } ` } >
6363 <Link
6464 className = { ` button button--secondary button--outline ${styles .additionalButton } ` }
65- to = " /docs/changelog/2025-10-18 -0"
65+ to = " /docs/changelog/2026-2-22 -0"
6666 target = " _blank"
6767 >
6868 📃 What's new?
@@ -100,11 +100,11 @@ import styles from "./styles.module.css";
100100 <div >
101101 <p >SHA-256 checksums for the latest release:</p >
102102 <b >Setup</b > (MSI Installer)
103- <pre ><code >9F139041F24829B44183A800642CC00CC615DCFC0069227696DFAA8A308C6CF7 </code ></pre >
103+ <pre ><code >AD3A107D76B9391C88C4427717F243C64309F4D66FEA9775AAB75C1CD51A2D4E </code ></pre >
104104 <b >Portable</b > (ZIP Archive)
105- <pre ><code >6DE9B68E178C5096AD0514CF2B5FA11F8C582070783EAB41C6EF1838EEBA9602 </code ></pre >
105+ <pre ><code >68F2B9F2908D3725633DF2CD91FE7B4D21390CE2E39457B9DBFA2AC80ABE05E8 </code ></pre >
106106 <b >Archive</b > (ZIP Archive)
107- <pre ><code >F0E684FFB1C7F03642735403D6D30F75839A3B21E698624D219964363948442F </code ></pre >
107+ <pre ><code >E535D411472F45420BB3C42EDA45470BD05EECA989074ED68D9F5A4290C3711D </code ></pre >
108108 <p >Verify a checksum using PowerShell:</p >
109109 <pre ><code >Get-FileHash -Path .\NETworkManager_ { ; VERSION} ; _ Setup.msi -Algorithm SHA256</code ></pre >
110110 </div >
@@ -123,7 +123,7 @@ NETworkManager is available in three different versions:
123123## System requirements
124124
125125- Windows 10 / Server x64 (22H2 or later)
126- - [ .NET Desktop Runtime 8 .0 (LTS) - x64] ( https://dotnet.microsoft.com/en-us/download/dotnet/8 .0/runtime )
126+ - [ .NET Desktop Runtime 10 .0 (LTS) - x64] ( https://dotnet.microsoft.com/en-us/download/dotnet/10 .0/runtime )
127127
128128## Silent install
129129
0 commit comments