Skip to content

Commit 02e07c5

Browse files
committed
ref: move version to main Directory.Build.props
1 parent f24a34e commit 02e07c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<Project>
22
<PropertyGroup>
3+
<Version>1.0.0-rc2</Version>
4+
35
<LangVersion>7.2</LangVersion>
46
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
57

src/Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<Import Project="..\Directory.Build.props" />
55

66
<PropertyGroup>
7-
<Version>1.0.0-rc2</Version>
87
<!--Generate xml docs for all projects under 'src'-->
98
<GenerateDocumentationFile>true</GenerateDocumentationFile>
109

0 commit comments

Comments
 (0)