Packages update

This commit is contained in:
JustArchi
2018-07-04 20:39:41 +02:00
parent e48d830dda
commit a3082df1f0
2 changed files with 1 additions and 5 deletions

View File

@@ -38,7 +38,7 @@
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="1.0.1" />
<PackageReference Include="HtmlAgilityPack" Version="1.8.4" />
<PackageReference Include="Humanizer" Version="2.3.3" />
<PackageReference Include="Humanizer" Version="2.4.2" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="NLog" Version="4.5.6" />
<PackageReference Include="SteamKit2" Version="2.1.0" />

View File

@@ -280,10 +280,6 @@ StackTrace:
<value>Received unknown value for {0}, please report this: {1}</value>
<comment>{0} will be replaced by object's name, {1} will be replaced by value for that object</comment>
</data>
<data name="WarningTooManyGamesToPlay" xml:space="preserve">
<value>Playing more than {0} games concurrently is not possible, only first {0} entries from {1} will be used!</value>
<comment>{0} will be replaced by max number of games, {1} will be replaced by name of the configuration property</comment>
</data>
<data name="IPCReady" xml:space="preserve">
<value>IPC server ready!</value>
</data>