Skip to content

Commit 34cba65

Browse files
committed
Upgrade PinYin to 3.1.0.x
1 parent 13cf433 commit 34cba65

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

Flow.Launcher.Core/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@
222222
},
223223
"ToolGood.Words.Pinyin": {
224224
"type": "Transitive",
225-
"resolved": "3.0.1.4",
226-
"contentHash": "uQo97618y9yzLDxrnehPN+/tuiOlk5BqieEdwctHZOAS9miMXnHKgMFYVw8CSGXRglyTYXlrW7qtUlU7Fje5Ew=="
225+
"resolved": "3.1.0.3",
226+
"contentHash": "VKcf8sUq/+LyY99WgLhOu7Q32ROEyR30/2xCCj9ADRi45wVC7kpXrYCf9vH1qirkmrIfpL8inoxAbrqAlfXxsQ=="
227227
},
228228
"YamlDotNet": {
229229
"type": "Transitive",
@@ -243,7 +243,7 @@
243243
"NLog.OutputDebugString": "[6.0.1, )",
244244
"SharpVectors.Wpf": "[1.8.4.2, )",
245245
"System.Drawing.Common": "[9.0.7, )",
246-
"ToolGood.Words.Pinyin": "[3.0.1.4, )"
246+
"ToolGood.Words.Pinyin": "[3.1.0.3, )"
247247
}
248248
},
249249
"flow.launcher.plugin": {

Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@
7373
</PackageReference>
7474
<PackageReference Include="SharpVectors.Wpf" Version="1.8.4.2" />
7575
<PackageReference Include="System.Drawing.Common" Version="9.0.7" />
76-
<!--ToolGood.Words.Pinyin v3.0.2.6 results in high memory usage when search with pinyin is enabled-->
77-
<!--Bumping to it or higher needs to test and ensure this is no longer a problem-->
78-
<PackageReference Include="ToolGood.Words.Pinyin" Version="3.0.1.4" />
76+
<PackageReference Include="ToolGood.Words.Pinyin" Version="3.1.0.3" />
7977
</ItemGroup>
8078

8179
</Project>

Flow.Launcher.Infrastructure/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@
102102
},
103103
"ToolGood.Words.Pinyin": {
104104
"type": "Direct",
105-
"requested": "[3.0.1.4, )",
106-
"resolved": "3.0.1.4",
107-
"contentHash": "uQo97618y9yzLDxrnehPN+/tuiOlk5BqieEdwctHZOAS9miMXnHKgMFYVw8CSGXRglyTYXlrW7qtUlU7Fje5Ew=="
105+
"requested": "[3.1.0.3, )",
106+
"resolved": "3.1.0.3",
107+
"contentHash": "VKcf8sUq/+LyY99WgLhOu7Q32ROEyR30/2xCCj9ADRi45wVC7kpXrYCf9vH1qirkmrIfpL8inoxAbrqAlfXxsQ=="
108108
},
109109
"JetBrains.Annotations": {
110110
"type": "Transitive",

Flow.Launcher/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -823,8 +823,8 @@
823823
},
824824
"ToolGood.Words.Pinyin": {
825825
"type": "Transitive",
826-
"resolved": "3.0.1.4",
827-
"contentHash": "uQo97618y9yzLDxrnehPN+/tuiOlk5BqieEdwctHZOAS9miMXnHKgMFYVw8CSGXRglyTYXlrW7qtUlU7Fje5Ew=="
826+
"resolved": "3.1.0.3",
827+
"contentHash": "VKcf8sUq/+LyY99WgLhOu7Q32ROEyR30/2xCCj9ADRi45wVC7kpXrYCf9vH1qirkmrIfpL8inoxAbrqAlfXxsQ=="
828828
},
829829
"WpfAnimatedGif": {
830830
"type": "Transitive",
@@ -863,7 +863,7 @@
863863
"NLog.OutputDebugString": "[6.0.1, )",
864864
"SharpVectors.Wpf": "[1.8.4.2, )",
865865
"System.Drawing.Common": "[9.0.7, )",
866-
"ToolGood.Words.Pinyin": "[3.0.1.4, )"
866+
"ToolGood.Words.Pinyin": "[3.1.0.3, )"
867867
}
868868
},
869869
"flow.launcher.plugin": {

0 commit comments

Comments
 (0)