Skip to content

Commit c95d641

Browse files
Merge branch 'endgame-202412' into endgame-202412.next
2 parents 4572cde + 0b7b635 commit c95d641

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
115115
- [3.0.7](#307)
116116
- [3.0.6](#306)
117117

118+
## 3.94.0
119+
- Fix some known issues.
120+
118121
## 3.93.0
119122
- Support IntelliJ 2024.3 Beta
120123
- Support Azure Cloud Shell (Thanks for @rafaelldi)

PluginsAndFeatures/azure-toolkit-for-intellij/.idea/gradle.xml

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

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

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

4+
## 3.94.0
5+
- Fix some known issues.
6+
47
## 3.93.0
58
- Support IntelliJ 2024.3 Beta
69
- Support Azure Cloud Shell (Thanks for @rafaelldi)

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@
2727
<change-notes>
2828
<![CDATA[
2929
<html>
30-
<h2 id="3-93-0">3.93.0</h2>
30+
<h2 id="3-94-0">3.94.0</h2>
3131
<ul>
32-
<li>Support IntelliJ 2024.3 Beta</li>
33-
<li>Support Azure Cloud Shell (Thanks for @rafaelldi)</li>
32+
<li>Fix some known issues.</li>
3433
</ul>
3534
<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>
3635
</html>

0 commit comments

Comments
 (0)