1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

Update localisation analyser

Pulls in https://github.com/ppy/osu-localisation-analyser/pull/60.
This commit is contained in:
Dean Herbert 2023-11-17 17:07:21 +09:00
parent dee6a79911
commit bd932a5417
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -21,10 +21,10 @@
]
},
"ppy.localisationanalyser.tools": {
"version": "2023.712.0",
"version": "2023.1117.0",
"commands": [
"localisation"
]
}
}
}
}

View File

@ -31,7 +31,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Toolkit.HighPerformance" Version="7.1.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="ppy.LocalisationAnalyser" Version="2023.712.0">
<PackageReference Include="ppy.LocalisationAnalyser" Version="2023.1117.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>