diff --git a/AListSdkSharp/AListSdkSharp.csproj b/AListSdkSharp/AListSdkSharp.csproj
index 5f9dbbe..6b84d45 100644
--- a/AListSdkSharp/AListSdkSharp.csproj
+++ b/AListSdkSharp/AListSdkSharp.csproj
@@ -6,7 +6,7 @@
AList .Net Sdk
https://github.com/j4587698/AListSdkSharp
https://github.com/j4587698/AListSdkSharp
- 1.1.2
+ 1.1.3
diff --git a/AListSdkSharp/Vo/InfoOut.cs b/AListSdkSharp/Vo/InfoOut.cs
index 6dc3f3e..0866b4d 100644
--- a/AListSdkSharp/Vo/InfoOut.cs
+++ b/AListSdkSharp/Vo/InfoOut.cs
@@ -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; }
diff --git a/README.md b/README.md
index cdf7200..15ab794 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,9 @@
AListSdkSharp 是C#的AList SDK访问层,用于访问AList的API。
使用flurl作为http请求库。
+version 1.1.3:
+
+删除fs中Related字段,解决Related不为string的问题
version 1.1.2: