We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085ed52 commit 5af43e5Copy full SHA for 5af43e5
1 file changed
CompuMaster.Calendar/CompuMaster.Calendar.vbproj
@@ -7,7 +7,7 @@
7
<Product>CompuMaster.Calendar</Product>
8
<Copyright>2005-2025 CompuMaster GmbH</Copyright>
9
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
10
- <Version>2025.11.21.100</Version>
+ <Version>2025.12.29.0</Version>
11
<VBRuntime>Embed</VBRuntime>
12
<IsPackable>true</IsPackable>
13
</PropertyGroup>
@@ -89,7 +89,13 @@
89
<SubType>Code</SubType>
90
</Compile>
91
</ItemGroup>
92
- <ItemGroup>
+ <PropertyGroup>
93
+ <PackageReadmeFile>README.md</PackageReadmeFile>
94
+ </PropertyGroup>
95
+ <ItemGroup>
96
+ <None Include="../README.md" Pack="true" PackagePath="/"/>
97
+ </ItemGroup>
98
99
<None Include="..\logo_64x64.png">
100
<Pack>True</Pack>
101
<PackagePath></PackagePath>
0 commit comments