Skip to content

Commit

Permalink
Version auf 3.2024.10.12 aktualisiert, ReleaseNotes geändert
Browse files Browse the repository at this point in the history
Versionsnummern in AssemblyInfo.vb und source.extension.vsixmanifest
auf 3.2024.10.12 aktualisiert. ReleaseNotes.txt durch ReleaseNotes.html
ersetzt. Neue ReleaseNotes.html hinzugefügt. Verweise in
SchlumpfSoftControls.vbproj und source.extension.vsixmanifest
angepasst. Tag 'Label' in source.extension.vsixmanifest hinzugefügt.
  • Loading branch information
Hanibal1963 committed Oct 12, 2024
1 parent 667bed9 commit 3077784
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 13 deletions.
4 changes: 2 additions & 2 deletions SchlumpfSoftControls/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ 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.24.08")>
<Assembly: AssemblyFileVersion("1.2024.24.08")>
<Assembly: AssemblyVersion("3.2024.10.12")>
<Assembly: AssemblyFileVersion("3.2024.10.12")>
18 changes: 18 additions & 0 deletions SchlumpfSoftControls/ReleaseNotes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>

<html lang="de" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Versionshinweise</title>
</head>
<body>
<b>Versionshinweise</b>
<hr />
<p>
Hinweise zu den Versionen der einzelnen Controls sind unter
folgendem Link zu finden:<br />
<a href="https://github.com/Hanibal1963/SchlumpfSoftControls">https://github.com/Hanibal1963/SchlumpfSoftControls</a>
</p>

</body>
</html>
7 changes: 0 additions & 7 deletions SchlumpfSoftControls/ReleaseNotes.txt

This file was deleted.

2 changes: 1 addition & 1 deletion SchlumpfSoftControls/SchlumpfSoftControls.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ReleaseNotes.txt">
<Content Include="ReleaseNotes.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
Expand Down
6 changes: 3 additions & 3 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="2.2024.24.08" Language="de-DE" Publisher="Andreas Sauer" />
<Identity Id="SchlumpfSoftControls.67733eb9-8dac-495e-aaaf-c655d899bf18" Version="3.2024.10.12" 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.txt</License>
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
<ReleaseNotes>ReleaseNotes.html</ReleaseNotes>
<Icon>Papa Schlumpf 08.jpg</Icon>
<Tags>Windows Forms,Control,Animation,Drive,IniFile,Shape,SevenSegment,Transparent,Wizard,NotifyForm</Tags>
<Tags>Windows Forms,Control,Animation,Drive,IniFile,Shape,SevenSegment,Transparent,Wizard,NotifyForm,Label</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
Expand Down

0 comments on commit 3077784

Please sign in to comment.