Skip to content

Commit e9a1242

Browse files
committed
Misc
1 parent 101efdc commit e9a1242

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

src/Directory.Build.props

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,13 @@
77
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<IsTrimmable>true</IsTrimmable>
10-
<RepositoryType>git</RepositoryType>
1110
<Version>1.23.10207.11121</Version>
1211
<Copyright>©️ 长沙次元超越科技有限公司. All rights reserved.</Copyright>
1312
<Company>长沙次元超越科技有限公司</Company>
1413
<FileVersion>$(Version)</FileVersion>
1514
<AssemblyVersion>$(Version)</AssemblyVersion>
1615
<NeutralLanguage>zh-Hans</NeutralLanguage>
1716
</PropertyGroup>
18-
<PropertyGroup Condition="'$(Configuration)'=='Release'">
19-
<AllowedReferenceRelatedFileExtensions>
20-
<!-- Prevent default XML and PDB files copied to output in RELEASE.
21-
Only *.allowedextension files will be included, which doesn't exist in my case.
22-
-->
23-
.allowedextension
24-
</AllowedReferenceRelatedFileExtensions>
25-
<DebugType>none</DebugType>
26-
<DebugSymbols>false</DebugSymbols>
27-
</PropertyGroup>
2817
<ItemGroup>
2918
<Compile Include="..\AssemblyInfo.cs">
3019
<LinkBase>Properties</LinkBase>

src/GeneratePackage.props

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
<PropertyGroup Condition="'$(Configuration)'=='Release'">
33
<PackageLicenseExpression>MIT</PackageLicenseExpression>
44
<PackageProjectUrl>https://github.com/BeyondDimension/SteamClient</PackageProjectUrl>
5-
<RepositoryUrl>https://github.com/BeyondDimension/SteamClient.git</RepositoryUrl>
5+
<PackageReleaseNotes>$(PackageProjectUrl)/releases</PackageReleaseNotes>
6+
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
67
<RepositoryType>git</RepositoryType>
8+
<RepositoryBranch>main</RepositoryBranch>
79
<PublishRepositoryUrl>true</PublishRepositoryUrl>
810
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
911
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -13,5 +15,9 @@
1315
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
1416
<IncludeSymbols>true</IncludeSymbols>
1517
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
18+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
1619
</PropertyGroup>
20+
<ItemGroup>
21+
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All"/>
22+
</ItemGroup>
1723
</Project>

0 commit comments

Comments
 (0)