Skip to content

Commit a7fa0c4

Browse files
BornToBeRootCopilotCopilot
authored
Breaking: Remove AWS Session Manager feature (#3236)
* Breaking: Remove AWS Session Manager feature * Docs: #3236 * Update Source/NETworkManager.Models/ApplicationManager.cs Co-authored-by: Copilot <[email protected]> * Fix typo in changelog: providers (#3237) * Initial plan * Fix typo: proividers -> providers in changelog Co-authored-by: BornToBeRoot <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BornToBeRoot <[email protected]> --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent d1d5686 commit a7fa0c4

File tree

65 files changed

+1712
-6876
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1712
-6876
lines changed

Source/GlobalAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
[assembly: AssemblyTrademark("")]
77
[assembly: AssemblyCulture("")]
88

9-
[assembly: AssemblyVersion("2025.11.1.0")]
10-
[assembly: AssemblyFileVersion("2025.11.1.0")]
9+
[assembly: AssemblyVersion("2025.11.16.0")]
10+
[assembly: AssemblyFileVersion("2025.11.16.0")]

Source/NETworkManager.Documentation/DocumentationIdentifier.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ public enum DocumentationIdentifier
6565
/// </summary>
6666
ApplicationPutty,
6767

68-
/// <summary>
69-
/// AWS Session Manager documentation page.
70-
/// </summary>
71-
ApplicationAWSSessionManager,
72-
7368
/// <summary>
7469
/// TigerVNC documentation page.
7570
/// </summary>

Source/NETworkManager.Documentation/DocumentationManager.cs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ public static class DocumentationManager
5555
new DocumentationInfo(DocumentationIdentifier.ApplicationPutty,
5656
@"docs/application/putty"),
5757

58-
new DocumentationInfo(DocumentationIdentifier.ApplicationAWSSessionManager,
59-
@"docs/application/aws-session-manager"),
60-
6158
new DocumentationInfo(DocumentationIdentifier.ApplicationTigerVNC,
6259
@"docs/application/tigervnc"),
6360

@@ -210,8 +207,7 @@ public static DocumentationIdentifier GetIdentifierByApplicationName(Application
210207
ApplicationName.DNSLookup => DocumentationIdentifier.ApplicationDnsLookup,
211208
ApplicationName.RemoteDesktop => DocumentationIdentifier.ApplicationRemoteDesktop,
212209
ApplicationName.PowerShell => DocumentationIdentifier.ApplicationPowerShell,
213-
ApplicationName.PuTTY => DocumentationIdentifier.ApplicationPutty,
214-
ApplicationName.AWSSessionManager => DocumentationIdentifier.ApplicationAWSSessionManager,
210+
ApplicationName.PuTTY => DocumentationIdentifier.ApplicationPutty,
215211
ApplicationName.TigerVNC => DocumentationIdentifier.ApplicationTigerVNC,
216212
ApplicationName.WebConsole => DocumentationIdentifier.ApplicationWebConsole,
217213
ApplicationName.SNMP => DocumentationIdentifier.ApplicationSnmp,
@@ -259,8 +255,7 @@ public static DocumentationIdentifier GetIdentifierBySettingsName(SettingsName n
259255
SettingsName.DNSLookup => GetIdentifierByApplicationName(ApplicationName.DNSLookup),
260256
SettingsName.RemoteDesktop => GetIdentifierByApplicationName(ApplicationName.RemoteDesktop),
261257
SettingsName.PowerShell => GetIdentifierByApplicationName(ApplicationName.PowerShell),
262-
SettingsName.PuTTY => GetIdentifierByApplicationName(ApplicationName.PuTTY),
263-
SettingsName.AWSSessionManager => GetIdentifierByApplicationName(ApplicationName.AWSSessionManager),
258+
SettingsName.PuTTY => GetIdentifierByApplicationName(ApplicationName.PuTTY),
264259
SettingsName.TigerVNC => GetIdentifierByApplicationName(ApplicationName.TigerVNC),
265260
SettingsName.SNMP => GetIdentifierByApplicationName(ApplicationName.SNMP),
266261
SettingsName.SNTPLookup => GetIdentifierByApplicationName(ApplicationName.SNTPLookup),

Source/NETworkManager.Documentation/LibraryManager.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ public static class LibraryManager
2727
new LibraryInfo("AirspaceFixer", "https://github.com/chris84948/AirspaceFixer",
2828
Strings.Library_AirspaceFixer_Description,
2929
Strings.License_MITLicense,
30-
"https://github.com/chris84948/AirspaceFixer/blob/master/LICENSE"),
31-
new LibraryInfo("AWSSDK.EC2", "https://github.com/aws/aws-sdk-net/",
32-
Strings.Library_AWSSDKdotEC2_Description,
33-
Strings.License_ApacheLicense2dot0, "https://aws.amazon.com/apache-2-0/"),
30+
"https://github.com/chris84948/AirspaceFixer/blob/master/LICENSE"),
3431
new LibraryInfo("ControlzEx", "https://github.com/ControlzEx/ControlzEx",
3532
Strings.Library_ControlzEx_Description,
3633
Strings.License_MITLicense,

Source/NETworkManager.Documentation/Licenses/AWSSDK.EC2.txt

Lines changed: 0 additions & 40 deletions
This file was deleted.

Source/NETworkManager.Documentation/NETworkManager.Documentation.csproj

Lines changed: 25 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,30 @@
1414
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
1515
</PropertyGroup>
1616
<ItemGroup>
17-
<None Remove="Licenses\AirspaceFixer.txt"/>
18-
<None Remove="Licenses\AWSSDK.EC2.txt"/>
19-
<None Remove="Licenses\ControlzEx.txt"/>
20-
<None Remove="Licenses\DnsClient.NET.txt"/>
21-
<None Remove="Licenses\Dragablz.txt"/>
22-
<None Remove="Licenses\GongSolutions.Wpf.DragDrop.txt"/>
23-
<None Remove="Licenses\IPNetwork.txt"/>
24-
<None Remove="Licenses\LiveCharts.txt"/>
25-
<None Remove="Licenses\LoadingIndicators.WPF.txt"/>
26-
<None Remove="Licenses\log4net.txt"/>
27-
<None Remove="Licenses\MahApps.Metro.IconPack.txt"/>
28-
<None Remove="Licenses\MahApps.Metro.txt"/>
29-
<None Remove="Licenses\Microsoft.PowerShell.SDK.txt"/>
30-
<None Remove="Licenses\Microsoft.Web.WebView2.txt"/>
31-
<None Remove="Licenses\Microsoft.Windows.CsWinRT.txt"/>
32-
<None Remove="Licenses\Microsoft.Xaml.Behaviors.Wpf.txt"/>
33-
<None Remove="Licenses\NETworkManager.txt"/>
34-
<None Remove="Licenses\Newtonsoft.Json.txt"/>
35-
<None Remove="Licenses\nulastudio.NetBeauty.txt"/>
36-
<None Remove="Licenses\Octokit.txt"/>
37-
<None Remove="Licenses\PSDiscoveryProtocol.txt"/>
38-
<None Remove="Licenses\SharpSnmpLib.txt"/>
17+
<None Remove="Licenses\AirspaceFixer.txt" />
18+
<None Remove="Licenses\ControlzEx.txt" />
19+
<None Remove="Licenses\DnsClient.NET.txt" />
20+
<None Remove="Licenses\Dragablz.txt" />
21+
<None Remove="Licenses\GongSolutions.Wpf.DragDrop.txt" />
22+
<None Remove="Licenses\IPNetwork.txt" />
23+
<None Remove="Licenses\LiveCharts.txt" />
24+
<None Remove="Licenses\LoadingIndicators.WPF.txt" />
25+
<None Remove="Licenses\log4net.txt" />
26+
<None Remove="Licenses\MahApps.Metro.IconPack.txt" />
27+
<None Remove="Licenses\MahApps.Metro.txt" />
28+
<None Remove="Licenses\Microsoft.PowerShell.SDK.txt" />
29+
<None Remove="Licenses\Microsoft.Web.WebView2.txt" />
30+
<None Remove="Licenses\Microsoft.Windows.CsWinRT.txt" />
31+
<None Remove="Licenses\Microsoft.Xaml.Behaviors.Wpf.txt" />
32+
<None Remove="Licenses\NETworkManager.txt" />
33+
<None Remove="Licenses\Newtonsoft.Json.txt" />
34+
<None Remove="Licenses\nulastudio.NetBeauty.txt" />
35+
<None Remove="Licenses\Octokit.txt" />
36+
<None Remove="Licenses\PSDiscoveryProtocol.txt" />
37+
<None Remove="Licenses\SharpSnmpLib.txt" />
3938
</ItemGroup>
4039
<ItemGroup>
41-
<Compile Include="..\GlobalAssemblyInfo.cs" Link="Properties\GlobalAssemblyInfo.cs"/>
40+
<Compile Include="..\GlobalAssemblyInfo.cs" Link="Properties\GlobalAssemblyInfo.cs" />
4241
</ItemGroup>
4342
<ItemGroup>
4443
<Content Include="Licenses\GongSolutions.Wpf.DragDrop.txt">
@@ -47,9 +46,6 @@
4746
<Content Include="Licenses\AirspaceFixer.txt">
4847
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4948
</Content>
50-
<Content Include="Licenses\AWSSDK.EC2.txt">
51-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
52-
</Content>
5349
<Content Include="Licenses\ControlzEx.txt">
5450
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5551
</Content>
@@ -109,9 +105,9 @@
109105
</Content>
110106
</ItemGroup>
111107
<ItemGroup>
112-
<ProjectReference Include="..\NETworkManager.Localization\NETworkManager.Localization.csproj"/>
113-
<ProjectReference Include="..\NETworkManager.Models\NETworkManager.Models.csproj"/>
114-
<ProjectReference Include="..\NETworkManager.Utilities\NETworkManager.Utilities.csproj"/>
108+
<ProjectReference Include="..\NETworkManager.Localization\NETworkManager.Localization.csproj" />
109+
<ProjectReference Include="..\NETworkManager.Models\NETworkManager.Models.csproj" />
110+
<ProjectReference Include="..\NETworkManager.Utilities\NETworkManager.Utilities.csproj" />
115111
</ItemGroup>
116112
</Project>
117113

0 commit comments

Comments
 (0)