Skip to content

Commit

Permalink
Versionen aktualisiert und ColorProgressBar hinzugefügt
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
Hanibal1963 committed Dec 6, 2024
1 parent f63018e commit 42a1136
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions ColorProgressBarControl/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -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.*")]
<Assembly: AssemblyVersion("1.2024.12.01")>
<Assembly: AssemblyFileVersion("1.2024.12.01")>
<Assembly: AssemblyVersion("1.2024.12.06")>
<Assembly: AssemblyFileVersion("1.2024.12.06")>
<Assembly: NeutralResourcesLanguage("de-DE")>
6 changes: 0 additions & 6 deletions Docs/ColorProgressBarControl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

</details>

<details>
<summary> Ereignisse </summary>


</details>
4 changes: 4 additions & 0 deletions SchlumpfSoftControls/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 3 additions & 2 deletions SchlumpfSoftControls/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="SchlumpfSoftControls.67733eb9-8dac-495e-aaaf-c655d899bf18" Version="3.2024.12.01" Language="de-DE" Publisher="Andreas Sauer" />
<Identity Id="SchlumpfSoftControls.67733eb9-8dac-495e-aaaf-c655d899bf18" Version="3.2024.12.06" Language="de-DE" Publisher="Andreas Sauer" />
<DisplayName>SchlumpfSoftControls</DisplayName>
<Description xml:space="preserve">Eine Sammlung verschiedener Controls.</Description>
<MoreInfo>https://github.com/Hanibal1963/SchlumpfSoftControls</MoreInfo>
<License>LICENSE.rtf</License>
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
<Icon>Papa Schlumpf 08.jpg</Icon>
<Tags>Windows Forms,Control,Animation,Drive,IniFile,Shape,SevenSegment,Transparent,Wizard,NotifyForm,Label,Explorer,TreeView</Tags>
<Tags>Windows Forms,Control,Animation,Drive,IniFile,Shape,SevenSegment,Transparent,Wizard,NotifyForm,Label,Explorer,TreeView,ProgressBar,Color</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
Expand Down Expand Up @@ -37,5 +37,6 @@
<Asset Type="Microsoft.VisualStudio.ToolboxControl" d:Source="Project" d:ProjectName="TransparentLabelControl" Path="|TransparentLabelControl;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.ToolboxControl" d:Source="Project" d:ProjectName="WizardControl" Path="|WizardControl;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.ToolboxControl" d:Source="Project" d:ProjectName="ExplorerTreeViewControl" Path="|ExplorerTreeViewControl;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.ToolboxControl" d:Source="Project" d:ProjectName="ColorProgressBarControl" Path="|ColorProgressBarControl;PkgdefProjectOutputGroup|" />
</Assets>
</PackageManifest>
4 changes: 2 additions & 2 deletions TestApp/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Imports System.Runtime.InteropServices
' indem Sie "*" wie unten gezeigt eingeben:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.2024.12.01")>
<Assembly: AssemblyFileVersion("1.2024.12.01")>
<Assembly: AssemblyVersion("1.2024.12.06")>
<Assembly: AssemblyFileVersion("1.2024.12.06")>
<Assembly: NeutralResourcesLanguage("de-DE")>

<assembly: AssemblyInformationalVersion("0.2024.11.30")>

0 comments on commit 42a1136

Please sign in to comment.