fix: 修复命名错误
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Yi.Abp.Tool.Domain
|
|||||||
HtmlWeb web = new HtmlWeb();
|
HtmlWeb web = new HtmlWeb();
|
||||||
this.HtmlDoc = web.Load(NugetVersionUrl);
|
this.HtmlDoc = web.Load(NugetVersionUrl);
|
||||||
nugetResult.Versions = GetVersionList();
|
nugetResult.Versions = GetVersionList();
|
||||||
nugetResult.DownloadNumberNumber = GetDownloadNumber();
|
nugetResult.DownloadNumber = GetDownloadNumber();
|
||||||
|
|
||||||
return nugetResult;
|
return nugetResult;
|
||||||
}
|
}
|
||||||
@@ -79,7 +79,7 @@ namespace Yi.Abp.Tool.Domain
|
|||||||
|
|
||||||
public class NugetResult
|
public class NugetResult
|
||||||
{
|
{
|
||||||
public long DownloadNumberNumber { get; set; }
|
public long DownloadNumber { get; set; }
|
||||||
public List<string> Versions { get; set; }
|
public List<string> Versions { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user