Skip to content

Commit

Permalink
1.1.2 change notes, update roadmap info
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Jan 12, 2022
1 parent ab1e711 commit b80a776
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<h2>1.1.2</h2>
<p>
<ul>
<li>Fix: Duplicated items in dropdowns when projects has multiple target framework</li>
<li>Fix: Duplicated items in the build configuration dropdown when solution has multiple target platforms</li>
<li>Fix: Exceptions when trying to open any action with no build configuration in solution</li>
</ul>
</p>
<h2>1.1.1</h2>
<p>
<ul>
Expand Down
17 changes: 7 additions & 10 deletions docs/ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
## Feature readmap
### 1.0.0
- Creating migrations
- Updating database with selected migration (including migration names autocompletion)
- Removing last created migration
- Persisting selected migrations and startup projects between dialogs
- Suggesting installing dotnet `ef command` line tools if not installed (when opening solution that contains EF Core related projects)
- Deleting used database
## Feature roadmap

### 1.1.0
### 2.0.0
- DB-first scaffolding with all available customization options

### Future
- Add ability to specify folder for migrations on "Add migration"

You could also take a look into currently [**active milestones**](https://github.com/seclerp/rider-efcore/milestones) for more detailed items.

## Suggestions

Currently submitted suggestions are located [**here**](https://github.com/seclerp/rider-efcore/issues?q=is%3Aissue+is%3Aopen+label%3Asuggestion).
Current submitted suggestions are located [**here**](https://github.com/seclerp/rider-efcore/issues?q=is%3Aissue+is%3Aopen+label%3Asuggestion).
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.1.1
PluginVersion=1.1.2

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.1.1</version>
<version>1.1.2</version>
<vendor url="https://github.com/seclerp">Andrew Rublyov</vendor>
<idea-version since-build="2021.3" />
<depends>com.intellij.modules.rider</depends>
Expand Down

0 comments on commit b80a776

Please sign in to comment.