-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuickLook.HelixToolkit.patch
More file actions
58 lines (53 loc) · 2.31 KB
/
QuickLook.HelixToolkit.patch
File metadata and controls
58 lines (53 loc) · 2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
From 19ca733bd7ff393e446b622637334e70a466cdb3 Mon Sep 17 00:00:00 2001
From: ema <mccoy39082@163.com>
Date: Tue, 14 Apr 2026 00:35:51 +0800
Subject: [PATCH] QuickLook.HelixToolkit.patch
---
Source/Directory.Build.props | 6 +++---
Source/HelixToolkit.Wpf/HelixToolkit.Wpf.csproj | 3 ++-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/Source/Directory.Build.props b/Source/Directory.Build.props
index 7321e50c3..a57bd511c 100644
--- a/Source/Directory.Build.props
+++ b/Source/Directory.Build.props
@@ -2,7 +2,7 @@
<PropertyGroup>
<SolutionDir Condition="'$(SolutionDir)'==''">$(MSBuildThisFileDirectory)</SolutionDir>
- <Version>3.0.0</Version>
+ <Version>3.1.2</Version>
<IsPackable>false</IsPackable>
<Description>Helix Toolkit is a collection of 3D components for .NET.</Description>
<PackageTags>3D</PackageTags>
@@ -14,7 +14,7 @@
<PackageProjectUrl>http://www.helix-toolkit.org</PackageProjectUrl>
<RepositoryUrl>https://github.com/helix-toolkit/helix-toolkit</RepositoryUrl>
<RepositoryType>git</RepositoryType>
- <PackageIcon>helixtoolkit.png</PackageIcon>
+ <PackageIcon>app.png</PackageIcon>
<PackageIconUrl>https://avatars3.githubusercontent.com/u/8432523?s=200&v=4</PackageIconUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -45,7 +45,7 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
- <None Include="$(SolutionDir)..\Images\helixtoolkit.png">
+ <None Include="$(SolutionDir)..\..\app.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
diff --git a/Source/HelixToolkit.Wpf/HelixToolkit.Wpf.csproj b/Source/HelixToolkit.Wpf/HelixToolkit.Wpf.csproj
index fc4838c8c..6d8b3575b 100644
--- a/Source/HelixToolkit.Wpf/HelixToolkit.Wpf.csproj
+++ b/Source/HelixToolkit.Wpf/HelixToolkit.Wpf.csproj
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFrameworks>net8.0-windows;net6.0-windows;net48</TargetFrameworks>
+ <TargetFrameworks>net8.0-windows;net6.0-windows;net48;net462</TargetFrameworks>
+ <PackageId>QuickLook.HelixToolkit</PackageId>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
--
2.45.2.windows.1