Skip to content

Commit

Permalink
chore: update plugin package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaoses-Ib committed Feb 18, 2023
1 parent de22df5 commit 1fe568d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Listary.FileAppPlugin, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Listary.FileAppPlugin.1.0.0-beta\lib\net48\Listary.FileAppPlugin.dll</HintPath>
<HintPath>..\packages\Listary.FileAppPlugin.1.0.0\lib\net48\Listary.FileAppPlugin.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.7.0.0\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion Listary.FileAppPlugin.WinRAR.ExtractDialog/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Listary.FileAppPlugin" version="1.0.0-beta" targetFramework="net48" />
<package id="Listary.FileAppPlugin" version="1.0.0" targetFramework="net48" />
<package id="Microsoft.Extensions.Logging.Abstractions" version="7.0.0" targetFramework="net48" />
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
<package id="System.Memory" version="4.5.5" targetFramework="net48" />
Expand Down

0 comments on commit 1fe568d

Please sign in to comment.