Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Source/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("2025.11.1.0")]
[assembly: AssemblyFileVersion("2025.11.1.0")]
[assembly: AssemblyVersion("2025.11.16.0")]
[assembly: AssemblyFileVersion("2025.11.16.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ public enum DocumentationIdentifier
/// </summary>
ApplicationPutty,

/// <summary>
/// AWS Session Manager documentation page.
/// </summary>
ApplicationAWSSessionManager,

/// <summary>
/// TigerVNC documentation page.
/// </summary>
Expand Down
9 changes: 2 additions & 7 deletions Source/NETworkManager.Documentation/DocumentationManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ public static class DocumentationManager
new DocumentationInfo(DocumentationIdentifier.ApplicationPutty,
@"docs/application/putty"),

new DocumentationInfo(DocumentationIdentifier.ApplicationAWSSessionManager,
@"docs/application/aws-session-manager"),

new DocumentationInfo(DocumentationIdentifier.ApplicationTigerVNC,
@"docs/application/tigervnc"),

Expand Down Expand Up @@ -210,8 +207,7 @@ public static DocumentationIdentifier GetIdentifierByApplicationName(Application
ApplicationName.DNSLookup => DocumentationIdentifier.ApplicationDnsLookup,
ApplicationName.RemoteDesktop => DocumentationIdentifier.ApplicationRemoteDesktop,
ApplicationName.PowerShell => DocumentationIdentifier.ApplicationPowerShell,
ApplicationName.PuTTY => DocumentationIdentifier.ApplicationPutty,
ApplicationName.AWSSessionManager => DocumentationIdentifier.ApplicationAWSSessionManager,
ApplicationName.PuTTY => DocumentationIdentifier.ApplicationPutty,
ApplicationName.TigerVNC => DocumentationIdentifier.ApplicationTigerVNC,
ApplicationName.WebConsole => DocumentationIdentifier.ApplicationWebConsole,
ApplicationName.SNMP => DocumentationIdentifier.ApplicationSnmp,
Expand Down Expand Up @@ -259,8 +255,7 @@ public static DocumentationIdentifier GetIdentifierBySettingsName(SettingsName n
SettingsName.DNSLookup => GetIdentifierByApplicationName(ApplicationName.DNSLookup),
SettingsName.RemoteDesktop => GetIdentifierByApplicationName(ApplicationName.RemoteDesktop),
SettingsName.PowerShell => GetIdentifierByApplicationName(ApplicationName.PowerShell),
SettingsName.PuTTY => GetIdentifierByApplicationName(ApplicationName.PuTTY),
SettingsName.AWSSessionManager => GetIdentifierByApplicationName(ApplicationName.AWSSessionManager),
SettingsName.PuTTY => GetIdentifierByApplicationName(ApplicationName.PuTTY),
SettingsName.TigerVNC => GetIdentifierByApplicationName(ApplicationName.TigerVNC),
SettingsName.SNMP => GetIdentifierByApplicationName(ApplicationName.SNMP),
SettingsName.SNTPLookup => GetIdentifierByApplicationName(ApplicationName.SNTPLookup),
Expand Down
5 changes: 1 addition & 4 deletions Source/NETworkManager.Documentation/LibraryManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ public static class LibraryManager
new LibraryInfo("AirspaceFixer", "https://github.com/chris84948/AirspaceFixer",
Strings.Library_AirspaceFixer_Description,
Strings.License_MITLicense,
"https://github.com/chris84948/AirspaceFixer/blob/master/LICENSE"),
new LibraryInfo("AWSSDK.EC2", "https://github.com/aws/aws-sdk-net/",
Strings.Library_AWSSDKdotEC2_Description,
Strings.License_ApacheLicense2dot0, "https://aws.amazon.com/apache-2-0/"),
"https://github.com/chris84948/AirspaceFixer/blob/master/LICENSE"),
new LibraryInfo("ControlzEx", "https://github.com/ControlzEx/ControlzEx",
Strings.Library_ControlzEx_Description,
Strings.License_MITLicense,
Expand Down
40 changes: 0 additions & 40 deletions Source/NETworkManager.Documentation/Licenses/AWSSDK.EC2.txt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,30 @@
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
</PropertyGroup>
<ItemGroup>
<None Remove="Licenses\AirspaceFixer.txt"/>
<None Remove="Licenses\AWSSDK.EC2.txt"/>
<None Remove="Licenses\ControlzEx.txt"/>
<None Remove="Licenses\DnsClient.NET.txt"/>
<None Remove="Licenses\Dragablz.txt"/>
<None Remove="Licenses\GongSolutions.Wpf.DragDrop.txt"/>
<None Remove="Licenses\IPNetwork.txt"/>
<None Remove="Licenses\LiveCharts.txt"/>
<None Remove="Licenses\LoadingIndicators.WPF.txt"/>
<None Remove="Licenses\log4net.txt"/>
<None Remove="Licenses\MahApps.Metro.IconPack.txt"/>
<None Remove="Licenses\MahApps.Metro.txt"/>
<None Remove="Licenses\Microsoft.PowerShell.SDK.txt"/>
<None Remove="Licenses\Microsoft.Web.WebView2.txt"/>
<None Remove="Licenses\Microsoft.Windows.CsWinRT.txt"/>
<None Remove="Licenses\Microsoft.Xaml.Behaviors.Wpf.txt"/>
<None Remove="Licenses\NETworkManager.txt"/>
<None Remove="Licenses\Newtonsoft.Json.txt"/>
<None Remove="Licenses\nulastudio.NetBeauty.txt"/>
<None Remove="Licenses\Octokit.txt"/>
<None Remove="Licenses\PSDiscoveryProtocol.txt"/>
<None Remove="Licenses\SharpSnmpLib.txt"/>
<None Remove="Licenses\AirspaceFixer.txt" />
<None Remove="Licenses\ControlzEx.txt" />
<None Remove="Licenses\DnsClient.NET.txt" />
<None Remove="Licenses\Dragablz.txt" />
<None Remove="Licenses\GongSolutions.Wpf.DragDrop.txt" />
<None Remove="Licenses\IPNetwork.txt" />
<None Remove="Licenses\LiveCharts.txt" />
<None Remove="Licenses\LoadingIndicators.WPF.txt" />
<None Remove="Licenses\log4net.txt" />
<None Remove="Licenses\MahApps.Metro.IconPack.txt" />
<None Remove="Licenses\MahApps.Metro.txt" />
<None Remove="Licenses\Microsoft.PowerShell.SDK.txt" />
<None Remove="Licenses\Microsoft.Web.WebView2.txt" />
<None Remove="Licenses\Microsoft.Windows.CsWinRT.txt" />
<None Remove="Licenses\Microsoft.Xaml.Behaviors.Wpf.txt" />
<None Remove="Licenses\NETworkManager.txt" />
<None Remove="Licenses\Newtonsoft.Json.txt" />
<None Remove="Licenses\nulastudio.NetBeauty.txt" />
<None Remove="Licenses\Octokit.txt" />
<None Remove="Licenses\PSDiscoveryProtocol.txt" />
<None Remove="Licenses\SharpSnmpLib.txt" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\GlobalAssemblyInfo.cs" Link="Properties\GlobalAssemblyInfo.cs"/>
<Compile Include="..\GlobalAssemblyInfo.cs" Link="Properties\GlobalAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Licenses\GongSolutions.Wpf.DragDrop.txt">
Expand All @@ -47,9 +46,6 @@
<Content Include="Licenses\AirspaceFixer.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Licenses\AWSSDK.EC2.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Licenses\ControlzEx.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -109,9 +105,9 @@
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NETworkManager.Localization\NETworkManager.Localization.csproj"/>
<ProjectReference Include="..\NETworkManager.Models\NETworkManager.Models.csproj"/>
<ProjectReference Include="..\NETworkManager.Utilities\NETworkManager.Utilities.csproj"/>
<ProjectReference Include="..\NETworkManager.Localization\NETworkManager.Localization.csproj" />
<ProjectReference Include="..\NETworkManager.Models\NETworkManager.Models.csproj" />
<ProjectReference Include="..\NETworkManager.Utilities\NETworkManager.Utilities.csproj" />
</ItemGroup>
</Project>

Loading