|
4 | 4 | <Nullable>enable</Nullable> |
5 | 5 | <Title>GeneralUpdate.Core</Title> |
6 | 6 | <Authors>JusterZhu</Authors> |
7 | | - <Description>GeneralUpdate unified core — client and upgrade bootstrap, download, pipeline, strategies, utilities.</Description> |
8 | | - <Copyright>Copyright 2020-2026 JusterZhu</Copyright> |
| 7 | + <Description>GeneralUpdate unified core — auto-update bootstrap, download orchestrator, plugin pipeline, update strategies, and configuration utilities. The primary package for integrating GeneralUpdate into client applications.</Description> |
| 8 | + <Copyright>Copyright © 2020-2026 JusterZhu. All rights reserved.</Copyright> |
9 | 9 | <PackageProjectUrl>https://github.com/GeneralLibrary/GeneralUpdate</PackageProjectUrl> |
10 | 10 | <RepositoryUrl>https://github.com/GeneralLibrary/GeneralUpdate</RepositoryUrl> |
11 | 11 | <PackageIcon>GeneralUpdate.png</PackageIcon> |
12 | | - <PackageTags>upgrade,update,client</PackageTags> |
13 | | - <Version>10.0.0-preview</Version> |
| 12 | + <PackageTags>upgrade,update,auto-update,client,bootstrap,pipeline,download,oss,silent,hooks</PackageTags> |
| 13 | + <PackageReleaseNotes>10.5.0-beta.1: Zero-config SetSource() API, manifest.json auto-discovery, IUpdateHooks extension points, appsettings.json LoadFromConfiguration() support, SSL/HttpClient lifecycle fixes, and OSS update flow improvements.</PackageReleaseNotes> |
| 14 | + <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
| 15 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 16 | + <Version>10.5.0-beta.2</Version> |
14 | 17 | <TargetFrameworks>netstandard2.0;net8.0;net10.0</TargetFrameworks> |
15 | 18 | <IsAotCompatible Condition="'$(TargetFramework)' != 'netstandard2.0'">true</IsAotCompatible> |
16 | 19 | <EnableTrimAnalyzer Condition="'$(TargetFramework)' != 'netstandard2.0'">true</EnableTrimAnalyzer> |
|
40 | 43 |
|
41 | 44 | </ItemGroup> |
42 | 45 |
|
| 46 | + <ItemGroup> |
| 47 | + <None Include="../../../imgs/GeneralUpdate.ico"> |
| 48 | + <Pack>True</Pack> |
| 49 | + <Link>%(Filename)%(Extension)</Link> |
| 50 | + <PackagePath>./</PackagePath> |
| 51 | + </None> |
| 52 | + <None Include="../../../imgs/GeneralUpdate.png"> |
| 53 | + <Pack>True</Pack> |
| 54 | + <Link>%(Filename)%(Extension)</Link> |
| 55 | + <PackagePath>./</PackagePath> |
| 56 | + </None> |
| 57 | + <None Include="../../../README.md"> |
| 58 | + <Pack>True</Pack> |
| 59 | + <PackagePath>\</PackagePath> |
| 60 | + </None> |
| 61 | + </ItemGroup> |
| 62 | + |
43 | 63 | <ItemGroup> |
44 | 64 | <ProjectReference Include="..\GeneralUpdate.Differential\GeneralUpdate.Differential.csproj" /> |
45 | 65 | </ItemGroup> |
|
0 commit comments