From b367c3131afc6c6524d2ffde62daedc0b266f32a Mon Sep 17 00:00:00 2001 From: Justin Adler Date: Tue, 12 Dec 2023 02:06:39 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=F0=9F=93=A6=20NuGet=20package=20De?= =?UTF-8?q?scription?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SimpleAzure.Storage.HybridQueues.csproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/SimpleAzure.Storage.HybridQueues/SimpleAzure.Storage.HybridQueues.csproj b/src/SimpleAzure.Storage.HybridQueues/SimpleAzure.Storage.HybridQueues.csproj index 4500209..b86d42d 100644 --- a/src/SimpleAzure.Storage.HybridQueues/SimpleAzure.Storage.HybridQueues.csproj +++ b/src/SimpleAzure.Storage.HybridQueues/SimpleAzure.Storage.HybridQueues.csproj @@ -6,9 +6,14 @@ enable WorldDomination.$(MSBuildProjectName) WorldDomination.$(MSBuildProjectName.Replace(" ", "_")) + 0.1.0 Simple: Azure Storage Hybrid Queues World Domination Technolgoies Pty. Ltd. Justin Adler + + This client library enables working A Hybrid Queue: the concept of throwing anything onto a normal Queue and if the size of the Message (which contains your content) is too big, + it then automatically puts your content into a Blob (which can contain any size**) and then stores the reference to the blob in the queue! + Storage Hybrid Queue 2023 icon.jpg