File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments