Skip to content

Commit

Permalink
Update Directory.Build.props to explicitly state Version 0.13 (#2194)
Browse files Browse the repository at this point in the history
## Why make this change?

- For our next rc, bumping to version 0.13 to align with the release
branch that I'll create.
  • Loading branch information
seantleonard authored Apr 30, 2024
1 parent e076d87 commit b475534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Nullable>enable</Nullable>
<BaseOutputPath>..\out</BaseOutputPath>
<Version>0.12</Version>
<Version>0.13</Version>
</PropertyGroup>

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

0 comments on commit b475534

Please sign in to comment.