Skip to content

Commit 6864077

Browse files
Prep for v0.6.2 release (#619)
* Bump version to 0.6.2 * Update changelog * Update NOTICE.html
1 parent 1c48bbf commit 6864077

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.6.2 - 2023-03-22
4+
5+
### Changed
6+
* Prepare for [Azure Spring Apps VS Code extension](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-azurespringcloud) integration by @wangmingliang-ms in [#605](https://github.com/microsoft/vscode-azureresourcegroups/pull/605)
7+
38
## 0.6.1 - 2023-02-29
49

510
### Fixed

NOTICE.html

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,8 @@ <h1>NOTICES AND INFORMATION</h1>
11581158
@azure/core-tracing 1.0.0-preview.13 - MIT
11591159
</summary>
11601160
<p><a href="https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-tracing/README.md">https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-tracing/README.md</a></p>
1161-
<ul><li>Copyright (c) Microsoft Corporation.</li></ul>
1161+
<ul><li>Copyright (c) 2020 Microsoft</li>
1162+
<li>Copyright (c) Microsoft Corporation</li></ul>
11621163
<pre>
11631164
The MIT License (MIT)
11641165

@@ -1512,6 +1513,26 @@ <h1>NOTICES AND INFORMATION</h1>
15121513
</pre>
15131514
</details>
15141515
</li>
1516+
<li>
1517+
<details>
1518+
<summary>
1519+
@microsoft/vscode-azureresources-api 2.0.2 - MIT
1520+
</summary>
1521+
1522+
<ul><li>Copyright (c) Microsoft Corporation</li></ul>
1523+
<pre>
1524+
MIT License
1525+
1526+
Copyright (c) &lt;year&gt; &lt;copyright holders&gt;
1527+
1528+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1529+
1530+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1531+
1532+
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1533+
</pre>
1534+
</details>
1535+
</li>
15151536
<li>
15161537
<details>
15171538
<summary>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-azureresourcegroups",
33
"displayName": "Azure Resources",
44
"description": "%azureResourceGroups.description%",
5-
"version": "0.6.2-alpha.0",
5+
"version": "0.6.2",
66
"publisher": "ms-azuretools",
77
"icon": "resources/resourceGroup.png",
88
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",

0 commit comments

Comments
 (0)