add: package README

Publish packages to nuget.org.
This commit is contained in:
2024-03-03 23:49:02 +08:00
parent 5d9ada9939
commit 257f5d94ee
4 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
# YaeBlog.Theme.FluentUI
A fluent design style theme for YaeBlog!

View File

@@ -11,6 +11,8 @@
<Version>0.1.1</Version>
<Authors>Ricardo Ren</Authors>
<Company>Ricardo Ren</Company>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
@@ -26,8 +28,9 @@
</ItemGroup>
<ItemGroup>
<Content Remove="**/.gitattributes"></Content>
<None Remove="**/.gitattributes"></None>
<Content Remove="**/.gitattributes"/>
<None Remove="**/.gitattributes"/>
<None Include="README.md" Pack="true" PackagePath="/"/>
</ItemGroup>
</Project>
</Project>