Skip to content

Commit 8845d8e

Browse files
committed
Code change to accommodate GitHub repo username change.
1 parent be14521 commit 8845d8e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

HardySoft.UI.BatchImageProcessor/Classes/AssembyInformation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public string ApplicationUrl {
122122
/// </returns>
123123
public static Version GetLatestVersion() {
124124
try {
125-
WebRequest request = WebRequest.Create("https://github.com/hardywang/batch-image-watermark-processor/blob/wiki/CurrentVersion.md");
125+
WebRequest request = WebRequest.Create("https://raw.githubusercontent.com/HardySoftware/batch-image-watermark-processor/wiki/CurrentVersion.md");
126126
HttpWebResponse response = (HttpWebResponse)request.GetResponse();
127127
Stream dataStream = response.GetResponseStream();
128128
StreamReader reader = new StreamReader(dataStream);

HardySoft.UI.BatchImageProcessor/Controls/MainInterfaceControl.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ private void HelpCommand_CanExecute(object sender, CanExecuteRoutedEventArgs e)
822822

823823
#region Discuss forum command
824824
private void DiscussCommand_Executed(object sender, ExecutedRoutedEventArgs e) {
825-
System.Diagnostics.Process.Start("https://github.com/hardywang/batch-image-watermark-processor/issues");
825+
System.Diagnostics.Process.Start("https://github.com/HardySoftware/batch-image-watermark-processor/issues");
826826
}
827827
#endregion
828828

HardySoft.UI.BatchImageProcessor/Resources/LanguageContent.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

HardySoft.UI.BatchImageProcessor/Resources/LanguageContent.fr-FR.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="ApplicationUrl" xml:space="preserve">
121-
<value>https://github.com/hardywang/batch-image-watermark-processor/</value>
121+
<value>https://github.com/HardySoftware/batch-image-watermark-processor/</value>
122122
</data>
123123
<data name="Button_Font" xml:space="preserve">
124124
<value>Police</value>

HardySoft.UI.BatchImageProcessor/Resources/LanguageContent.it-IT.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="ApplicationUrl" xml:space="preserve">
121-
<value>https://github.com/hardywang/batch-image-watermark-processor/</value>
121+
<value>https://github.com/HardySoftware/batch-image-watermark-processor/</value>
122122
</data>
123123
<data name="Button_Font" xml:space="preserve">
124124
<value>Carattere</value>

HardySoft.UI.BatchImageProcessor/Resources/LanguageContent.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="ApplicationUrl" xml:space="preserve">
121-
<value>https://github.com/hardywang/batch-image-watermark-processor/</value>
121+
<value>https://github.com/HardySoftware/batch-image-watermark-processor/</value>
122122
</data>
123123
<data name="Button_Font" xml:space="preserve">
124124
<value>Font</value>

HardySoft.UI.BatchImageProcessor/Resources/LanguageContent.ru-RU.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="ApplicationUrl" xml:space="preserve">
121-
<value>https://github.com/hardywang/batch-image-watermark-processor/</value>
121+
<value>https://github.com/HardySoftware/batch-image-watermark-processor/</value>
122122
</data>
123123
<data name="Button_Font" xml:space="preserve">
124124
<value>Шрифт</value>

HardySoft.UI.BatchImageProcessor/Resources/LanguageContent.zh-CN.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="ApplicationUrl" xml:space="preserve">
121-
<value>https://github.com/hardywang/batch-image-watermark-processor/</value>
121+
<value>https://github.com/HardySoftware/batch-image-watermark-processor/</value>
122122
</data>
123123
<data name="Menu_File" xml:space="preserve">
124124
<value>文件(_F)</value>

0 commit comments

Comments
 (0)