Skip to content

Commit 3d8fb3e

Browse files
committed
Change assembly name and target framework version.
1 parent 7477876 commit 3d8fb3e

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

src/LINQPadQueryPlanVisualizer.nuspec

Lines changed: 2 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.0</version>
5+
<version>1.0.1</version>
66
<title>LINQPad Query Plan Visualizer</title>
77
<authors>Giorgi</authors>
88
<licenseUrl>https://github.com/Giorgi/QueryPlanVisualizer/blob/master/License.md</licenseUrl>
@@ -22,6 +22,6 @@ Features Include:
2222
<tags>LINQPad SqlServer</tags>
2323
</metadata>
2424
<files>
25-
<file src="QueryPlanVisualizer\bin\Release\ExecutionPlanVisualizer.dll" target="lib\net45\ExecutionPlanVisualizer.dll" />
25+
<file src="QueryPlanVisualizer\bin\Release\LINQPad.QueryPlanVisualizer.dll" target="lib\net45\LINQPad.QueryPlanVisualizer.dll" />
2626
</files>
2727
</package>

src/QueryPlanVisualizer/Properties/DataSources/MissingIndexDetails.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
cause the file to be unrecognizable by the program.
77
-->
88
<GenericObjectDataSource DisplayName="MissingIndexDetails" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9-
<TypeInfo>ExecutionPlanVisualizer.MissingIndexDetails, ExecutionPlanVisualizer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
9+
<TypeInfo>ExecutionPlanVisualizer.MissingIndexDetails, LINQPad.QueryPlanVisualizer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
1010
</GenericObjectDataSource>

src/QueryPlanVisualizer/QueryPlanVisualizer.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>ExecutionPlanVisualizer</RootNamespace>
11-
<AssemblyName>ExecutionPlanVisualizer</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
11+
<AssemblyName>LINQPad.QueryPlanVisualizer</AssemblyName>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14+
<TargetFrameworkProfile />
1415
</PropertyGroup>
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1617
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)