Skip to content

Commit

Permalink
Update Changelog and readme files to include --prerelease (Azure#45047)
Browse files Browse the repository at this point in the history
* Update Changelog File to include release date.

* Update Readme to add --prerelease option
  • Loading branch information
subhra231 authored and tejasm-microsoft committed Jul 22, 2024
1 parent e8dc69d commit f2153e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 20 deletions.
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
11 changes: 2 additions & 9 deletions sdk/extension-wcf/Microsoft.WCF.Azure.StorageQueues/CHANGELOG.md
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

0 comments on commit f2153e0

Please sign in to comment.