Skip to content

Commit

Permalink
Updating to new package generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ealsur committed Aug 11, 2017
1 parent df5088f commit 9153894
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<Version>2.0.0</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/ealsur/WebJobs.Extensions.GroupQueueTrigger/</RepositoryUrl>
<PackageReleaseNotes>Added compatibility with Azure Webjobs Extensions 2.0</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="2.0.0" />
<PackageReference Include="WindowsAzure.Storage" Version="7.2.1" />
<PackageReference Include="WindowsAzure.Storage" Version="8.3.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<tags>azure webjobs extensions</tags>
<dependencies>
<dependency id="Microsoft.Azure.WebJobs.Extensions" version="2.0.0" />
<dependency id="WindowsAzure.Storage" version="7.2.1" />
<dependency id="WindowsAzure.Storage" version="8.3.0" />
</dependencies>

</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft.Azure.WebJobs.Extensions.GroupQueueTrigger")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Azure Webjobs SDK Extension for Triggering a Group of Messages")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Microsoft.Azure.WebJobs.Extensions.GroupQueueTrigger")]
Expand Down

0 comments on commit 9153894

Please sign in to comment.