File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[Setup]
22AppName = SMTP Relay
3- AppVersion = 1.5 .1
3+ AppVersion = 1.5 .2
44DefaultDirName = {pf64} \SMTP Relay
55ArchitecturesInstallIn64BitMode = x64
66DefaultGroupName = SMTP Relay
@@ -31,4 +31,4 @@ Name: "{group}\SMTP Relay Config"; Filename: "{app}\gui\SmtpRelay.GUI.exe"; Work
3131
3232[UninstallRun]
3333Filename : " sc.exe" ; Parameters : " stop " " SMTPRelayService" " " ; RunOnceId: " StopService"
34- Filename : " sc.exe" ; Parameters : " delete " " SMTPRelayService" " " ; RunOnceId: " DeleteService"
34+ Filename : " sc.exe" ; Parameters : " delete " " SMTPRelayService" " " ; RunOnceId: " DeleteService"
Original file line number Diff line number Diff line change 77 <UseWindowsForms >true</UseWindowsForms >
88
99 <!-- version string shown in GUI (Program.AppVersion) -->
10- <AssemblyVersion >1.5.1 .0</AssemblyVersion >
11- <FileVersion >1.5.1 .0</FileVersion >
10+ <AssemblyVersion >1.5.2 .0</AssemblyVersion >
11+ <FileVersion >1.5.2 .0</FileVersion >
1212
1313 <!-- set icon for EXE / taskbar -->
1414 <ApplicationIcon >smtp.ico</ApplicationIcon >
2626 <ProjectReference Include =" ..\SmtpRelay\SmtpRelay.csproj" />
2727 </ItemGroup >
2828
29- </Project >
29+ </Project >
Original file line number Diff line number Diff line change 1616 <Nullable >enable</Nullable >
1717
1818 <!-- version for service exe -->
19- <AssemblyVersion >1.5.1 .0</AssemblyVersion >
20- <FileVersion >1.5.1 .0</FileVersion >
19+ <AssemblyVersion >1.5.2 .0</AssemblyVersion >
20+ <FileVersion >1.5.2 .0</FileVersion >
2121 </PropertyGroup >
2222
2323 <ItemGroup >
2929 <PackageReference Include =" Microsoft.Extensions.Hosting.WindowsServices" Version =" 8.0.0" />
3030 </ItemGroup >
3131
32- </Project >
32+ </Project >
You can’t perform that action at this time.
0 commit comments