|
10 | 10 | <IsTrimmable>true</IsTrimmable> |
11 | 11 | <EnableTrimAnalyzer>true</EnableTrimAnalyzer> |
12 | 12 | <TrimMode>full</TrimMode> |
| 13 | + <!-- NuGet Package Metadata --> |
| 14 | + <Version>9.5.10</Version> |
| 15 | + <Authors>JusterZhu</Authors> |
| 16 | + <Company>juster.zhu</Company> |
| 17 | + <Title>GeneralUpdate.Drivelution</Title> |
| 18 | + <Description>A cross-platform driver update management system with support for Windows, Linux, and macOS. Provides driver backup, validation, version comparison, and automatic rollback capabilities.</Description> |
| 19 | + <Copyright>Copyright © 2020-2026 JusterZhu. All rights reserved.</Copyright> |
| 20 | + <PackageProjectUrl>https://github.com/GeneralLibrary/GeneralUpdate</PackageProjectUrl> |
| 21 | + <PackageLicenseUrl>https://github.com/GeneralLibrary/GeneralUpdate?tab=Apache-2.0-1-ov-file#readme</PackageLicenseUrl> |
| 22 | + <PackageIcon>GeneralUpdate.png</PackageIcon> |
| 23 | + <RepositoryUrl>https://github.com/GeneralLibrary/GeneralUpdate</RepositoryUrl> |
| 24 | + <RepositoryType>public</RepositoryType> |
| 25 | + <PackageTags>driver,update,upgrade,backup,validation,cross-platform,linux,windows,macos</PackageTags> |
| 26 | + <PackageReleaseNotes>Cross-platform driver update management with backup, validation, and rollback support for Windows, Linux, and macOS platforms.</PackageReleaseNotes> |
| 27 | + <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
13 | 28 | </PropertyGroup> |
14 | 29 |
|
15 | 30 | <!-- Link GeneralTracer and its dependencies from GeneralUpdate.Common --> |
|
19 | 34 | <Compile Include="..\GeneralUpdate.Common\Shared\Trace\WindowsOutputDebugListener.cs" Link="Shared\Trace\WindowsOutputDebugListener.cs" /> |
20 | 35 | </ItemGroup> |
21 | 36 |
|
| 37 | + <!-- Package Icon --> |
| 38 | + <ItemGroup> |
| 39 | + <None Include="../../../imgs/GeneralUpdate.png"> |
| 40 | + <Pack>True</Pack> |
| 41 | + <Link>%(Filename)%(Extension)</Link> |
| 42 | + <PackagePath>./</PackagePath> |
| 43 | + </None> |
| 44 | + </ItemGroup> |
| 45 | + |
22 | 46 | </Project> |
0 commit comments