Skip to content

Commit 4b9a5a5

Browse files
committed
Renamed...
1 parent bd7b202 commit 4b9a5a5

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed
File renamed without changes.

Source/NETworkManager/Models/TightVNC/TightVNCSessionInfo.cs renamed to Source/NETworkManager/Models/TigerVNC/TigerVNCSessionInfo.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using NETworkManager.Models.Settings;
2-
3-
namespace NETworkManager.Models.TigerVNC
1+
namespace NETworkManager.Models.TigerVNC
42
{
53
public class TigerVNCSessionInfo
64
{

Source/NETworkManager/NETworkManager.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@
205205
<Compile Include="Models\Settings\ProfileManager.cs" />
206206
<Compile Include="Models\PowerShell\PowerShell.cs" />
207207
<Compile Include="Models\PowerShell\PowerShellSessionInfo.cs" />
208-
<Compile Include="Models\TightVNC\TightVNC.cs" />
209-
<Compile Include="Models\TightVNC\TightVNCSessionInfo.cs" />
208+
<Compile Include="Models\TigerVNC\TigerVNC.cs" />
209+
<Compile Include="Models\TigerVNC\TigerVNCSessionInfo.cs" />
210210
<Compile Include="Resources\Localization\StaticStrings.Designer.cs">
211211
<AutoGen>True</AutoGen>
212212
<DesignTime>True</DesignTime>

0 commit comments

Comments
 (0)