add: package README
Publish packages to nuget.org.
This commit is contained in:
parent
5d9ada9939
commit
257f5d94ee
5
YaeBlog.Core/README.md
Normal file
5
YaeBlog.Core/README.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# YaeBlog.Core
|
||||||
|
|
||||||
|
A blog generation totally based on Blazor.
|
||||||
|
|
||||||
|
You can using this to create your blog all in .NET stack!
|
|
@ -11,6 +11,8 @@
|
||||||
<Version>0.1.0</Version>
|
<Version>0.1.0</Version>
|
||||||
<Authors>Ricardo Ren</Authors>
|
<Authors>Ricardo Ren</Authors>
|
||||||
<Company>Ricardo Ren</Company>
|
<Company>Ricardo Ren</Company>
|
||||||
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
||||||
|
@ -33,6 +35,7 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="../.gitignore" />
|
<None Include="../.gitignore" />
|
||||||
<None Include="../.editorconfig" />
|
<None Include="../.editorconfig" />
|
||||||
|
<None Include="./README.md" Pack="true" PackagePath="/"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
3
YaeBlog.Theme.FluentUI/README.md
Normal file
3
YaeBlog.Theme.FluentUI/README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# YaeBlog.Theme.FluentUI
|
||||||
|
|
||||||
|
A fluent design style theme for YaeBlog!
|
|
@ -11,6 +11,8 @@
|
||||||
<Version>0.1.1</Version>
|
<Version>0.1.1</Version>
|
||||||
<Authors>Ricardo Ren</Authors>
|
<Authors>Ricardo Ren</Authors>
|
||||||
<Company>Ricardo Ren</Company>
|
<Company>Ricardo Ren</Company>
|
||||||
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
||||||
|
@ -26,8 +28,9 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Remove="**/.gitattributes"></Content>
|
<Content Remove="**/.gitattributes"/>
|
||||||
<None Remove="**/.gitattributes"></None>
|
<None Remove="**/.gitattributes"/>
|
||||||
|
<None Include="README.md" Pack="true" PackagePath="/"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue
Block a user