Skip to content

Commit

Permalink
Updated version numbers, copyright to 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
msawyer91 committed Apr 2, 2022
1 parent 183bf9e commit f28ef74
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OpenHardwareMonitor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This Source Code Form is subject to the terms of the Mozilla Public
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Open Hardware Monitor")]
[assembly: AssemblyCopyright("Copyright © 2009-2021 Michael Möller et al")]
[assembly: AssemblyCopyright("Copyright © 2009-2022 Michael Möller et al")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: SupportedOSPlatform("windows")]
Expand Down
2 changes: 1 addition & 1 deletion OpenHardwareMonitorLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This Source Code Form is subject to the terms of the Mozilla Public
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Open Hardware Monitor")]
[assembly: AssemblyCopyright("Copyright © 2009-2021 Michael Möller et al")]
[assembly: AssemblyCopyright("Copyright © 2009-2022 Michael Möller et al")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: SupportedOSPlatform("windows")]
Expand Down
2 changes: 1 addition & 1 deletion OpenHardwareMonitorReport/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This Source Code Form is subject to the terms of the Mozilla Public
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Open Hardware Monitor")]
[assembly: AssemblyCopyright("Copyright © 2009-2018 Michael Möller and contributors")]
[assembly: AssemblyCopyright("Copyright © 2009-2022 Michael Möller and contributors")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ This Source Code Form is subject to the terms of the Mozilla Public

using System.Reflection;

[assembly: AssemblyVersion("0.10.1.2")]
[assembly: AssemblyInformationalVersion("0.10.1-alpha2")]
[assembly: AssemblyVersion("0.10.1.3")]
[assembly: AssemblyInformationalVersion("0.10.1-alpha3")]

0 comments on commit f28ef74

Please sign in to comment.