Skip to content
This repository was archived by the owner on Nov 8, 2020. It is now read-only.

Commit e87ceba

Browse files
committed
release 2.0-rc1
1 parent f69ca6b commit e87ceba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Directory.Build.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>netcoreapp2.2;netcoreapp3.0</TargetFrameworks>
44
<LangVersion>latest</LangVersion>
5-
<Version>2.0-preview7</Version>
5+
<Version>2.0-rc1</Version>
66
<PackageProjectUrl>https://github.com/RayTale/Ray</PackageProjectUrl>
77
<RepositoryUrl>https://github.com/RayTale/Ray.git</RepositoryUrl>
88
<LICENSE>https://github.com/RayTale/Ray/blob/master/LICENSE</LICENSE>
@@ -11,6 +11,8 @@
1111
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1212
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1313
<EmbedUntrackedSources>true</EmbedUntrackedSources>
14+
<IncludeSymbols>true</IncludeSymbols>
15+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1416
</PropertyGroup>
1517
<ItemGroup>
1618
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19351-01" PrivateAssets="All"/>

0 commit comments

Comments
 (0)