Merge pull request #1003 from Flow-Launcher/dependabot/nuget/Plugins/Flow.Launcher.Plugin.PluginsManager/SharpZipLib-1.3.3

Bump SharpZipLib from 1.3.2 to 1.3.3 in /Plugins/Flow.Launcher.Plugin.PluginsManager
This commit is contained in:
Jeremy Wu 2022-02-02 07:28:00 +11:00 committed by GitHub
commit eb5e9dd4be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -38,6 +38,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SharpZipLib" Version="1.3.2" />
<PackageReference Include="SharpZipLib" Version="1.3.3" />
</ItemGroup>
</Project>

View file

@ -6,7 +6,7 @@
"Name": "Plugins Manager",
"Description": "Management of installing, uninstalling or updating Flow Launcher plugins",
"Author": "Jeremy Wu",
"Version": "1.12.1",
"Version": "1.12.2",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
"ExecuteFileName": "Flow.Launcher.Plugin.PluginsManager.dll",