Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
NTDLS committed Jun 24, 2024
1 parent 9110b31 commit 4aa7e2d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion @Installers/Installer.Iss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define AppVersion "3.1.0"
#define AppVersion "3.2.0"

[Setup]
;-- Main Setup Information
Expand Down
2 changes: 1 addition & 1 deletion NetTunnel.Library/NetTunnel.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Company>NetworkDLS</Company>
<Authors>NetworkDLS</Authors>
<Copyright>Copyright © 2024 NetworkDLS</Copyright>
<Version>3.1.0</Version>
<Version>3.2.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NetTunnel.Service/NetTunnel.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Company>NetworkDLS</Company>
<Authors>NetworkDLS</Authors>
<Copyright>Copyright © 2024 NetworkDLS</Copyright>
<Version>3.1.0</Version>
<Version>3.2.0</Version>
<OutputType>Exe</OutputType>
</PropertyGroup>

Expand Down
2 changes: 0 additions & 2 deletions NetTunnel.UI/Forms/FormEndpointEdgeConnections.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using NetTunnel.UI.Types;
using NTDLS.Helpers;
using NTDLS.WinFormsHelpers;
using System.Windows.Forms.VisualStyles;
using static NetTunnel.Library.Constants;

namespace NetTunnel.UI.Forms
Expand Down Expand Up @@ -183,7 +182,6 @@ private void ListViewConnections_MouseUp(object? sender, MouseEventArgs e)
}
});


Clipboard.SetText(selectedItem.SubItems[1].Text);
}
};
Expand Down
2 changes: 1 addition & 1 deletion NetTunnel.UI/NetTunnel.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Company>NetworkDLS</Company>
<Authors>NetworkDLS</Authors>
<Copyright>Copyright © 2024 NetworkDLS</Copyright>
<Version>3.1.0</Version>
<Version>3.2.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4aa7e2d

Please sign in to comment.