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 f24a34e commit 02e07c5Copy full SHA for 02e07c5
Directory.Build.props
@@ -1,5 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
+ <Version>1.0.0-rc2</Version>
4
+
5
<LangVersion>7.2</LangVersion>
6
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
7
src/Directory.Build.props
@@ -4,7 +4,6 @@
<Import Project="..\Directory.Build.props" />
- <Version>1.0.0-rc2</Version>
8
<!--Generate xml docs for all projects under 'src'-->
9
<GenerateDocumentationFile>true</GenerateDocumentationFile>
10
0 commit comments