Skip to content

Commit 9b09b9f

Browse files
authored
Release note 1.32.0 (#1018)
1 parent e4577f4 commit 9b09b9f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Azure Management Libraries for .NET
55

6-
This README is based on the released stable version (1.31.1). If you are looking for other releases, see [More Information](#more-information)
6+
This README is based on the released stable version (1.32.0). If you are looking for other releases, see [More Information](#more-information)
77

88
The Azure Management Libraries for .NET is a higher-level, object-oriented API for managing Azure resources. Libraries are built on the lower-level, request-response style [auto generated clients](https://github.com/Azure/azure-sdk-for-net/tree/AutoRest) and can run side-by-side with [auto generated clients](https://github.com/Azure/azure-sdk-for-net/tree/AutoRest).
99

@@ -23,7 +23,7 @@ The Azure Management Libraries for .NET is a higher-level, object-oriented API f
2323
* [More information](#more-information)
2424

2525
## Feature Availability and Road Map
26-
:triangular_flag_on_post: *as of Version 1.31.1*
26+
:triangular_flag_on_post: *as of Version 1.32.0*
2727

2828
<table>
2929
<tr>
@@ -582,7 +582,7 @@ var database = sqlServer.Databases.Define(databaseName)
582582

583583
### Latest stable release
584584

585-
**1.31.1** release builds are available on NuGet:
585+
**1.32.0** release builds are available on NuGet:
586586

587587
|Azure Management Library | Package name | Stable |
588588
|---------------------------------------------|-----------------------------------------------------|------------------------|
@@ -621,7 +621,7 @@ var database = sqlServer.Databases.Define(databaseName)
621621

622622
## Upgrading from older versions
623623

624-
If you are migrating your code from 1.31.0 to 1.31.1, you can use these release notes for [preparing your code for 1.31.1 from 1.31.0](./notes/prepare-for-1.31.1.md).
624+
If you are migrating your code from 1.31.1 to 1.32.0, you can use these release notes for [preparing your code for 1.32.0 from 1.31.1](./notes/prepare-for-1.32.0.md).
625625

626626
In general, Azure Libraries for .Net follow [semantic versioning](http://semver.org/), so user code should continue working in a compatible fashion between minor versions of the same major version release train, with the following caveats:
627627

@@ -656,6 +656,7 @@ If you would like to become an active contributor to this project please follow
656656

657657
| Version | SHA1 | Remarks |
658658
|-------------------|-------------------------------------------------------------------------------------------|-------------------------------------------------------|
659+
| 1.32 | [1.32](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.32.0) | Tagged release for 1.32 version of Azure management libraries |
659660
| 1.31.1 | [1.31.1](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.31.1) | Tagged release for 1.31.1 version of Azure management libraries |
660661
| 1.31 | [1.31](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.31.0) | Tagged release for 1.31 version of Azure management libraries |
661662
| 1.30 | [1.30](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.30.0) | Tagged release for 1.30 version of Azure management libraries |

0 commit comments

Comments
 (0)