Skip to content

Commit 6077343

Browse files
Merge pull request #10947 from microsoft/wangmi/start-endgame
update changelog and bump version
2 parents 66b27f9 + 6e602e4 commit 6077343

File tree

8 files changed

+19
-10
lines changed

8 files changed

+19
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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)
67
- [3.95.0](#3950)
78
- [3.94.0](#3940)
89
- [3.93.0](#3930)
@@ -117,6 +118,10 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
117118
- [3.0.7](#307)
118119
- [3.0.6](#306)
119120

121+
## 3.96.0
122+
- Integrate azd to Azure Explorer
123+
- Fix some known issues.
124+
120125
## 3.95.0
121126
- Update function cdn uri
122127
- Integrate rule sets for flagging and making better Azure SDK usage

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.95.0</version>
30+
<version>3.96.0</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.95.0</azuretool.version>
42+
<azuretool.version>3.96.0</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.95.0
1+
pluginVersion=3.96.0
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.95.0</version>
5+
<version>3.96.0</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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!-- Version: 3.88.0 -->
22
# What's new in Azure Toolkit for IntelliJ
33

4+
## 3.96.0
5+
- Integrate azd to Azure Explorer
6+
- Fix some known issues.
7+
48
## 3.95.0
59
- Update function cdn uri
610
- Integrate rule sets for flagging and making better Azure SDK usage.

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.95.0
1+
pluginVersion=3.96.0
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: 4 additions & 4 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.95.0</version>
5+
<version>3.96.0</version>
66
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>
77

88
<description><![CDATA[
@@ -27,10 +27,10 @@
2727
<change-notes>
2828
<![CDATA[
2929
<html>
30-
<h2 id="3-95-0">3.95.0</h2>
30+
<h2 id="3-96-0">3.96.0</h2>
3131
<ul>
32-
<li>Update function cdn uri</li>
33-
<li>Integrate rule sets for flagging and making better Azure SDK usage</li>
32+
<li>Integrate azd to Azure Explorer.</li>
33+
<li>Fix some known issues.</li>
3434
</ul>
3535
<p>You may get the full change log <a href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
3636
</html>

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.95.0</version>
30+
<version>3.96.0</version>
3131
<packaging>pom</packaging>
3232
<name>${project.artifactId}-${project.version}</name>
3333
<properties>

0 commit comments

Comments
 (0)