We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7054c51 commit 417d3f4Copy full SHA for 417d3f4
src/WebJobs.Script.Abstractions/Description/Binding/DataType.cs
@@ -11,7 +11,6 @@ public enum DataType
11
Undefined,
12
String,
13
Binary,
14
- Stream,
15
- BindingData
+ Stream
16
}
17
src/WebJobs.Script.Abstractions/WebJobs.Script.Abstractions.csproj
@@ -2,7 +2,7 @@
2
<Import Project="..\..\build\common.props" />
3
<PropertyGroup>
4
<TargetFramework>netstandard2.0</TargetFramework>
5
- <Version>1.0.4-preview</Version>
+ <Version>1.0.3-preview</Version>
6
<BuildNumber Condition=" '$(BuildNumber)' == '' ">1</BuildNumber>
7
<MajorMinorProductVersion>1.0</MajorMinorProductVersion>
8
<AssemblyVersion>$(MajorMinorProductVersion).0.0</AssemblyVersion>
0 commit comments