diff --git a/iTraceVS/Properties/AssemblyInfo.cs b/iTraceVS/Properties/AssemblyInfo.cs index 1153d5e..c22b5a1 100644 --- a/iTraceVS/Properties/AssemblyInfo.cs +++ b/iTraceVS/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("iTraceVS Plugin")] +[assembly: AssemblyTitle("iTrace VS Plugin")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("iTraceVS Plugin")] +[assembly: AssemblyProduct("iTrace VS Plugin")] [assembly: AssemblyCopyright("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/iTraceVS/iTraceVS.csproj b/iTraceVS/iTraceVS.csproj index cdfa51d..9eba0a4 100644 --- a/iTraceVS/iTraceVS.csproj +++ b/iTraceVS/iTraceVS.csproj @@ -43,7 +43,7 @@ Library Properties iTraceVS - iTraceVS Plugin + iTrace VS Plugin v4.6.1 true true diff --git a/iTraceVS/itrace_window.cs b/iTraceVS/itrace_window.cs index 9c88ae4..2faf192 100644 --- a/iTraceVS/itrace_window.cs +++ b/iTraceVS/itrace_window.cs @@ -23,7 +23,7 @@ public class itrace_window : ToolWindowPane /// public itrace_window() : base(null) { - this.Caption = "iTraceVS Plugin"; + this.Caption = "iTrace VS Plugin"; // This is the user control hosted by the tool window; Note that, even if this class implements IDisposable, // we are not calling Dispose on this object. This is because ToolWindowPane calls Dispose on diff --git a/iTraceVS/itrace_windowControl.xaml b/iTraceVS/itrace_windowControl.xaml index 3195f10..935ba29 100644 --- a/iTraceVS/itrace_windowControl.xaml +++ b/iTraceVS/itrace_windowControl.xaml @@ -10,7 +10,7 @@ Name="MyToolWindow"> - + diff --git a/iTraceVS/source.extension.vsixmanifest b/iTraceVS/source.extension.vsixmanifest index e1ad925..79ae237 100644 --- a/iTraceVS/source.extension.vsixmanifest +++ b/iTraceVS/source.extension.vsixmanifest @@ -2,7 +2,7 @@ - iTraceVS Plugin + iTrace VS Plugin iTrace Visual Studio Plugin