Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Changelog and readme files to include --prerelease #45047

Merged
merged 2 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down