Skip to content

Commit 601fd23

Browse files
committed
Update slogan
1 parent 2aa8aca commit 601fd23

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

Chocolatey/networkmanager.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<bugTrackerUrl>https://github.com/BornToBeRoot/NETworkManager/issues</bugTrackerUrl>
1818
<releaseNotes>https://borntoberoot.net/NETworkManager/docs/changelog/2026-2-22-0</releaseNotes>
1919
<tags>wifi ipscanner portscanner traceroute pingmonitor dns remotedesktop putty lldp</tags>
20-
<summary>A powerful tool for managing networks and troubleshooting network problems!</summary>
20+
<summary>A powerful open-source tool for managing networks and troubleshooting network problems!</summary>
2121
<description>
22-
A powerful tool for managing networks and troubleshooting network problems!
22+
A powerful open-source tool for managing networks and troubleshooting network problems!
2323

2424
More infos: https://borntoberoot.net/NETworkManager/
2525
</description>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img alt="NETworkManager Logo" src="https://github.com/BornToBeRoot/NETworkManager/blob/main/Images/NETworkManager_128x128.png?raw=true" width="128" />
33
<h1>NETworkManager</h1>
44
<p>
5-
<b>A powerful tool for managing networks and troubleshooting network problems!</b>
5+
<b>A powerful open-source tool for managing networks and troubleshooting network problems!</b>
66
</p>
77
<p>
88
Streamline and simplify your network administration and troubleshooting with <strong>NETworkManager</strong>. Connect, monitor, and troubleshoot your network and server infrastructure using built-in tools like Remote Desktop (RDP), PuTTY (SSH, Serial, etc.), PowerShell (WSL, K9s, etc.) and TigerVNC (VNC). Perform in-depth network diagnostics with features including WiFi Analyzer, IP Scanner, Port Scanner, Ping Monitor, Traceroute, DNS Lookup, LLDP/CDP Capture, and <a href="https://borntoberoot.net/NETworkManager/docs/introduction">many more</a> — all in a clean, unified interface.

Source/NETworkManager.Localization/Resources/Strings.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/NETworkManager.Localization/Resources/Strings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
<value>Show the following application on startup:</value>
572572
</data>
573573
<data name="Slogan" xml:space="preserve">
574-
<value>A powerful tool for managing networks and troubleshooting network problems!</value>
574+
<value>A powerful open-source tool for managing networks and troubleshooting network problems!</value>
575575
</data>
576576
<data name="Speed" xml:space="preserve">
577577
<value>Speed</value>

Source/NETworkManager.Setup/Components.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Directory="ProgramMenuFolder"
1818
Advertise="true"
1919
Icon="icon.ico"
20-
Description="A powerful tool for managing networks and troubleshooting network problems!"/>
20+
Description="A powerful open-source tool for managing networks and troubleshooting network problems!"/>
2121
</File>
2222
</Component>
2323

@@ -28,7 +28,7 @@
2828
Directory="DesktopFolder"
2929
Target="[#NETworkManagerExecutable]"
3030
Icon="icon.ico"
31-
Description="A powerful tool for managing networks and troubleshooting network problems!"/>
31+
Description="A powerful open-source tool for managing networks and troubleshooting network problems!"/>
3232
</Component>
3333
</ComponentGroup>
3434
</Fragment>

Source/NETworkManager/NETworkManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageLicenseFile>NETworkManager.txt</PackageLicenseFile>
2323
<PackageIcon>NETworkManager.ico</PackageIcon>
2424
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
25-
<Description>A powerful tool for managing networks and troubleshooting network problems!</Description>
25+
<Description>A powerful open-source tool for managing networks and troubleshooting network problems!</Description>
2626
</PropertyGroup>
2727
<PropertyGroup>
2828
<BeautySharedRuntimeMode>False</BeautySharedRuntimeMode>

Source/NETworkManager/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Windows;
44

55
[assembly: AssemblyTitle("NETworkManager")]
6-
[assembly: AssemblyDescription("A powerful tool for managing networks and troubleshooting network problems!")]
6+
[assembly: AssemblyDescription("A powerful open-source tool for managing networks and troubleshooting network problems!")]
77
[assembly: AssemblyProduct("NETworkManager")]
88
[assembly: ComVisible(false)]
99
[assembly: ThemeInfo(

Website/docs/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords: [NETworkManager, network management, network tools, open source, Windo
66

77
# Introduction
88

9-
NETworkManager is a powerful tool for managing networks and troubleshoot network problems!
9+
NETworkManager is A powerful open-source tool for managing networks and troubleshoot network problems!
1010

1111
![NETworkManager Preview](https://github.com/BornToBeRoot/NETworkManager/raw/main/Website/static/img/preview-features.gif?raw=true)
1212

Website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { themes as prismThemes } from "prism-react-renderer";
1010
const config = {
1111
title: "NETworkManager",
1212
tagline:
13-
"A powerful tool for managing networks and troubleshooting network problems!",
13+
"A powerful open-source tool for managing networks and troubleshooting network problems!",
1414
favicon: "img/favicon.ico",
1515

1616
url: "https://borntoberoot.net",

Website/src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function HomepageHeader() {
4747
<b>NETworkManager</b>
4848
</p>
4949
<p className={styles.heroProjectTagline}>
50-
A powerful tool for <b>managing</b> networks and{" "}
50+
A powerful open-source tool for <b>managing</b> networks and{" "}
5151
<b>troubleshooting</b> network problems!
5252
</p>
5353
</span>
@@ -219,7 +219,7 @@ export default function Home() {
219219
return (
220220
<Layout
221221
title="Free Open-Source Network Management Tool for Windows"
222-
description="NETworkManager is a free, open-source tool for managing networks and troubleshooting network problems on Windows. Features IP Scanner, Port Scanner, Ping Monitor, Traceroute, DNS Lookup, Remote Desktop, PowerShell, PuTTY (SSH), WiFi Analyzer, Subnet Calculator, and 20+ more built-in network tools."
222+
description="NETworkManager - A powerful open-source tool for managing networks and troubleshooting network problems. 25+ built-in network tools for daily use."
223223
>
224224
<HomepageHeader />
225225
<main>

0 commit comments

Comments
 (0)