Skip to content

Commit 74a2433

Browse files
committed
Updated nuspec.
1 parent e45223a commit 74a2433

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/LINQPadQueryPlanVisualizer.nuspec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>LINQPadQueryPlanVisualizer</id>
5-
<version>1.0.1</version>
5+
<version>1.1.1</version>
66
<title>LINQPad Query Plan Visualizer</title>
77
<authors>Giorgi</authors>
88
<licenseUrl>https://github.com/Giorgi/LINQPad.QueryPlanVisualizer/blob/master/License.md</licenseUrl>
@@ -18,7 +18,11 @@ Features Include:
1818
Open plan in SQL Server Management Studio or other default app
1919
Save plan to xml file</description>
2020
<summary>SQL Server query execution plan visualizer for LINQPad</summary>
21-
<releaseNotes>Initial Release</releaseNotes>
21+
<releaseNotes>Added support for typed LINQ Datacontext, Entity Framework 5 and Entity Framework 6 contexts.
22+
23+
Show separate execution plan for each query.
24+
25+
Fixed minor bugs.</releaseNotes>
2226
<tags>LINQPad SQL SQLServer</tags>
2327
</metadata>
2428
<files>

0 commit comments

Comments
 (0)