-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Top LICENSE file still applies. Will clean up files as needed. Started by cleaning up assemblyinfo files. Adding some additional information.
- Loading branch information
Showing
3 changed files
with
14 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,10 @@ | ||
' WinNUT-Client is a NUT windows client for monitoring your ups hooked up to your favorite linux server. | ||
' Copyright (C) 2019-2021 Gawindx (Decaux Nicolas) | ||
' | ||
' This program is free software: you can redistribute it and/or modify it under the terms of the | ||
' GNU General Public License as published by the Free Software Foundation, either version 3 of the | ||
' License, or any later version. | ||
' | ||
' This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY | ||
|
||
Imports System.Reflection | ||
Imports System.Resources | ||
Imports System.Reflection | ||
|
||
' Les informations générales relatives à un assembly dépendent de | ||
' l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations | ||
' associées à un assembly. | ||
|
||
' Vérifiez les valeurs des attributs de l'assembly | ||
|
||
<Assembly: AssemblyCompany("NUTDotNet")> | ||
<Assembly: AssemblyProduct("WinNUT Client")> | ||
<Assembly: AssemblyCopyright("NUTDotNet contributors © 2019-2024")> | ||
<Assembly: AssemblyTrademark("https://github.com/nutdotnet/WinNUT-Client")> | ||
|
||
' Les informations de version pour un assembly se composent des quatre valeurs suivantes : | ||
' | ||
' Version principale | ||
' Version secondaire | ||
' Numéro de build | ||
' Révision | ||
' | ||
' Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut | ||
' en utilisant '*', comme indiqué ci-dessous : | ||
' <Assembly: AssemblyVersion("1.0.*")> | ||
|
||
<Assembly: AssemblyVersion("2.3.*")> | ||
<Assembly: NeutralResourcesLanguage("en-US")> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,7 @@ | ||
Imports System.Resources | ||
' WinNUT-Client is a NUT windows client for monitoring your ups hooked up to your favorite linux server. | ||
' Copyright (C) 2019-2021 Gawindx (Decaux Nicolas) | ||
' | ||
' This program is free software: you can redistribute it and/or modify it under the terms of the | ||
' GNU General Public License as published by the Free Software Foundation, either version 3 of the | ||
' License, or any later version. | ||
' | ||
' This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY | ||
|
||
Imports System.Reflection | ||
Imports System.Reflection | ||
Imports System.Runtime.InteropServices | ||
|
||
' Les informations générales relatives à un assembly dépendent de | ||
' l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations | ||
' associées à un assembly. | ||
|
||
' Vérifiez les valeurs des attributs de l'assembly | ||
|
||
<Assembly: AssemblyTitle("WinNUT Client")> | ||
<Assembly: AssemblyDescription("")> | ||
|
||
<Assembly: AssemblyDescription("WinForms-based client for monitoring your Uninterruptible Power Supply (UPS) connected to a Network UPS Tools (NUT) server.")> | ||
<Assembly: ComVisible(False)> | ||
|
||
'Le GUID suivant est pour l'ID de la typelib si ce projet est exposé à COM | ||
<Assembly: Guid("00424259-e020-4e5c-a70a-5660aa21cb0b")> |