Skip to content

Commit

Permalink
Dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
NTDLS committed Dec 4, 2024
1 parent 2ffd4b1 commit 6afe8b9
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 53 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 "4.2.2"
#define AppVersion "4.2.3"

[Setup]
;-- Main Setup Information
Expand Down
27 changes: 27 additions & 0 deletions NetTunnel.Library/NetTunnel - Backup.Library.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ApplicationIcon>Multi.ico</ApplicationIcon>

<Company>NetworkDLS</Company>
<Authors>NetworkDLS</Authors>
<Copyright>Copyright © 2024 NetworkDLS</Copyright>
<Version>4.2.3</Version>
</PropertyGroup>

<ItemGroup>
<Content Include="Multi.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NTDLS.Helpers" Version="1.3.10" />
<PackageReference Include="NTDLS.NASCCL" Version="1.2.0" />
<PackageReference Include="NTDLS.ReliableMessaging" Version="1.10.18" />
<PackageReference Include="NTDLS.SecureKeyExchange" Version="3.0.1" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions 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>4.2.2</Version>
<Version>4.2.3</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -18,9 +18,9 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NTDLS.Helpers" Version="1.3.9" />
<PackageReference Include="NTDLS.Helpers" Version="1.3.10" />
<PackageReference Include="NTDLS.NASCCL" Version="1.2.0" />
<PackageReference Include="NTDLS.ReliableMessaging" Version="1.10.16" />
<PackageReference Include="NTDLS.ReliableMessaging" Version="1.10.18" />
<PackageReference Include="NTDLS.SecureKeyExchange" Version="3.0.1" />
</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>4.2.2</Version>
<Version>4.2.3</Version>
<OutputType>Exe</OutputType>
</PropertyGroup>

Expand Down
96 changes: 48 additions & 48 deletions NetTunnel.UI/NetTunnel.UI.csproj
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>Multi.ico</ApplicationIcon>

<Company>NetworkDLS</Company>
<Authors>NetworkDLS</Authors>
<Copyright>Copyright © 2024 NetworkDLS</Copyright>
<Version>4.2.2</Version>
</PropertyGroup>

<ItemGroup>
<Content Include="Multi.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="NTDLS.Persistence" Version="1.2.1" />
<PackageReference Include="NTDLS.WinFormsHelpers" Version="1.3.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NetTunnel.Library\NetTunnel.Library.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Update="Forms\FormEndpointEdgeConnections.cs" />
<Compile Update="Forms\FormEndpointProperties.cs" />
<Compile Update="Forms\FormTunnelProperties.cs" />
<Compile Update="Forms\FormServiceConfiguration.cs" />
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>Multi.ico</ApplicationIcon>

<Company>NetworkDLS</Company>
<Authors>NetworkDLS</Authors>
<Copyright>Copyright © 2024 NetworkDLS</Copyright>
<Version>4.2.3</Version>
</PropertyGroup>

<ItemGroup>
<Content Include="Multi.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="NTDLS.Persistence" Version="1.2.1" />
<PackageReference Include="NTDLS.WinFormsHelpers" Version="1.3.3" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NetTunnel.Library\NetTunnel.Library.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Update="Forms\FormEndpointEdgeConnections.cs" />
<Compile Update="Forms\FormEndpointProperties.cs" />
<Compile Update="Forms\FormTunnelProperties.cs" />
<Compile Update="Forms\FormServiceConfiguration.cs" />
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

</Project>

0 comments on commit 6afe8b9

Please sign in to comment.