add version 0.17.16.23
parent
fdd14db53d
commit
77c56f003a
|
@ -6,8 +6,8 @@
|
|||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<InvariantGlobalization>true</InvariantGlobalization>
|
||||
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
||||
<AssemblyVersion>0.10.16.23</AssemblyVersion>
|
||||
<FileVersion>0.10.16.23</FileVersion>
|
||||
<AssemblyVersion>0.17.16.23</AssemblyVersion>
|
||||
<FileVersion>0.17.16.23</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -268,7 +268,7 @@ public class UserService : IUserService
|
|||
|
||||
currentVersion.IsNewVersion = true;
|
||||
user.LatestVersionUsed = currentVersion.VersionNumber;
|
||||
//await _userManager.UpdateAsync(user);
|
||||
await _userManager.UpdateAsync(user);
|
||||
|
||||
return currentVersion;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue