Skip to content

Commit 376ffab

Browse files
committed
Update NuGet package versions
1 parent a0546b6 commit 376ffab

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

QuickLook.Plugin/QuickLook.Plugin.FontViewer/QuickLook.Plugin.FontViewer.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,25 +53,25 @@
5353
</PropertyGroup>
5454

5555
<ItemGroup>
56-
<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.0.1\runtimes\win-x64\native\freetype.dll">
56+
<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.1.0\runtimes\win-x64\native\freetype.dll">
5757
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5858
<DestinationFolder>$(OutDir)win-x64\</DestinationFolder>
5959
<Link>runtimes\win-x64\freetype.dll</Link>
6060
</Content>
61-
<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.0.1\runtimes\win-x86\native\freetype.dll">
61+
<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.1.0\runtimes\win-x86\native\freetype.dll">
6262
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6363
<DestinationFolder>$(OutDir)win-x86\</DestinationFolder>
6464
<Link>runtimes\win-x86\freetype.dll</Link>
6565
</Content>
66-
<!--<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.0.1\runtimes\win-arm64\native\freetype.dll">
66+
<!--<Content Include="$(NuGetPackageRoot)\FreeTypeSharp\3.1.0\runtimes\win-arm64\native\freetype.dll">
6767
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6868
<DestinationFolder>$(OutDir)win-arm64\</DestinationFolder>
6969
<Link>runtimes\win-arm64\freetype.dll</Link>
7070
</Content>-->
7171
</ItemGroup>
7272

7373
<ItemGroup>
74-
<PackageReference Include="FreeTypeSharp" Version="3.0.1" />
74+
<PackageReference Include="FreeTypeSharp" Version="3.1.0" />
7575
<PackageReference Include="QuickLook.Typography.OpenFont" Version="1.0.1" />
7676
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.3719.77">
7777
<PrivateAssets>all</PrivateAssets>

QuickLook.Plugin/QuickLook.Plugin.PDFViewer/QuickLook.Plugin.PdfViewer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<ItemGroup>
6666
<PackageReference Include="PdfiumViewer.Updated" Version="2.14.5" />
67-
<PackageReference Include="bblanchon.PDFiumV8.Win32" Version="146.0.7665" />
67+
<PackageReference Include="bblanchon.PDFiumV8.Win32" Version="146.0.7678" />
6868
<Reference Include="WindowsBase" />
6969
</ItemGroup>
7070

QuickLook/QuickLook.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.135">
103103
<PrivateAssets>all</PrivateAssets>
104104
</PackageReference>
105-
<PackageReference Include="WPF-UI.Violeta" Version="4.2.0.1">
105+
<PackageReference Include="WPF-UI.Violeta" Version="4.2.0.3">
106106
<PrivateAssets>all</PrivateAssets>
107107
</PackageReference>
108108
<PackageReference Include="Lib.Harmony" Version="2.4.2">

0 commit comments

Comments
 (0)