Skip to content

Commit

Permalink
update readme to 1.25.0 (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Aug 23, 2019
1 parent 2cc6e04 commit 296f4d3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Azure Management Libraries for .NET

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

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).

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

## Feature Availability and Road Map
:triangular_flag_on_post: *as of Version 1.24.0*
:triangular_flag_on_post: *as of Version 1.25.0*

<table>
<tr>
Expand Down Expand Up @@ -575,7 +575,7 @@ var database = sqlServer.Databases.Define(databaseName)

### Latest stable release

**1.24.0** release builds are available on NuGet:
**1.25.0** release builds are available on NuGet:

|Azure Management Library | Package name | Stable |
|---------------------------------------------|-----------------------------------------------------|------------------------|
Expand Down Expand Up @@ -615,7 +615,7 @@ var database = sqlServer.Databases.Define(databaseName)

## Upgrading from older versions

If you are migrating your code from 1.23.x to 1.24.0, you can use these release notes for [preparing your code for 1.24.0 from 1.23.x](./notes/prepare-for-1.24.0.md).
If you are migrating your code from 1.24.x to 1.25.0, you can use these release notes for [preparing your code for 1.25.0 from 1.24.x](./notes/prepare-for-1.25.0.md).

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:

Expand Down Expand Up @@ -650,8 +650,9 @@ If you would like to become an active contributor to this project please follow

| Version | SHA1 | Remarks |
|-------------------|-------------------------------------------------------------------------------------------|-------------------------------------------------------|
| 1.24 | [1.24](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.24) | Tagged release for 1.24 version of Azure management libraries |
| 1.23 | [1.23](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.23) | Tagged release for 1.23 version of Azure management libraries |
| 1.25 | [1.25](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.25.0) | Tagged release for 1.25 version of Azure management libraries |
| 1.24 | [1.24](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.24.0) | Tagged release for 1.24 version of Azure management libraries |
| 1.23 | [1.23](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.23.0) | Tagged release for 1.23 version of Azure management libraries |
| 1.22 | [1.22](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.22) | Tagged release for 1.22 version of Azure management libraries |
| 1.21 | [1.21](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.21) | Tagged release for 1.21 version of Azure management libraries |
| 1.20 | [1.20](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.20) | Tagged release for 1.20 version of Azure management libraries |
Expand Down
8 changes: 8 additions & 0 deletions notes/prepare-for-1.25.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Prepare for Azure Management Libraries for .NET 1.25 #

Steps to migrate code that uses Azure Management Libraries for .NET from 1.24.x to 1.25.0 ...

> If this note missed any breaking changes, please open a pull request.

V1.25.0 is backwards compatible with V1.24.x in the APIs intended for public use that reached the general availability (stable) stage in V1.x.

0 comments on commit 296f4d3

Please sign in to comment.