|
6 | 6 | <DebugType>embedded</DebugType> |
7 | 7 | <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> |
8 | 8 | <RollForward>LatestMajor</RollForward> |
9 | | - <Version>3.0.0</Version> |
10 | | - <Description>Steam Downloading Utility</Description> |
11 | | - <Authors>SteamRE Team</Authors> |
12 | | - <Copyright>Copyright © SteamRE Team 2025</Copyright> |
13 | 9 | <ApplicationIcon>..\Icon\DepotDownloader.ico</ApplicationIcon> |
14 | 10 | <Deterministic>true</Deterministic> |
15 | 11 | <TreatWarningsAsErrors Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</TreatWarningsAsErrors> |
16 | 12 | <InvariantGlobalization>true</InvariantGlobalization> |
17 | 13 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
18 | 14 | </PropertyGroup> |
19 | 15 |
|
| 16 | + <PropertyGroup> |
| 17 | + <PackageId>DepotDownloaderSubProcess</PackageId> |
| 18 | + <Version>3.1.0</Version> |
| 19 | + <Description>Library for running "Steam depot downloader" in a sub-process.</Description> |
| 20 | + <Authors>Alienmario, SteamRE Team</Authors> |
| 21 | + <Copyright>Copyright © SteamRE Team 2025</Copyright> |
| 22 | + <RepositoryUrl>https://github.com/Alienmario/DepotDownloaderSubProcess</RepositoryUrl> |
| 23 | + <PackageTags>Steam,depot,downloader</PackageTags> |
| 24 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 25 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 26 | + </PropertyGroup> |
| 27 | + |
20 | 28 | <ItemGroup> |
21 | | - <None Include="..\LICENSE" Link="LICENSE"> |
| 29 | + <None Include="..\LICENSE" Link="LICENSE" Pack="true" PackagePath="\"> |
22 | 30 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
23 | 31 | </None> |
| 32 | + <None Include="..\README.md" Pack="true" PackagePath="\"/> |
24 | 33 | </ItemGroup> |
25 | 34 |
|
26 | 35 | <ItemGroup> |
|
0 commit comments