Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Bump newtonsoft.json
  • Loading branch information
bcssov committed Mar 14, 2023
1 parent f9d47af commit 959ec54
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/IronyModManager.DI/IronyModManager.DI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SimpleInjector" Version="5.4.1" />
<PackageReference Include="SimpleInjector.Packaging" Version="5.0.0" />
<PackageReference Include="StrongNamer" Version="0.2.5" />
Expand Down
2 changes: 1 addition & 1 deletion src/IronyModManager.IO/IronyModManager.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Pfim" Version="0.11.1" />
<PackageReference Include="SharpCompress" Version="0.32.2" />
<PackageReference Include="SimpleInjector.Packaging" Version="5.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SimpleInjector" Version="5.4.1" />
<PackageReference Include="SimpleInjector.Packaging" Version="5.0.0" />
<PackageReference Include="StrongNamer" Version="0.2.5" />
Expand Down
2 changes: 1 addition & 1 deletion src/IronyModManager.Shared/IronyModManager.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Nito.AsyncEx" Version="5.1.2" />
<PackageReference Include="PommaLabs.MimeTypes" Version="2.7.2" />
<PackageReference Include="SlimMessageBus.Host.Memory" Version="1.22.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/IronyModManager.Storage/IronyModManager.Storage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SimpleInjector.Packaging" Version="5.0.0" />
<PackageReference Include="StrongNamer" Version="0.2.5" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/IronyModManager.Updater/IronyModManager.Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="StrongNamer" Version="0.2.5" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/IronyModManager/Localization/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"FatalError": {
"Message": "Unhandled error occurred. App will close automatically.",
"MessageWithLastError": "Unhandled error ocurred. Please use this information to file a bug report:{NewLine}{NewLine}{Message}",
"MessageWithLastError": "Unhandled error occurred. Please use this information to file a bug report:{NewLine}{NewLine}{Message}",
"Title": "Error",
"Header": "Fatal Error"
},
Expand Down
2 changes: 1 addition & 1 deletion src/IronyModManager/Localization/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"FatalError": {
"Message": "Došlo je do greške. Aplikacija će se automatski zatvoriti.",
"MessageWithLastError": "Unhandled error ocurred. Koristite ovu informaciju da biste podnijeli izvješće o greški:{NewLine}{NewLine}{Message}",
"MessageWithLastError": "Došlo je do greške. Koristite ovu informaciju da biste podnijeli izvješće o greški:{NewLine}{NewLine}{Message}",
"Title": "Greška",
"Header": "Fatalna pogreška"
},
Expand Down

0 comments on commit 959ec54

Please sign in to comment.