Skip to content

Commit

Permalink
Change URLs to Github
Browse files Browse the repository at this point in the history
Change Copyright from company to personal
  • Loading branch information
WelliSolutions committed Oct 5, 2024
1 parent ecd70e7 commit 31e60ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions src/Installer/HugeJsonViewer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
[Setup]
AppName={#Title}
AppVerName={#Title} {#AppVersion}
AppPublisher=WelliSolutions
AppPublisherURL=http://development.wellisolutions.de/huge-json-viewer/
AppSupportURL=http://development.wellisolutions.de/huge-json-viewer/
AppUpdatesURL=http://development.wellisolutions.de/huge-json-viewer/
AppPublisher=Thomas Weller
AppPublisherURL=https://github.com/WelliSolutions/HugeJsonViewer
AppSupportURL=https://github.com/WelliSolutions/HugeJsonViewer/issues
AppUpdatesURL=https://github.com/WelliSolutions/HugeJsonViewer/releases
DefaultDirName={pf}\{#ShortTitle}
DefaultGroupName={#Title}
AllowNoIcons=true
Expand All @@ -21,14 +21,14 @@ OutputBaseFilename={#Title} {#AppVersion} Setup
Compression=lzma
SolidCompression=true
; Make useful description of Setup.exe itself
VersionInfoCompany=WelliSolutions
VersionInfoCopyright=2016 by WelliSolutions
VersionInfoCompany=Thomas Weller
VersionInfoCopyright=2024, Thomas Weller
VersionInfoDescription={#Title} {#AppVersion} Setup
VersionInfoProductName={#Title} Setup
VersionInfoProductVersion={#AppVersion}
VersionInfoTextVersion={#AppVersion}
VersionInfoVersion={#AppVersion}
AppCopyright=Copyright © 2016, WelliSolutions
AppCopyright=2024, Thomas Weller
SetupIconFile=Setup.ico
WizardImageFile=Logo.bmp
WizardSmallImageFile=WelliSolutions_Logo.bmp
Expand Down Expand Up @@ -62,4 +62,4 @@ LicenseFile=MIT.rtf

[Icons]
; Workaround for Windows 10 bug of not displaying duplicate items in start menu: add ? parameter
Name: {group}\Online documentation; Filename: "http://development.wellisolutions.de/huge-json-viewer/"
Name: {group}\Online documentation; Filename: "https://github.com/WelliSolutions/HugeJsonViewer"
10 changes: 5 additions & 5 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
[assembly: AssemblyTitle("Huge JSON Viewer")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("WelliSolutions")]
[assembly: AssemblyCompany("Thomas Weller")]
[assembly: AssemblyProduct("Huge JSON Viewer")]
[assembly: AssemblyCopyright("Copyright (C) 2016, WelliSolutions")]
[assembly: AssemblyCopyright("2024, Thomas Weller")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,6 +31,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.12.19")]
[assembly: AssemblyFileVersion("0.4.12.19")]
[assembly: AssemblyInformationalVersionAttribute("0.4.12.19")]
[assembly: AssemblyVersion("0.4.13.20")]
[assembly: AssemblyFileVersion("0.4.13.20")]
[assembly: AssemblyInformationalVersion("0.4.13.20")]

0 comments on commit 31e60ab

Please sign in to comment.