Add new release folder structure (#1540)
This commit is contained in:
Родитель
b708cef519
Коммит
9caee5de28
|
@ -6,6 +6,8 @@ entries:
|
|||
url: /releases/latest/index.html
|
||||
- title: 2020 Releases
|
||||
folderitems:
|
||||
- title: August
|
||||
url: /releases/2020-08/index.html
|
||||
- title: July
|
||||
url: /releases/2020-07/index.html
|
||||
- title: June
|
||||
|
|
|
@ -0,0 +1,48 @@
|
|||
---
|
||||
title: Azure SDK for .NET (August 2020)
|
||||
layout: post
|
||||
tags: dotnet
|
||||
sidebar: releases_sidebar
|
||||
repository: azure/azure-sdk-for-net
|
||||
---
|
||||
|
||||
The Azure SDK team is pleased to announce our August 2020 client library releases.
|
||||
|
||||
#### GA
|
||||
|
||||
- _Add packages_
|
||||
|
||||
#### Updates
|
||||
|
||||
- _Add packages_
|
||||
|
||||
#### Preview
|
||||
|
||||
- _Add packages_
|
||||
|
||||
## Installation Instructions
|
||||
|
||||
To install any of our packages, please search for them via `Manage NuGet Packages...` in Visual Studio (with `Include prerelease` checked) or copy these commands into your terminal:
|
||||
|
||||
```bash
|
||||
$> dotnet install PACKAGE --version whatever
|
||||
```
|
||||
|
||||
## Feedback
|
||||
|
||||
If you have a bug or feature request for one of the libraries, please [file an issue in our repo](https://github.com/Azure/azure-sdk-for-net/issues/new/choose).
|
||||
|
||||
## Changelog
|
||||
|
||||
Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here are some of the highlights:
|
||||
|
||||
### _Package name_
|
||||
|
||||
- Major changes only!!!
|
||||
|
||||
## Latest Releases
|
||||
|
||||
{% assign packages = site.data.releases.latest.dotnet-packages %}
|
||||
{% include dotnet-packages.html %}
|
||||
|
||||
{% include refs.md %}
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: Azure SDK (August 2020)
|
||||
layout: post
|
||||
tags: release
|
||||
sidebar: releases_sidebar
|
||||
---
|
||||
|
||||
## Release notes
|
||||
|
||||
* [.NET](dotnet.md)
|
||||
* [Java](java.md)
|
||||
* [JavaScript](js.md)
|
||||
* [Python](python.md)
|
|
@ -0,0 +1,56 @@
|
|||
---
|
||||
title: Azure SDK for Java (August 2020)
|
||||
layout: post
|
||||
tags: java azure
|
||||
sidebar: releases_sidebar
|
||||
repository: azure/azure-sdk-for-java
|
||||
---
|
||||
|
||||
The Azure SDK team is pleased to announce our August 2020 client library releases.
|
||||
|
||||
#### GA
|
||||
|
||||
- _Add packages_
|
||||
|
||||
#### Updates
|
||||
|
||||
- _Add packages_
|
||||
|
||||
#### Preview
|
||||
|
||||
- _Add packages_
|
||||
|
||||
## Installation Instructions
|
||||
|
||||
To use the GA and beta libraries, refer to the Maven dependency information below, which may be copied into your projects Maven `pom.xml` file as appropriate. If you are using a different build tool, refer to its documentation on how to specify dependencies.
|
||||
|
||||
```xml
|
||||
<!-- Insert dependencies -->
|
||||
```
|
||||
|
||||
## Feedback
|
||||
|
||||
If you have a bug or feature request for one of the libraries, please post an issue to [GitHub](https://github.com/azure/azure-sdk-for-java/issues).
|
||||
|
||||
## Changelog
|
||||
|
||||
Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here are some of the highlights:
|
||||
|
||||
### _Package name_
|
||||
|
||||
- Major changes only!
|
||||
|
||||
## Need help
|
||||
|
||||
- For reference documentation visit the [Azure SDK for Java documentation](https://azure.github.io/azure-sdk-for-java/).
|
||||
- For tutorials, samples, quick starts and other documentation, visit [Azure for Java Developers](https://docs.microsoft.com/java/azure/).
|
||||
- For build reports on code quality, test coverage, etc, visit [Azure Java SDK](https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java/index.html).
|
||||
- File an issue via [Github Issues](https://github.com/Azure/azure-sdk-for-java/issues/new/choose).
|
||||
- Check [previous questions](https://stackoverflow.com/questions/tagged/azure-java-sdk) or ask new ones on StackOverflow using `azure-java-sdk` tag.
|
||||
|
||||
## Latest Releases
|
||||
|
||||
{% assign packages = site.data.releases.latest.java-packages %}
|
||||
{% include java-packages.html %}
|
||||
|
||||
{% include refs.md %}
|
|
@ -0,0 +1,48 @@
|
|||
---
|
||||
title: Azure SDK for JavaScript (August 2020)
|
||||
layout: post
|
||||
tags: javascript typescript
|
||||
sidebar: releases_sidebar
|
||||
repository: azure/azure-sdk-for-js
|
||||
---
|
||||
|
||||
The Azure SDK team is pleased to make available the August 2020 client library release.
|
||||
|
||||
#### GA
|
||||
|
||||
- _Add packages_
|
||||
|
||||
#### Updates
|
||||
|
||||
- _Add packages_
|
||||
|
||||
#### Preview
|
||||
|
||||
- _Add packages_
|
||||
|
||||
## Installation Instructions
|
||||
|
||||
To install the packages, copy and paste the below into a terminal.
|
||||
|
||||
```bash
|
||||
$> npm install @azure/package-name
|
||||
```
|
||||
|
||||
## Feedback
|
||||
|
||||
If you have a bug or feature request for one of the libraries, please post an issue at the [azure-sdk-for-js repository](https://github.com/azure/azure-sdk-for-js/issues)
|
||||
|
||||
## Changelog
|
||||
|
||||
Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here are some of the highlights:
|
||||
|
||||
### _Package name_
|
||||
|
||||
- Major changes only!
|
||||
|
||||
## Latest Releases
|
||||
|
||||
{% assign packages = site.data.releases.latest.js-packages %}
|
||||
{% include js-packages.html %}
|
||||
|
||||
{% include refs.md %}
|
|
@ -0,0 +1,48 @@
|
|||
---
|
||||
title: Azure SDK for Python (August 2020)
|
||||
layout: post
|
||||
tags: python
|
||||
sidebar: releases_sidebar
|
||||
repository: azure/azure-sdk-for-python
|
||||
---
|
||||
|
||||
The Azure SDK team is pleased to make available the August 2020 client library release.
|
||||
|
||||
#### GA
|
||||
|
||||
- _Add packages_
|
||||
|
||||
#### Updates
|
||||
|
||||
- _Add packages_
|
||||
|
||||
#### Preview
|
||||
|
||||
- _Add packages_
|
||||
|
||||
## Installation Instructions
|
||||
|
||||
To install the latest preview version of the packages, copy and paste the following commands into a terminal:
|
||||
|
||||
```bash
|
||||
$> pip install azure-packagename
|
||||
```
|
||||
|
||||
## Feedback
|
||||
|
||||
If you have a bug or feature request for one of the libraries, please post an issue to [GitHub](https://github.com/azure/azure-sdk-for-python/issues).
|
||||
|
||||
## Changelog
|
||||
|
||||
Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here are some of the highlights:
|
||||
|
||||
### _Package name_
|
||||
|
||||
- Major changes only!
|
||||
|
||||
## Latest Releases
|
||||
|
||||
{% assign packages = site.data.releases.latest.python-packages %}
|
||||
{% include python-packages.html %}
|
||||
|
||||
{% include refs.md %}
|
Загрузка…
Ссылка в новой задаче