@@ -12,7 +12,7 @@ import styles from "./styles.module.css";
1212 <div >
1313 <h3 >2025.1.18.0</h3 >
1414 </div >
15- <div >18.01.2025> </div >
15+ <div >18.01.2025</div >
1616</div >
1717
1818<div className = { ` ${styles .centerButtonContainer } margin-bottom--lg ` } >
@@ -59,6 +59,57 @@ import styles from "./styles.module.css";
5959 </div >
6060</div >
6161
62+ <details >
63+ <summary >
64+ <p >What version should I download?</p >
65+ </summary >
66+ <div >
67+ <p >NETworkManager is available in three different versions:</p >
68+ <ul >
69+ <li >
70+ <b >Setup</b > (MSI-Installer): Recommended for most users, installs
71+ NETworkManager for all users on the system. Requires administrator
72+ privileges. Settings and profiles are stored in the user profile
73+ directory under <code >~ \Documents\NETworkManager</code >.
74+ </li >
75+ <li >
76+ <b >Portable</b > (ZIP-Archive): Run NETworkManager without installation,
77+ e.g. from a USB stick or network share. Settings and profiles are stored
78+ in the same directory as the executable. Upgrades are supported by
79+ copying the <code >Profiles</code > and <code >Settings</code > directories
80+ to the new version.
81+ </li >
82+ <li >
83+ <b >Archive</b > (ZIP-Archive): Similar to Portable, but stores profiles
84+ and settings in the user profile directory under{ " " }
85+ <code >~ \Documents\NETworkManager</code >. This version might be useful
86+ for custom deployment scenarios (e.g. Terminal Server, Intune, etc.).
87+ </li >
88+ </ul >
89+ </div >
90+ </details >
91+
92+ <details >
93+ <summary >Checksums</summary >
94+ <div >
95+ <p >SHA-256 checksums for the latest release:</p >
96+ <b >Setup</b > (MSI Installer)
97+ <pre ><code >0E8722AB821FDFC5079C8E914CDBC293F373F551924EFBA14CA4AF6E68B678F9</code ></pre >
98+ <b >Portable</b > (ZIP Archive)
99+ <pre ><code >85000CC7E9892C14B3C1F7DE2D540A57E2C90CF5AE25E27960844751AADCF166</code ></pre >
100+ <b >Archive</b > (ZIP Archive)
101+ <pre ><code >68FFC7A42F0CF27B83525BB6AE79C730C96C40A956869F5C45D60B97CCECAE74</code ></pre >
102+ <p >You can verify the checksum with the following PowerShell command:</p >
103+ <pre ><code class = " language-powershell" >Get-FileHash -Path .\NETworkManager_ { VERSION } _ Setup.msi -Algorithm SHA256</code ></pre >
104+ <p >
105+ Checksums for each release can be found on
106+ <a href = " https://github.com/BornToBeRoot/NETworkManager/releases" target = " _blank" >
107+ GitHub Releases
108+ </a >.
109+ </p >
110+ </div >
111+ </details >
112+
62113<div className = { ` ${styles .shieldsContainer } ` } >
63114 <a
64115 className = { ` ${styles .shields } ` }
@@ -92,37 +143,6 @@ import styles from "./styles.module.css";
92143 </Link >
93144</div >
94145
95- <details >
96- <summary >
97- <p >What version should I download?</p >
98- </summary >
99- <div >
100- <p >NETworkManager is available in three different versions:</p >
101- <ul >
102- <li >
103- <b >Setup</b > (MSI-Installer): Recommended for most users, installs
104- NETworkManager for all users on the system. Requires administrator
105- privileges. Settings and profiles are stored in the user profile
106- directory under <code >~ \Documents\NETworkManager</code >.
107- </li >
108- <li >
109- <b >Portable</b > (ZIP-Archive): Run NETworkManager without installation,
110- e.g. from a USB stick or network share. Settings and profiles are stored
111- in the same directory as the executable. Upgrades are supported by
112- copying the <code >Profiles</code > and <code >Settings</code > directories
113- to the new version.
114- </li >
115- <li >
116- <b >Archive</b > (ZIP-Archive): Similar to Portable, but stores profiles
117- and settings in the user profile directory under{ " " }
118- <code >~ \Documents\NETworkManager</code >. This version might be useful
119- for custom deployment scenarios (e.g. Terminal Server, Intune, etc.).
120- </li >
121- </ul >
122- </div >
123- </details >
124-
125-
126146## System requirements
127147
128148- Windows 10 / Server x64 (22H2 or later)
0 commit comments