Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
j4587698 committed Jun 28, 2024
1 parent cd4b976 commit 812fc19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AListSdkSharp/AListSdkSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>AList .Net Sdk</Description>
<PackageProjectUrl>https://github.com/j4587698/AListSdkSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/j4587698/AListSdkSharp</RepositoryUrl>
<Version>1.1.2</Version>
<Version>1.1.3</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions AListSdkSharp/Vo/InfoOut.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ public class InfoData

public string Readme { get; set; }

public string Related { get; set; }

public string Sign { get; set; }

public long Size { get; set; }
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

AListSdkSharp 是C#的AList SDK访问层,用于访问AList的API。
使用flurl作为http请求库。
version 1.1.3:

删除fs中Related字段,解决Related不为string的问题

version 1.1.2:

Expand Down

0 comments on commit 812fc19

Please sign in to comment.