Skip to content

Commit b0a9912

Browse files
committed
Try to get green ticks in NuGet Package Explorer
1 parent 2bd7897 commit b0a9912

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ZstdNet/ZstdNet.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.5.7-rc1</Version>
4+
<Version>1.5.7-rc2</Version>
55
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
66
<Title>ZstdNet</Title>
77
<PackageId>ZstdNet</PackageId>
@@ -21,6 +21,7 @@
2121
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2222
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2323
<Deterministic>true</Deterministic>
24+
<DebugType>embedded</DebugType>
2425
</PropertyGroup>
2526

2627
<ItemGroup>

0 commit comments

Comments
 (0)