Skip to content

Commit 5af43e5

Browse files
committed
added readme into nuget package
1 parent 085ed52 commit 5af43e5

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

CompuMaster.Calendar/CompuMaster.Calendar.vbproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Product>CompuMaster.Calendar</Product>
88
<Copyright>2005-2025 CompuMaster GmbH</Copyright>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
10-
<Version>2025.11.21.100</Version>
10+
<Version>2025.12.29.0</Version>
1111
<VBRuntime>Embed</VBRuntime>
1212
<IsPackable>true</IsPackable>
1313
</PropertyGroup>
@@ -89,7 +89,13 @@
8989
<SubType>Code</SubType>
9090
</Compile>
9191
</ItemGroup>
92-
<ItemGroup>
92+
<PropertyGroup>
93+
<PackageReadmeFile>README.md</PackageReadmeFile>
94+
</PropertyGroup>
95+
<ItemGroup>
96+
<None Include="../README.md" Pack="true" PackagePath="/"/>
97+
</ItemGroup>
98+
<ItemGroup>
9399
<None Include="..\logo_64x64.png">
94100
<Pack>True</Pack>
95101
<PackagePath></PackagePath>

0 commit comments

Comments
 (0)