Skip to content

Commit 32a4d58

Browse files
committed
New version
1 parent 80ed007 commit 32a4d58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Directory.build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<RepositoryType>git</RepositoryType>
1515
<Product>$(AssemblyName) ($(TargetFramework))</Product>
1616
<NeutralLanguage>en</NeutralLanguage>
17-
<Version>1.3.0</Version>
17+
<Version>2.0.0</Version>
1818
<Platform>AnyCPU</Platform>
1919

2020
<LangVersion>latest</LangVersion>
@@ -32,12 +32,12 @@
3232

3333
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3434
<!-- <IncludeSymbols>true</IncludeSymbols> -->
35-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
35+
<!-- <EmbedUntrackedSources>true</EmbedUntrackedSources> -->
3636
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
3737
</PropertyGroup>
3838

3939
<ItemGroup>
40-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
40+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
4141
</ItemGroup>
4242

4343
<ItemGroup>

0 commit comments

Comments
 (0)