You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
# Azure Management Libraries for .NET
5
5
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)
7
7
8
8
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).
9
9
@@ -23,7 +23,7 @@ The Azure Management Libraries for .NET is a higher-level, object-oriented API f
23
23
*[More information](#more-information)
24
24
25
25
## 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*
27
27
28
28
<table>
29
29
<tr>
@@ -582,7 +582,7 @@ var database = sqlServer.Databases.Define(databaseName)
582
582
583
583
### Latest stable release
584
584
585
-
**1.31.1** release builds are available on NuGet:
585
+
**1.32.0** release builds are available on NuGet:
586
586
587
587
|Azure Management Library | Package name | Stable |
@@ -621,7 +621,7 @@ var database = sqlServer.Databases.Define(databaseName)
621
621
622
622
## Upgrading from older versions
623
623
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).
625
625
626
626
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:
627
627
@@ -656,6 +656,7 @@ If you would like to become an active contributor to this project please follow
| 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 |
659
660
| 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 |
660
661
| 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 |
661
662
| 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