Skip to content

Commit 6a99076

Browse files
committed
change Company
1 parent 32be9c2 commit 6a99076

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

OpenHardwareMonitor/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[assembly: AssemblyTitle("Open Hardware Monitor")]
55
[assembly: AssemblyDescription("")]
66
[assembly: AssemblyConfiguration("")]
7-
[assembly: AssemblyCompany("NewOpenHardwareMonitor")]
7+
[assembly: AssemblyCompany("HardwareMonitor")]
88
[assembly: AssemblyProduct("OpenHardwareMonitor")]
99
[assembly: AssemblyCopyright("Copyright © 2022 Sergiy Egoshyn")]
1010
[assembly: AssemblyVersion("2025.2.*")]

OpenHardwareMonitorLib/OpenHardwareMonitorLib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<LangVersion>latest</LangVersion>
1010
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
1111
<AssemblyTitle>Open Hardware Monitor Lib</AssemblyTitle>
12-
<AssemblyCompany>NewOpenHardwareMonitor</AssemblyCompany>
12+
<AssemblyCompany>HardwareMonitor</AssemblyCompany>
1313
<AssemblyProduct>OpenHardwareMonitor</AssemblyProduct>
1414
<AssemblyCopyright>Copyright © 2022 Sergiy Egoshyn</AssemblyCopyright>
1515
<AssemblyVersion>1.0.9332</AssemblyVersion>

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Open hardware monitor
2-
[![Release](https://img.shields.io/github/v/release/NewOpenHardwareMonitor/openhardwaremonitor)](https://github.com/NewOpenHardwareMonitor/openhardwaremonitor/releases/latest)
3-
![Downloads](https://img.shields.io/github/downloads/NewOpenHardwareMonitor/openhardwaremonitor/total?color=ff4f42)
4-
![Last commit](https://img.shields.io/github/last-commit/NewOpenHardwareMonitor/openhardwaremonitor?color=00AD00)
2+
[![Release](https://img.shields.io/github/v/release/HardwareMonitor/openhardwaremonitor)](https://github.com/HardwareMonitor/openhardwaremonitor/releases/latest)
3+
![Downloads](https://img.shields.io/github/downloads/HardwareMonitor/openhardwaremonitor/total?color=ff4f42)
4+
![Last commit](https://img.shields.io/github/last-commit/HardwareMonitor/openhardwaremonitor?color=00AD00)
55

66
[![Nuget](https://img.shields.io/nuget/v/OpenHardwareMonitorLib)](https://www.nuget.org/packages/OpenHardwareMonitorLib/)
77
[![Nuget](https://img.shields.io/nuget/dt/OpenHardwareMonitorLib?label=nuget-downloads)](https://www.nuget.org/packages/OpenHardwareMonitorLib/)
@@ -30,25 +30,25 @@ You can see information about devices such as:
3030
- `Hide/Unhide` sensors to remove some data from UI and web server.
3131
- Multiple `Tray icons` and `Gadget` for selected sensor values.
3232
- `Light`/`Dark` themes with auto switching mode.
33-
- Custom `color-themes` from external files - You can find examples [here](https://github.com/NewOpenHardwareMonitor/openhardwaremonitor/tree/dev/OpenHardwareMonitor/Resources/themes)
33+
- Custom `color-themes` from external files - You can find examples [here](https://github.com/HardwareMonitor/openhardwaremonitor/tree/dev/OpenHardwareMonitor/Resources/themes)
3434
- `Portable` mode for storing temporary driver file and settings configuration next to the executable file.
3535
- `Updated versions check` - manually from main menu.
3636

3737
Note: Some sensors are only available when running the application as administrator.
3838

3939
### UI example with `Light`/`Dark` themes
4040

41-
[<img src="https://github.com/NewOpenHardwareMonitor/openhardwaremonitor/raw/master/themes.png" alt="Themes" width="300"/>](https://github.com/NewOpenHardwareMonitor/openhardwaremonitor/raw/master/themes.png)
41+
[<img src="https://github.com/HardwareMonitor/openhardwaremonitor/raw/master/themes.png" alt="Themes" width="300"/>](https://github.com/HardwareMonitor/openhardwaremonitor/raw/master/themes.png)
4242

4343
## Download
4444

45-
The published version can be obtained from [releases](https://github.com/NewOpenHardwareMonitor/openhardwaremonitor/releases).
45+
The published version can be obtained from [releases](https://github.com/HardwareMonitor/openhardwaremonitor/releases).
4646

4747

4848
## Developer information
4949
**Integrate the library in own application**
5050
1. Add the [OpenHardwareMonitorLib](https://www.nuget.org/packages/OpenHardwareMonitorLib/) NuGet package to your application.
51-
2. Use the sample code below or the test console application from [here](https://github.com/NewOpenHardwareMonitor/openhardwaremonitor/tree/dev/LibTest)
51+
2. Use the sample code below or the test console application from [here](https://github.com/HardwareMonitor/openhardwaremonitor/tree/dev/LibTest)
5252

5353

5454
**Sample code**
@@ -97,9 +97,9 @@ You can check if it works properly on your motherboard. For many manufacturers,
9797

9898
Also, don't forget to star the repository to help other people find it.
9999

100-
<!-- [![Star History Chart](https://api.star-history.com/svg?repos=NewOpenHardwareMonitor/openhardwaremonitor&type=Date)](https://star-history.com/#NewOpenHardwareMonitor/openhardwaremonitor&Date) -->
100+
<!-- [![Star History Chart](https://api.star-history.com/svg?repos=HardwareMonitor/openhardwaremonitor&type=Date)](https://star-history.com/#HardwareMonitor/openhardwaremonitor&Date) -->
101101

102-
<!-- [![Stargazers repo roster for @NewOpenHardwareMonitor/openhardwaremonitor](https://reporoster.com/stars/NewOpenHardwareMonitor/openhardwaremonitor)](https://github.com/NewOpenHardwareMonitor/openhardwaremonitor/stargazers) -->
102+
<!-- [![Stargazers repo roster for @HardwareMonitor/openhardwaremonitor](https://reporoster.com/stars/HardwareMonitor/openhardwaremonitor)](https://github.com/HardwareMonitor/openhardwaremonitor/stargazers) -->
103103

104104
## Donate!
105105
Every [cup of coffee](https://patreon.com/SergiyE) you donate will help this app become better and let me know that this project is in demand.

0 commit comments

Comments
 (0)