Skip to content

Commit 9f71115

Browse files
committed
Updated project name in settings site paths
1 parent 056d613 commit 9f71115

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,4 @@ ModelManifest.xml
195195
/CS/.vs/ScriptHelp/v15/Server/sqlite3
196196
/CS/packages/log4net.2.0.8/lib
197197
/CS/packages/log4net.2.0.8
198+
/CS/.vs/ScriptHelp/DesignTimeBuild

CS/Properties/Settings.Designer.cs

Lines changed: 4 additions & 4 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<Value Profile="(Default)">;</Value>
4343
</Setting>
4444
<Setting Name="App_PathDeploy" Type="System.String" Scope="User">
45-
<Value Profile="(Default)">https://raw.githubusercontent.com/Office-projects/ScriptHelp/master/publish/</Value>
45+
<Value Profile="(Default)">https://raw.githubusercontent.com/Office-projects/Script-Help/master/publish/</Value>
4646
</Setting>
4747
<Setting Name="App_PathLocalData" Type="System.String" Scope="User">
4848
<Value Profile="(Default)" />
@@ -63,7 +63,7 @@
6363
<Value Profile="(Default)">True</Value>
6464
</Setting>
6565
<Setting Name="App_PathReadMe" Type="System.String" Scope="User">
66-
<Value Profile="(Default)">https://github.com/Office-projects/ScriptHelp/blob/master/README.md</Value>
66+
<Value Profile="(Default)">https://github.com/Office-projects/Script-Help/blob/master/README.md</Value>
6767
</Setting>
6868
<Setting Name="App_PathDeployData" Type="System.String" Scope="User">
6969
<Value Profile="(Default)" />
@@ -75,7 +75,7 @@
7575
<Value Profile="(Default)">07/31/2017 13:05:00</Value>
7676
</Setting>
7777
<Setting Name="App_PathNewIssue" Type="System.String" Scope="User">
78-
<Value Profile="(Default)">https://github.com/Office-projects/ScriptHelp/issues/new</Value>
78+
<Value Profile="(Default)">https://github.com/Office-projects/Script-Help/issues/new</Value>
7979
</Setting>
8080
<Setting Name="Visible_grpAnnotation" Type="System.Boolean" Scope="User">
8181
<Value Profile="(Default)">False</Value>

CS/app.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<value>;</value>
4949
</setting>
5050
<setting name="App_PathDeploy" serializeAs="String">
51-
<value>https://raw.githubusercontent.com/Office-projects/ScriptHelp/master/publish/</value>
51+
<value>https://raw.githubusercontent.com/Office-projects/Script-Help/master/publish/</value>
5252
</setting>
5353
<setting name="App_PathLocalData" serializeAs="String">
5454
<value />
@@ -69,7 +69,7 @@
6969
<value>True</value>
7070
</setting>
7171
<setting name="App_PathReadMe" serializeAs="String">
72-
<value>https://github.com/Office-projects/ScriptHelp/blob/master/README.md</value>
72+
<value>https://github.com/Office-projects/Script-Help/blob/master/README.md</value>
7373
</setting>
7474
<setting name="App_PathDeployData" serializeAs="String">
7575
<value />
@@ -81,7 +81,7 @@
8181
<value>07/31/2017 13:05:00</value>
8282
</setting>
8383
<setting name="App_PathNewIssue" serializeAs="String">
84-
<value>https://github.com/Office-projects/ScriptHelp/issues/new</value>
84+
<value>https://github.com/Office-projects/Script-Help/issues/new</value>
8585
</setting>
8686
<setting name="Visible_grpAnnotation" serializeAs="String">
8787
<value>False</value>

0 commit comments

Comments
 (0)