We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26168b commit eafbca0Copy full SHA for eafbca0
Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <Version>2.0.6</Version>
+ <Version>2.0.7</Version>
4
<Copyright>Copyright © laojiu 2017-2024</Copyright>
5
<NoWarn>IDE0057</NoWarn>
6
</PropertyGroup>
@@ -16,6 +16,16 @@
16
<PackageIcon>icon.png</PackageIcon>
17
18
19
+ <PropertyGroup>
20
+ <IncludeSymbols>True</IncludeSymbols>
21
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
22
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
23
+ </PropertyGroup>
24
+
25
+ <ItemGroup>
26
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
27
+ </ItemGroup>
28
29
<ItemGroup>
30
<None Include="..\icon.png">
31
<Pack>True</Pack>
0 commit comments