Skip to content

Commit 695ad64

Browse files
Fix informational/file version
1 parent b2de75a commit 695ad64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<PropertyGroup>
33
<Version>1.1.0</Version>
44
<AssemblyVersion>1.1.0</AssemblyVersion>
5-
<InformationalVersion>1.1.0.0</InformationalVersion>
6-
<FileVersion>1.1.0</FileVersion>
5+
<InformationalVersion>1.1.0-rc</InformationalVersion>
6+
<FileVersion>1.1.0.0</FileVersion>
77
<LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
88
<NeutralLanguage>en-US</NeutralLanguage>
99
<Company>Umbraco</Company>

0 commit comments

Comments
 (0)