From 42a11367ec906a1c46ff5f6c00a4f1bd7508cdbb Mon Sep 17 00:00:00 2001 From: Andreas Sauer <18749753+Hanibal1963@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:01:28 +0100 Subject: [PATCH] =?UTF-8?q?Versionen=20aktualisiert=20und=20ColorProgressB?= =?UTF-8?q?ar=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Assembly-Version und Dateiversion in `AssemblyInfo.vb` von `1.2024.12.01` auf `1.2024.12.06` aktualisiert. - Abschnitte "Ereignisse" in `ColorProgressBarControl.md` entfernt. - Neuer Eintrag in `ReleaseNotes.txt` für Version `3.2024.12.06` hinzugefügt, der ein neues Control `ColorProgressBar` und Fehlerbereinigungen beschreibt. - Versionsnummer der Erweiterung in `source.extension.vsixmanifest` von `3.2024.12.01` auf `3.2024.12.06` aktualisiert. - Tags `ProgressBar` und `Color` in `source.extension.vsixmanifest` hinzugefügt. - Neuer Asset-Eintrag für das `ColorProgressBarControl` in `source.extension.vsixmanifest` hinzugefügt. --- ColorProgressBarControl/My Project/AssemblyInfo.vb | 4 ++-- Docs/ColorProgressBarControl.md | 6 ------ SchlumpfSoftControls/ReleaseNotes.txt | 4 ++++ SchlumpfSoftControls/source.extension.vsixmanifest | 5 +++-- TestApp/My Project/AssemblyInfo.vb | 4 ++-- 5 files changed, 11 insertions(+), 12 deletions(-) diff --git a/ColorProgressBarControl/My Project/AssemblyInfo.vb b/ColorProgressBarControl/My Project/AssemblyInfo.vb index abf4bdb..b8f9655 100644 --- a/ColorProgressBarControl/My Project/AssemblyInfo.vb +++ b/ColorProgressBarControl/My Project/AssemblyInfo.vb @@ -37,6 +37,6 @@ Imports Microsoft.VisualBasic ' You can specify all the values or you can default the Build and Revision Numbers ' by using the '*' as shown below: ' [assembly: AssemblyVersion("1.0.*")] - - + + \ No newline at end of file diff --git a/Docs/ColorProgressBarControl.md b/Docs/ColorProgressBarControl.md index bfc0232..565f233 100644 --- a/Docs/ColorProgressBarControl.md +++ b/Docs/ColorProgressBarControl.md @@ -30,10 +30,4 @@ Da die Donwnloads auf der Seite nicht mehr zu funktionieren scheinen und die Bes - **ShowBorder** - Gibt an, ob der Rahmen auf der Fortschrittsanzeige aktiviert ist. - **IsGlossy** - Gibt an, ob der Glanz auf der Fortschrittsleiste angezeigt wird. - - -
- Ereignisse - -
diff --git a/SchlumpfSoftControls/ReleaseNotes.txt b/SchlumpfSoftControls/ReleaseNotes.txt index 85415c9..cf95171 100644 --- a/SchlumpfSoftControls/ReleaseNotes.txt +++ b/SchlumpfSoftControls/ReleaseNotes.txt @@ -1,6 +1,10 @@ Versionsverlauf =============== +Version 3.2024.12.06 - Datum: 06.12.2024 +- neues Control *ColorProgressBar* hinzugefuegt +- Fehlerbereinigung + Version 3.2024.12.01 - Datum: 01.12.2024 - interne Funktion zum aktualisieren der Laufwerke hinzugefügt diff --git a/SchlumpfSoftControls/source.extension.vsixmanifest b/SchlumpfSoftControls/source.extension.vsixmanifest index 28541da..68608c4 100644 --- a/SchlumpfSoftControls/source.extension.vsixmanifest +++ b/SchlumpfSoftControls/source.extension.vsixmanifest @@ -1,14 +1,14 @@ - + SchlumpfSoftControls Eine Sammlung verschiedener Controls. https://github.com/Hanibal1963/SchlumpfSoftControls LICENSE.rtf ReleaseNotes.txt Papa Schlumpf 08.jpg - Windows Forms,Control,Animation,Drive,IniFile,Shape,SevenSegment,Transparent,Wizard,NotifyForm,Label,Explorer,TreeView + Windows Forms,Control,Animation,Drive,IniFile,Shape,SevenSegment,Transparent,Wizard,NotifyForm,Label,Explorer,TreeView,ProgressBar,Color @@ -37,5 +37,6 @@ + diff --git a/TestApp/My Project/AssemblyInfo.vb b/TestApp/My Project/AssemblyInfo.vb index 8e28261..68c24bc 100644 --- a/TestApp/My Project/AssemblyInfo.vb +++ b/TestApp/My Project/AssemblyInfo.vb @@ -32,8 +32,8 @@ Imports System.Runtime.InteropServices ' indem Sie "*" wie unten gezeigt eingeben: ' - - + + \ No newline at end of file