Skip to content

Commit b475534

Browse files
authored
Update Directory.Build.props to explicitly state Version 0.13 (#2194)
## Why make this change? - For our next rc, bumping to version 0.13 to align with the release branch that I'll create.
1 parent e076d87 commit b475534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Nullable>enable</Nullable>
44
<BaseOutputPath>..\out</BaseOutputPath>
5-
<Version>0.12</Version>
5+
<Version>0.13</Version>
66
</PropertyGroup>
77

88
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)