Skip to content

Commit

Permalink
Prepare 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Mar 28, 2022
1 parent debef5c commit f81fd72
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-eap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: 🏗 Build Plugin (EAP)
uses: gradle/gradle-build-action@v2
with:
arguments: buildPlugin -PRiderSdkVersion=2022.1.0-eap05 -PProductVersion=2022.1-EAP5-SNAPSHOT
arguments: buildPlugin -PRiderSdkVersion=2022.1.0-eap07 -PProductVersion=2022.1-EAP7-SNAPSHOT
4 changes: 2 additions & 2 deletions .github/workflows/deploy-eap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
# with:
# arguments: buildPlugin -PPublishToken=${{ secrets.JB_PUBLISH_TOKEN }}

- name: 🏗 Build Plugin for 2022.1 EAP 5
- name: 🏗 Build Plugin for 2022.1 EAP
uses: gradle/gradle-build-action@v2
with:
arguments: buildPlugin -PRiderSdkVersion=2022.1.0-eap05 -PProductVersion=2022.1-EAP5-SNAPSHOT
arguments: buildPlugin -PRiderSdkVersion=2022.1.0-eap07 -PProductVersion=2022.1-EAP7-SNAPSHOT

- name: 🚀 Create Release
uses: ncipollo/release-action@v1
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<h2>1.3.0</h2>
<p>
<ul>
<li>Add ability to open EF Core action under Tools application menu entry</li>
<li>Add EF Core Quick Actions window</li>
<li>Improve Startup project detection logic (#59 by @kolosovpetro)</li>
<li>Remove migration parent folder after Remove Last Migration if there are no migrations (#51 by @kolosovpetro)</li>
<li>Show only migrations related to selected DbContext in Update Database's Target migration autocompletion (#50 by @kolosovpetro)</li>
</ul>
</p>
<h2>1.2.1</h2>
<p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ javaVersion=11
DotnetPluginId=Rider.Plugins.EfCore
DotnetSolution=Rider.Plugins.EfCore.sln
RiderPluginId=me.seclerp.rider.plugins.efcore
PluginVersion=1.2.1
PluginVersion=1.3.0

BuildConfiguration=Debug

Expand Down
2 changes: 1 addition & 1 deletion src/rider/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin require-restart="true">
<id>me.seclerp.rider.plugins.efcore</id>
<name>Entity Framework Core UI</name>
<version>1.2.1</version>
<version>1.3.0</version>
<vendor url="https://github.com/seclerp">Andrew Rublyov</vendor>
<idea-version since-build="2021.3.2" />
<depends>com.intellij.modules.rider</depends>
Expand Down

0 comments on commit f81fd72

Please sign in to comment.