Skip to content

Commit 0e4696d

Browse files
authored
Bump dab version in directory.build.props to 1.1 (#2209)
## Why make this change? - To align with next release, updating the version number. ## What is this change? - Updates version `major.minor` in `Directory.Build.Props` file. ## How was this tested? - [x] Integration Tests -> testing the *.Product.cspoj file functions which return DabUserAgentString - [x] Unit Tests
1 parent ab6f77a commit 0e4696d

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.13</Version>
5+
<Version>1.1</Version>
66
</PropertyGroup>
77

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

0 commit comments

Comments
 (0)