Skip to content

Commit 04de11d

Browse files
committed
Change urls and fix casing in nuspec.
1 parent 3d8fb3e commit 04de11d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/LINQPadQueryPlanVisualizer.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<version>1.0.1</version>
66
<title>LINQPad Query Plan Visualizer</title>
77
<authors>Giorgi</authors>
8-
<licenseUrl>https://github.com/Giorgi/QueryPlanVisualizer/blob/master/License.md</licenseUrl>
9-
<projectUrl>https://github.com/Giorgi/QueryPlanVisualizer</projectUrl>
8+
<licenseUrl>https://github.com/Giorgi/LINQPad.QueryPlanVisualizer/blob/master/License.md</licenseUrl>
9+
<projectUrl>https://github.com/Giorgi/LINQPad.QueryPlanVisualizer</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11-
<description>Sql Server query execution plan visualizer for LINQPad.
11+
<description>SQL Server query execution plan visualizer for LINQPad.
1212

1313
Features Include:
1414

1515
View query execution plan inside LINQPad
1616
View missing indexes for query
1717
Create missing indexes directly from LINQPad
18-
Open plan in Sql Server Management Studio or other default app
18+
Open plan in SQL Server Management Studio or other default app
1919
Save plan to xml file</description>
20-
<summary>Sql Server query execution plan visualizer for LINQPad</summary>
20+
<summary>SQL Server query execution plan visualizer for LINQPad</summary>
2121
<releaseNotes>Initial Release</releaseNotes>
22-
<tags>LINQPad SqlServer</tags>
22+
<tags>LINQPad SQL SQLServer</tags>
2323
</metadata>
2424
<files>
2525
<file src="QueryPlanVisualizer\bin\Release\LINQPad.QueryPlanVisualizer.dll" target="lib\net45\LINQPad.QueryPlanVisualizer.dll" />

0 commit comments

Comments
 (0)