Skip to content

Commit

Permalink
Merge pull request #9 from lenndewolten/patch/fix-library-description
Browse files Browse the repository at this point in the history
Patch/fix library description
  • Loading branch information
lenndewolten committed Jan 28, 2023
2 parents a952b1f + 84f1109 commit 5c1c8ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-queue-storage-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
branches:
- "main"
paths:
- "src/Dequeueable.AzureQueueStorage/**"
- "lib/Dequeueable.AzureQueueStorage/**"
- "tests/Dequeueable.AzureQueueStorage.**/"

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@
<PackageTags>Microsoft;Azure;Microsoft Azure Storage Queues;Queues;Queue;QueueMessage;QueueMessages;Message;Microsoft Azure Storage Blobs;Events;Event</PackageTags>
<Title>Dequeueable for Azure Queue Storage library</Title>
<Description>
This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data.
Microsoft Azure Storage quickstarts and tutorials - https://learn.microsoft.com/azure/storage/
This client library simplifies dequeuing queue messages from Microsoft Azure Storage Queues. It makes it easy to retrieve messages from the queue: dequeueing, exception handling and distributed singleton are handled for you.
</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>./README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/lenndewolten/Dequeueable</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<ProjectUrl>https://github.com/lenndewolten/Dequeueable</ProjectUrl>
<PackageProjectUrl>https://github.com/lenndewolten/Dequeueable</PackageProjectUrl>
<!--<GeneratePackageOnBuild>True</GeneratePackageOnBuild>-->
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 5c1c8ae

Please sign in to comment.