chore: rename library name.

oneRain 2020-12-14 11:07:11 +08:00
parent 64f02eca54
commit 0f065126fc
5 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>0.4.2</ReleaseVersion>
<AssemblyName>Common</AssemblyName>
</PropertyGroup>
<ItemGroup>

View File

@ -4,6 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<ReleaseVersion>0.4.2</ReleaseVersion>
<AssemblyName>LiveQuery</AssemblyName>
</PropertyGroup>
<ItemGroup>

View File

@ -4,6 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>0.4.2</ReleaseVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AssemblyName>Realtime</AssemblyName>
</PropertyGroup>
<ItemGroup>

View File

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>0.4.2</ReleaseVersion>
<AssemblyName>Storage</AssemblyName>
</PropertyGroup>
<ItemGroup>

View File

@ -430,7 +430,7 @@ namespace LeanCloud.Storage {
/// </summary>
/// <param name="email"></param>
/// <returns></returns>
public static async Task RequestPasswordRestBySmsCode(string mobile) {
public static async Task RequestPasswordResetBySmsCode(string mobile) {
if (string.IsNullOrEmpty(mobile)) {
throw new ArgumentNullException(nameof(mobile));
}