Skip to content

Commit

Permalink
feat: Trying to add the README to Nuget. (#56)
Browse files Browse the repository at this point in the history
* feat: Trying to add the README to Nuget.

Signed-off-by: Tan <2912363476@qq.com>

* feat: Adjusting the code location.

Signed-off-by: Tan <2912363476@qq.com>

---------

Signed-off-by: Tan <2912363476@qq.com>
  • Loading branch information
Tanyuu authored Jul 25, 2023
1 parent 5eaf0a9 commit 7c4e066
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Casdoor.AspNetCore/Casdoor.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<PropertyGroup>
<PackageId>Casdoor.AspNetCore</PackageId>
<PackageIcon>casdoor.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Description>The Casdoor's SDK for .NET, which will allow you to easily connect your application to the Casdoor authentication system without having to implement it from scratch.</Description>
<Authors>Casdoor</Authors>
<Product>Casdoor</Product>
Expand All @@ -35,6 +36,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="" />
<None Include="../../assets/casdoor.png" Pack="true" Visible="false" PackagePath="" />
<None Remove="Casdoor.AspNetCore.csproj.DotSettings" />
<PackageReference Include="Microsoft.SourceLink.Github" Version="1.1.1" PrivateAssets="All" />
Expand Down
2 changes: 2 additions & 0 deletions src/Casdoor.Client/Casdoor.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<PropertyGroup>
<PackageId>Casdoor.Client</PackageId>
<PackageIcon>casdoor.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Description>The Casdoor's SDK for .NET, which will allow you to easily connect your application to the Casdoor authentication system without having to implement it from scratch.</Description>
<Authors>Casdoor</Authors>
<Product>Casdoor</Product>
Expand All @@ -38,6 +39,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="" />
<None Include="../../assets/casdoor.png" Pack="true" Visible="false" PackagePath="" />
<None Remove="Casdoor.Client.csproj.DotSettings" />
<PackageReference Include="Microsoft.SourceLink.Github" Version="1.1.1" PrivateAssets="All" />
Expand Down

0 comments on commit 7c4e066

Please sign in to comment.