Skip to content

Commit 4c2b1de

Browse files
committed
Update CompuMaster.Console.vbproj
1 parent 2a1947e commit 4c2b1de

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

Console/CompuMaster.Console.vbproj

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<Description>Adds additional logging capabilities to the System.Console</Description>
66
<Company>CompuMaster GmbH</Company>
77
<Product>CompuMaster.Console</Product>
8-
<Copyright>2016-2017,2019,2021,2022,2024 CompuMaster GmbH</Copyright>
8+
<Copyright>2016-2017,2019,2021,2022,2024,2025 CompuMaster GmbH</Copyright>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
10-
<Version>2025.11.25.0</Version>
10+
<Version>2025.12.29.0</Version>
1111
<VBRuntime>Embed</VBRuntime>
1212
<IsPackable>true</IsPackable>
1313
<Configurations>Debug;Release;CI_CD</Configurations>
@@ -68,7 +68,14 @@
6868
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' Or '$(TargetFramework)' == 'net45'">
6969
<Reference Include="System" />
7070
</ItemGroup>
71-
<ItemGroup>
71+
72+
<PropertyGroup>
73+
<PackageReadmeFile>README.md</PackageReadmeFile>
74+
</PropertyGroup>
75+
<ItemGroup>
76+
<None Include="../README.md" Pack="true" PackagePath="/"/>
77+
</ItemGroup>
78+
<ItemGroup>
7279
<None Include="..\logo_64x64.png">
7380
<Pack>True</Pack>
7481
<PackagePath></PackagePath>

0 commit comments

Comments
 (0)