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

Commit

Permalink
release 2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
u-less committed Sep 21, 2019
1 parent f69ca6b commit e87ceba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp2.2;netcoreapp3.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Version>2.0-preview7</Version>
<Version>2.0-rc1</Version>
<PackageProjectUrl>https://github.com/RayTale/Ray</PackageProjectUrl>
<RepositoryUrl>https://github.com/RayTale/Ray.git</RepositoryUrl>
<LICENSE>https://github.com/RayTale/Ray/blob/master/LICENSE</LICENSE>
Expand All @@ -11,6 +11,8 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19351-01" PrivateAssets="All"/>
Expand Down

0 comments on commit e87ceba

Please sign in to comment.