Skip to content

Commit

Permalink
Upating WebJobs SDK reference and moving extensions to next beta
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocav committed Apr 27, 2018
1 parent ccca216 commit 45290c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<DebugType>embedded</DebugType>
<Version>3.0.0-beta5$(VersionSuffix)</Version>
<Version>3.0.0-beta6$(VersionSuffix)</Version>
<LatestCommit Condition="$(LatestCommit) == ''">$(CommitHash)</LatestCommit>
<CommitHash Condition="$(CommitHash) == ''">N/A</CommitHash>
<InformationalVersion>$(Version) Commit hash: $(CommitHash)</InformationalVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<Version>3.0.0-beta7$(VersionSuffix)</Version>
<Version>3.0.0-beta8$(VersionSuffix)</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Microsoft.Azure.WebJobs.Extensions.CosmosDB</AssemblyName>
<RootNamespace>Microsoft.Azure.WebJobs.Extensions.CosmosDB</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion src/WebJobs.Extensions/WebJobs.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.0-beta5" />
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.0-beta6-11295" />
<PackageReference Include="ncrontab" Version="3.3.0" />
</ItemGroup>

Expand Down

0 comments on commit 45290c4

Please sign in to comment.