Skip to content

Commit b0bde42

Browse files
tduguidtduguid
authored andcommitted
Updated project name
1 parent c601e68 commit b0bde42

16 files changed

+63
-57
lines changed

CS/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
// General Information about an assembly is controlled through the following
77
// set of attributes. Change these attribute values to modify the information
88
// associated with an assembly.
9-
[assembly: AssemblyTitle("Server Actions")]
10-
[assembly: AssemblyDescription("Excel Addin Server Actions")]
9+
[assembly: AssemblyTitle("Server Help")]
10+
[assembly: AssemblyDescription("Excel Addin Server Help")]
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("Anthony Duguid")]
13-
[assembly: AssemblyProduct("ServerActions")]
13+
[assembly: AssemblyProduct("ServerHelp")]
1414
[assembly: AssemblyCopyright("Anthony Duguid")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]

CS/Properties/Settings.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CS/Properties/Settings.settings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<Value Profile="(Default)">Anthony Duguid</Value>
77
</Setting>
88
<Setting Name="App_PathNewIssue" Type="System.String" Scope="User">
9-
<Value Profile="(Default)">https://github.com/Office-projects/ServerActions/issues/new</Value>
9+
<Value Profile="(Default)">https://github.com/Office-projects/Server-Help/issues/new</Value>
1010
</Setting>
1111
<Setting Name="App_PathReadMe" Type="System.String" Scope="User">
12-
<Value Profile="(Default)">https://github.com/Office-projects/ServerActions/blob/master/README.md</Value>
12+
<Value Profile="(Default)">https://github.com/Office-projects/Server-Help/blob/master/README.md</Value>
1313
</Setting>
1414
<Setting Name="App_ReleaseDate" Type="System.DateTime" Scope="User">
1515
<Value Profile="(Default)">07/31/2017 12:00:00</Value>

CS/Ribbon.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="Ribbon_Load">
33
<ribbon>
4+
<qat>
5+
<sharedControls >
6+
<button idMso ="Copy"/>
7+
</sharedControls>
8+
<documentControls >
9+
<button idMso="Cut"/>
10+
</documentControls>
11+
</qat>
412
<tabs>
513
<tab
614
id="tabServerActions"

CS/Scripts/Ribbon.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ public void RefreshCombobox()
523523
if (ErrorHandler.IsValidListObject())
524524
{
525525
ribbon.Invalidate();
526+
ribbon.InvalidateControl("ID1");
526527
}
527528

528529
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@
2626
<OutputType>Library</OutputType>
2727
<NoStandardLibraries>false</NoStandardLibraries>
2828
<RootNamespace>ServerActions</RootNamespace>
29-
<AssemblyName>ServerActions</AssemblyName>
29+
<AssemblyName>ServerHelp</AssemblyName>
3030
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
3131
<DefineConstants>VSTO40</DefineConstants>
3232
<IsWebBootstrapper>True</IsWebBootstrapper>
3333
<BootstrapperEnabled>true</BootstrapperEnabled>
3434
<PublishUrl>publish\</PublishUrl>
35-
<InstallUrl>https://github.com/Office-projects/Server-Actions/master/CS/publish/</InstallUrl>
35+
<InstallUrl>https://github.com/Office-projects/Server-Help/master/CS/publish/</InstallUrl>
3636
<TargetCulture>en</TargetCulture>
3737
<ApplicationVersion>2.0.0.0</ApplicationVersion>
3838
<AutoIncrementApplicationRevision>true</AutoIncrementApplicationRevision>
3939
<UpdateEnabled>true</UpdateEnabled>
4040
<UpdateInterval>0</UpdateInterval>
4141
<UpdateIntervalUnits>days</UpdateIntervalUnits>
42-
<ProductName>Excel Addin Server Actions</ProductName>
42+
<ProductName>Excel Addin Server Help</ProductName>
4343
<PublisherName>Anthony Duguid</PublisherName>
44-
<SupportUrl>https://github.com/Office-projects/Server-Actions/blob/master/README.md</SupportUrl>
45-
<FriendlyName>Excel Addin Server Actions</FriendlyName>
44+
<SupportUrl>https://github.com/Office-projects/Server-Help/blob/master/README.md</SupportUrl>
45+
<FriendlyName>Excel Addin Server Help</FriendlyName>
4646
<OfficeApplicationDescription>This Add-In pings a list of servers from an Excel table and creates a file for Microsoft Remote Desktop Manager.</OfficeApplicationDescription>
4747
<LoadBehavior>3</LoadBehavior>
4848
</PropertyGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
44
VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerActions", "ServerActions.csproj", "{49DC4E9F-F164-4B20-A834-254831D2D20B}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerHelp", "ServerHelp.csproj", "{49DC4E9F-F164-4B20-A834-254831D2D20B}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

CS/app.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<userSettings>
1212
<ServerActions.Properties.Settings>
1313
<setting name="App_PathNewIssue" serializeAs="String">
14-
<value>https://github.com/Office-projects/ServerActions/issues/new</value>
14+
<value>https://github.com/Office-projects/Server-Help/issues/new</value>
1515
</setting>
1616
<setting name="App_PathReadMe" serializeAs="String">
17-
<value>https://github.com/Office-projects/ServerActions/blob/master/README.md</value>
17+
<value>https://github.com/Office-projects/Server-Help/blob/master/README.md</value>
1818
</setting>
1919
<setting name="App_ReleaseDate" serializeAs="String">
2020
<value>07/31/2017 12:00:00</value>

VB/My Project/AssemblyInfo.vb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Imports System.Security
99

1010
' Review the values of the assembly attributes
1111

12-
<Assembly: AssemblyTitle("Server Actions")>
13-
<Assembly: AssemblyDescription("Excel Addin Server Actions")>
12+
<Assembly: AssemblyTitle("Server Help")>
13+
<Assembly: AssemblyDescription("Excel Addin Server Help")>
1414
<Assembly: AssemblyCompany("Anthony Duguid")>
15-
<Assembly: AssemblyProduct("ServerActions")>
15+
<Assembly: AssemblyProduct("ServerHelp")>
1616
<Assembly: AssemblyCopyright("Anthony Duguid")>
1717
<Assembly: AssemblyTrademark("")>
1818

VB/My Project/Settings.Designer.vb

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)