From f2153e08e52de7e331d7d74c8f6168db572ec311 Mon Sep 17 00:00:00 2001 From: subhra231 Date: Wed, 17 Jul 2024 10:37:32 -0700 Subject: [PATCH] Update Changelog and readme files to include --prerelease (#45047) * Update Changelog File to include release date. * Update Readme to add --prerelease option --- .../CHANGELOG.md | 11 ++--------- .../Microsoft.CoreWCF.Azure.StorageQueues/README.md | 2 +- .../Microsoft.WCF.Azure.StorageQueues/CHANGELOG.md | 11 ++--------- .../Microsoft.WCF.Azure.StorageQueues/README.md | 2 +- 4 files changed, 6 insertions(+), 20 deletions(-) diff --git a/sdk/extension-wcf/Microsoft.CoreWCF.Azure.StorageQueues/CHANGELOG.md b/sdk/extension-wcf/Microsoft.CoreWCF.Azure.StorageQueues/CHANGELOG.md index cf585f38e7358..4b1e50f4acaa8 100644 --- a/sdk/extension-wcf/Microsoft.CoreWCF.Azure.StorageQueues/CHANGELOG.md +++ b/sdk/extension-wcf/Microsoft.CoreWCF.Azure.StorageQueues/CHANGELOG.md @@ -1,14 +1,7 @@ # Release History -## 1.0.0-beta.1 (Unreleased) +## 1.0.0-beta.1 (2024-07-17) ### Features Added -- Added support to CoreWCF service for Azure Queue Storage to receive requests from clients as a modern replacement to using MSMQ. - -### Breaking Changes - -### Bugs Fixed - -### Other Changes - +- Added support to CoreWCF service for Azure Queue Storage to receive requests from clients as a modern replacement to using MSMQ. \ No newline at end of file diff --git a/sdk/extension-wcf/Microsoft.CoreWCF.Azure.StorageQueues/README.md b/sdk/extension-wcf/Microsoft.CoreWCF.Azure.StorageQueues/README.md index 290bc714b4240..23a257a087a5e 100644 --- a/sdk/extension-wcf/Microsoft.CoreWCF.Azure.StorageQueues/README.md +++ b/sdk/extension-wcf/Microsoft.CoreWCF.Azure.StorageQueues/README.md @@ -9,7 +9,7 @@ CoreWCF Azure Queue Storage is the service side library that will help existing Install the Microsoft.CoreWCF.Azure.StorageQueues library for .NET with [NuGet][nuget]: ```dotnetcli -dotnet add package Microsoft.CoreWCF.Azure.StorageQueues +dotnet add package Microsoft.CoreWCF.Azure.StorageQueues --prerelease ``` ### Prerequisites diff --git a/sdk/extension-wcf/Microsoft.WCF.Azure.StorageQueues/CHANGELOG.md b/sdk/extension-wcf/Microsoft.WCF.Azure.StorageQueues/CHANGELOG.md index 4d79c9abc888e..444ef95ae849d 100644 --- a/sdk/extension-wcf/Microsoft.WCF.Azure.StorageQueues/CHANGELOG.md +++ b/sdk/extension-wcf/Microsoft.WCF.Azure.StorageQueues/CHANGELOG.md @@ -1,14 +1,7 @@ # Release History -## 1.0.0-beta.1 (Unreleased) +## 1.0.0-beta.1 (2024-07-17) ### Features Added -- Added support to enable WCF clients to be able to send requests to a CoreWCF service which uses Azure Queue Storage as a transport as a modern replacement to using MSMQ. - -### Breaking Changes - -### Bugs Fixed - -### Other Changes - +- Added support to enable WCF clients to be able to send requests to a CoreWCF service which uses Azure Queue Storage as a transport as a modern replacement to using MSMQ. \ No newline at end of file diff --git a/sdk/extension-wcf/Microsoft.WCF.Azure.StorageQueues/README.md b/sdk/extension-wcf/Microsoft.WCF.Azure.StorageQueues/README.md index bddfefdd4849a..86c5b5b46aa76 100644 --- a/sdk/extension-wcf/Microsoft.WCF.Azure.StorageQueues/README.md +++ b/sdk/extension-wcf/Microsoft.WCF.Azure.StorageQueues/README.md @@ -9,7 +9,7 @@ WCF Azure Queue Storage client is the client side library that will enable WCF c Install the Microsoft.WCF.Azure.StorageQueues.Client library for .NET with [NuGet][nuget]: ```dotnetcli -dotnet add package Microsoft.WCF.Azure.StorageQueues.Client +dotnet add package Microsoft.WCF.Azure.StorageQueues.Client --prerelease ``` ### Prerequisites