Skip to content

Commit 28f9efb

Browse files
committed
Bump version to 1.5.2
1 parent a74bffd commit 28f9efb

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

installer/SmtpRelayInstaller.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Setup]
22
AppName=SMTP Relay
3-
AppVersion=1.5.1
3+
AppVersion=1.5.2
44
DefaultDirName={pf64}\SMTP Relay
55
ArchitecturesInstallIn64BitMode=x64
66
DefaultGroupName=SMTP Relay
@@ -31,4 +31,4 @@ Name: "{group}\SMTP Relay Config"; Filename: "{app}\gui\SmtpRelay.GUI.exe"; Work
3131

3232
[UninstallRun]
3333
Filename: "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"

src/SmtpRelay.GUI/SmtpRelay.GUI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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>
@@ -26,4 +26,4 @@
2626
<ProjectReference Include="..\SmtpRelay\SmtpRelay.csproj" />
2727
</ItemGroup>
2828

29-
</Project>
29+
</Project>

src/SmtpRelay/SmtpRelay.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
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>
@@ -29,4 +29,4 @@
2929
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.0" />
3030
</ItemGroup>
3131

32-
</Project>
32+
</Project>

0 commit comments

Comments
 (0)