Skip to content

Commit 0fee3d4

Browse files
Merge pull request #11158 from microsoft/azure-pipelines
Update release-stable.yml for Azure Pipelines
2 parents 1e2e6e3 + b215cc3 commit 0fee3d4

File tree

9 files changed

+15
-13
lines changed

9 files changed

+15
-13
lines changed

.azure-pipelines/release-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extends:
4343
targetPath: '$(Build.SourcesDirectory)'
4444
steps:
4545
- task: Bash@3
46-
displayName: Build Toolkit Libs@$(TOOLKIT_BRANCH)
46+
displayName: release to stable channel
4747
inputs:
4848
targetType: inline
4949
script: |-

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in this file.
44

55
- [Change Log](#change-log)
6-
- [3.96.0](#3960)
6+
- [3.96.1](#3961)
77
- [3.95.0](#3950)
88
- [3.94.0](#3940)
99
- [3.93.0](#3930)
@@ -118,7 +118,7 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
118118
- [3.0.7](#307)
119119
- [3.0.6](#306)
120120

121-
## 3.96.0
121+
## 3.96.1
122122
- Configure Azure MCP server for GitHub Copilot
123123
- Integrate azd to Azure Explorer
124124
- Fix some known issues

PluginsAndFeatures/AddLibrary/AzureLibraries/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.microsoft.azuretools</groupId>
2929
<artifactId>utils</artifactId>
30-
<version>3.96.0</version>
30+
<version>3.96.1</version>
3131
</parent>
3232
<groupId>com.microsoft.azuretools</groupId>
3333
<artifactId>com.microsoft.azuretools.sdk.lib</artifactId>
@@ -39,7 +39,7 @@
3939
</organization>
4040

4141
<properties>
42-
<azuretool.version>3.96.0</azuretool.version>
42+
<azuretool.version>3.96.1</azuretool.version>
4343
<azuretool.sdk.version>3.32.0.qualifier</azuretool.sdk.version>
4444
<azure.toolkit-lib.version>0.52.2</azure.toolkit-lib.version>
4545
</properties>

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-base/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pluginVersion=3.96.0
1+
pluginVersion=3.96.1
22
intellijDisplayVersion=2024.2
33
intellij_version=IU-242-EAP-SNAPSHOT
44
scala_plugin=org.intellij.scala:2024.2.5

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-base/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:xi="http://www.w3.org/2001/XInclude">
33
<id>com.microsoft.tooling.msservices.intellij.azure</id>
44
<name>Azure Toolkit</name>
5-
<version>3.96.0</version>
5+
<version>3.96.1</version>
66
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>
77

88
<description>

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib-java/src/main/resources/whatsnew.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<!-- Version: 3.88.0 -->
22
# What's new in Azure Toolkit for IntelliJ
33

4-
## 3.96.0
4+
## 3.96.1
5+
- Configure Azure MCP server for GitHub Copilot
56
- Integrate azd to Azure Explorer
6-
- Fix some known issues.
7+
- Fix some known issues
78

89
## 3.95.0
910
- Update function cdn uri

PluginsAndFeatures/azure-toolkit-for-intellij/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pluginVersion=3.96.0
1+
pluginVersion=3.96.1
22
intellijDisplayVersion=2025.1
33
intellij_version=IU-2025.1
44
platformVersion=2025.1

PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:xi="http://www.w3.org/2001/XInclude">
33
<id>com.microsoft.tooling.msservices.intellij.azure</id>
44
<name>Azure Toolkit for IntelliJ</name>
5-
<version>3.96.0</version>
5+
<version>3.96.1</version>
66
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>
77

88
<description><![CDATA[
@@ -27,8 +27,9 @@
2727
<change-notes>
2828
<![CDATA[
2929
<html>
30-
<h2 id="3-96-0">3.96.0</h2>
30+
<h2 id="3-96-1">3.96.1</h2>
3131
<ul>
32+
<li>Configure Azure MCP server for GitHub Copilot.</li>
3233
<li>Integrate azd to Azure Explorer.</li>
3334
<li>Fix some known issues.</li>
3435
</ul>

Utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>com.microsoft.azuretools</groupId>
2929
<artifactId>utils</artifactId>
30-
<version>3.96.0</version>
30+
<version>3.96.1</version>
3131
<packaging>pom</packaging>
3232
<name>${project.artifactId}-${project.version}</name>
3333
<properties>

0 commit comments

Comments
 (0)