Skip to content

Commit 0cf0bbf

Browse files
committed
build: add link to readme.md for pack
1 parent bd9383c commit 0cf0bbf

File tree

5 files changed

+23
-7
lines changed

5 files changed

+23
-7
lines changed

src/Atc.Wpf.Controls.Sample/Atc.Wpf.Controls.Sample.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
<PackageTags>wpf;controls;sample</PackageTags>
99
<Description>A base library for building Sample WPF application.</Description>
1010
<PackageReadmeFile>README.md</PackageReadmeFile>
11-
</PropertyGroup>
12-
13-
<PropertyGroup>
1411
<NoWarn>$(NoWarn);CS0169;CS0649;CS8618;CA1823</NoWarn>
1512
</PropertyGroup>
1613

14+
<ItemGroup>
15+
<None Include="..\..\README.md" Link="README.md" Pack="true" PackagePath="\" />
16+
</ItemGroup>
17+
1718
<ItemGroup>
1819
<PackageReference Include="Atc" Version="2.0.552" />
1920
<PackageReference Include="MdXaml" Version="1.27.0" />

src/Atc.Wpf.Controls/Atc.Wpf.Controls.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@
88
<PackageTags>wpf;controls</PackageTags>
99
<Description>A base library for building WPF application.</Description>
1010
<PackageReadmeFile>README.md</PackageReadmeFile>
11+
<NoWarn>$(NoWarn);CS0169;CS0649;CS8618;CA1823</NoWarn>
1112
</PropertyGroup>
1213

14+
<ItemGroup>
15+
<None Include="..\..\README.md" Link="README.md" Pack="true" PackagePath="\" />
16+
</ItemGroup>
17+
1318
<ItemGroup>
1419
<None Remove="Resources\collapse.svg" />
1520
<None Remove="Resources\expand.svg" />

src/Atc.Wpf.FontIcons/Atc.Wpf.FontIcons.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@
88
<PackageTags>wpf;controls.font,icons</PackageTags>
99
<Description>A base library for building WPF application.</Description>
1010
<PackageReadmeFile>README.md</PackageReadmeFile>
11+
<NoWarn>$(NoWarn);CS0169;CS0649;CS8618;CA1823</NoWarn>
1112
</PropertyGroup>
1213

14+
<ItemGroup>
15+
<None Include="..\..\README.md" Link="README.md" Pack="true" PackagePath="\" />
16+
</ItemGroup>
17+
1318
<ItemGroup>
1419
<None Remove="Resources\fonts\fa-brands-400.ttf" />
1520
<None Remove="Resources\fonts\fa-regular-400.ttf" />

src/Atc.Wpf.Theming/Atc.Wpf.Theming.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@
88
<PackageTags>wpf;theming</PackageTags>
99
<Description>A base library for building WPF application with theming.</Description>
1010
<PackageReadmeFile>README.md</PackageReadmeFile>
11-
<NoWarn>$(NoWarn);SYSLIB0051</NoWarn>
11+
<NoWarn>$(NoWarn);SYSLIB0051;CS0169;CS0649;CS8618;CA1823</NoWarn>
1212
</PropertyGroup>
1313

14+
<ItemGroup>
15+
<None Include="..\..\README.md" Link="README.md" Pack="true" PackagePath="\" />
16+
</ItemGroup>
17+
1418
<ItemGroup>
1519
<None Remove="**\*.png;**\*.jpg;**\*.ico;**\*.ttf" />
1620
<Resource Include="**\*.png;**\*.jpg;**\*.ico;**\*.ttf" />

src/Atc.Wpf/Atc.Wpf.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
<PackageTags>wpf;mvvm,relaycommand</PackageTags>
99
<Description>A base library for building WPF application with the MVVM design pattern.</Description>
1010
<PackageReadmeFile>README.md</PackageReadmeFile>
11-
</PropertyGroup>
12-
13-
<PropertyGroup>
1411
<NoWarn>$(NoWarn);CS0169;CS0649;CS8618;CA1823</NoWarn>
1512
</PropertyGroup>
1613

14+
<ItemGroup>
15+
<None Include="..\..\README.md" Link="README.md" Pack="true" PackagePath="\" />
16+
</ItemGroup>
17+
1718
<ItemGroup>
1819
<None Remove="Media\ShaderEffects\Shaders\ContrastAdjust.ps" />
1920
<None Remove="Media\ShaderEffects\Shaders\Desaturate.ps" />

0 commit comments

Comments
 (0)