NuGet update

This commit is contained in:
Jaex 2020-02-15 09:45:14 +03:00
parent 18c804f469
commit a84f9b80b0
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ public List<HistoryItem> GetHistoryItems()
{
DebugHelper.WriteException(e);
MessageBox.Show(string.Format(Resources.ErrorOccuredWhileReadingHistoryFile + " {0}", FilePath) + "\r\n\r\n" + e,
MessageBox.Show(Resources.ErrorOccuredWhileReadingHistoryFile + " " + FilePath + "\r\n\r\n" + e,
"ShareX - " + Resources.HistoryManager_GetHistoryItems_Error, MessageBoxButtons.OK, MessageBoxIcon.Error);
}

View file

@ -978,7 +978,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="FluentFTP">
<Version>30.0.0</Version>
<Version>31.0.0</Version>
</PackageReference>
<PackageReference Include="MegaApiClient">
<Version>1.7.1</Version>