Skip to content

Commit

Permalink
Merge pull request #10 from j4587698/feat-license
Browse files Browse the repository at this point in the history
增加协议,添加readme
  • Loading branch information
j4587698 authored Oct 24, 2024
2 parents c005a12 + 0069614 commit eefb85f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions AListSdkSharp/AListSdkSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@
<Description>AList .Net Sdk</Description>
<PackageProjectUrl>https://github.com/j4587698/AListSdkSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/j4587698/AListSdkSharp</RepositoryUrl>
<Version>1.2.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>alist</PackageTags>
<Version>1.2.1</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Flurl.Http" Version="4.0.2" />
</ItemGroup>

<ItemGroup>
<None Include="../README.md">
<None Include="..\README.md">
<Pack>true</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ var d = await storage.Disable(token, 2); // 禁用指定id的存储
var c = await storage.Enable(token, 2); // 启用指定id的存储
```
## 开源协议

[![license](https://img.shields.io/github/license/j4587698/AListSdkSharp)](https://github.com/j4587698/AListSdkSharp/blob/master/LICENSE)

0 comments on commit eefb85f

Please sign in to comment.