Skip to content

Commit

Permalink
Prepare 222.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Aug 8, 2022
1 parent 07209a2 commit 7d90c55
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<h2>222.1.0</h2>
<p>
<ul>
<li>General: add support for .NET Standard 2.0 projects (Migrations projects only) (#101 by @Sander0542)</li>
<li>Fix: exception when trying to install EF Core tools from plugin (#103)</li>
<li>Fix: data inconsistency in projects dropdowns after changing solution structure</li>
</ul>
</p>
<h2>222.0.0</h2>
<p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ More about features and available dialogs you could read in [**the blog post**](
- `net6.0`
- `net5.0`
- `netcoreapp3.1`
- `netstandard2.0` (only for Migrations projects)
- `netstandard2.1` (only for Migrations projects)
- `netstandard2.0` (only for Migrations projects)


- EF Core global tools (`dotnet ef`) **5.0+** installed
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=222.0.1
PluginVersion=222.1.0

BuildConfiguration=Debug

Expand Down

0 comments on commit 7d90c55

Please sign in to comment.