Skip to content

Commit

Permalink
creating individual versions for Extensions projects
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsam committed Nov 16, 2018
1 parent 437f9ee commit 7144412
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Import Project="..\..\build\common.props" />

<PropertyGroup>
<Version>3.0.2$(VersionSuffix)</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Microsoft.Azure.WebJobs.EventHubs</AssemblyName>
<RootNamespace>Microsoft.Azure.WebJobs.EventHubs</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Import Project="..\..\build\common.props" />

<PropertyGroup>
<Version>3.0.2$(VersionSuffix)</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Microsoft.Azure.WebJobs.ServiceBus</AssemblyName>
<PackageId>Microsoft.Azure.WebJobs.Extensions.ServiceBus</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Import Project="..\..\build\common.props" />

<PropertyGroup>
<Version>3.0.2$(VersionSuffix)</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Microsoft.Azure.WebJobs.Extensions.Storage</AssemblyName>
<RootNamespace>Microsoft.Azure.WebJobs.Extensions.Storage</RootNamespace>
Expand Down

0 comments on commit 7144412

Please sign in to comment.