Skip to content

Commit

Permalink
Add BindingData to DataType (#8860)
Browse files Browse the repository at this point in the history
  • Loading branch information
liliankasem authored Oct 24, 2022
1 parent 19c0953 commit 74c815b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public enum DataType
Undefined,
String,
Binary,
Stream
Stream,
BindingData
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.3-preview</Version>
<Version>1.0.4-preview</Version>
<BuildNumber Condition=" '$(BuildNumber)' == '' ">1</BuildNumber>
<MajorMinorProductVersion>1.0</MajorMinorProductVersion>
<AssemblyVersion>$(MajorMinorProductVersion).0.0</AssemblyVersion>
Expand Down

0 comments on commit 74c815b

Please sign in to comment.