Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 605cfc0

Browse files
committed
Update Installer Script and Version
1 parent f24800a commit 605cfc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

App/AssemblyInfo1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
#if (DEBUG)
3434
[assembly: AssemblyVersion("1.12.*")]
3535
#else
36-
[assembly: AssemblyVersion("1.3.5.1")]
36+
[assembly: AssemblyVersion("1.3.5.2")]
3737
#endif

Deploy/SPEdit.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!include "FileAssociation.nsh"
44

55
Name "SPEdit"
6-
OutFile "SPEdit Installer.exe"
6+
OutFile "SPEdit.Installer.exe"
77

88
InstallDir $APPDATA\spedit
99

0 commit comments

Comments
 (0)