From c8f384a5a7c877d4ece006cbbe57313def87964c Mon Sep 17 00:00:00 2001 From: Philipp Albrecht Date: Fri, 5 Mar 2021 10:34:01 +0100 Subject: [PATCH] - Changed the name to BeASwitch --- App.xaml | 4 ++-- App.xaml.cs | 2 +- VLANSimulator.csproj => BeASwitch.csproj | 15 ++++++++------- CustomExtensions.cs | 2 +- EthernetFrame.cs | 2 +- EthernetHost.cs | 2 +- GameEngine.cs | 2 +- GameState.cs | 2 +- MacTable.cs | 2 +- MainWindow.xaml | 6 +++--- MainWindow.xaml.cs | 2 +- README.md | 17 +++++++++++++++-- SendAndTagDecisionPerPort.cs | 2 +- SwitchAction.cs | 2 +- SwitchActionType.cs | 2 +- SwitchEngine.cs | 2 +- SwitchPort.cs | 2 +- UserScore.cs | 2 +- 18 files changed, 42 insertions(+), 28 deletions(-) rename VLANSimulator.csproj => BeASwitch.csproj (61%) diff --git a/App.xaml b/App.xaml index 41ff351..2433ee5 100644 --- a/App.xaml +++ b/App.xaml @@ -1,7 +1,7 @@ - diff --git a/App.xaml.cs b/App.xaml.cs index 61b237a..3f89783 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; using System.Windows; -namespace VLANSimulator +namespace BeASwitch { /// /// Interaction logic for App.xaml diff --git a/VLANSimulator.csproj b/BeASwitch.csproj similarity index 61% rename from VLANSimulator.csproj rename to BeASwitch.csproj index 6f8d9d1..5337c84 100644 --- a/VLANSimulator.csproj +++ b/BeASwitch.csproj @@ -6,14 +6,15 @@ true networkswitch_Xpb_icon.ico Philipp Albrecht - VLAN Simulator - https://github.com/muqiuq/vlansimulator + Be a Switch + https://github.com/muqiuq/BeASwitch networkswitch.png - https://github.com/muqiuq/vlansimulator - VLANSimulator.App - 1.3.0.0 - 1.3.0.0 - 1.3.0 + https://github.com/muqiuq/BeASwitch + BeASwitch.App + 1.3.1.0 + 1.3.1.0 + 1.3.1 + BeASwitch diff --git a/CustomExtensions.cs b/CustomExtensions.cs index cac7c00..10de664 100644 --- a/CustomExtensions.cs +++ b/CustomExtensions.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Text; -namespace VLANSimulator +namespace BeASwitch { public static class CustomExtensions { diff --git a/EthernetFrame.cs b/EthernetFrame.cs index e784c59..5b7db58 100644 --- a/EthernetFrame.cs +++ b/EthernetFrame.cs @@ -6,7 +6,7 @@ using System.Windows.Media; using System.Windows.Shapes; -namespace VLANSimulator +namespace BeASwitch { public class EthernetFrame { diff --git a/EthernetHost.cs b/EthernetHost.cs index ee871dc..e73245d 100644 --- a/EthernetHost.cs +++ b/EthernetHost.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Text; -namespace VLANSimulator +namespace BeASwitch { public class EthernetHost { diff --git a/GameEngine.cs b/GameEngine.cs index 175fd2f..cbbadc2 100644 --- a/GameEngine.cs +++ b/GameEngine.cs @@ -3,7 +3,7 @@ using System.Text; using System.Linq; -namespace VLANSimulator +namespace BeASwitch { public class GameEngine { diff --git a/GameState.cs b/GameState.cs index cabb946..939deea 100644 --- a/GameState.cs +++ b/GameState.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Text; -namespace VLANSimulator +namespace BeASwitch { public enum GameState { diff --git a/MacTable.cs b/MacTable.cs index ab12bc0..d05821b 100644 --- a/MacTable.cs +++ b/MacTable.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Text; -namespace VLANSimulator +namespace BeASwitch { public class MacTable { diff --git a/MainWindow.xaml b/MainWindow.xaml index 3a3c2ec..517743d 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -1,11 +1,11 @@ - + Title="Be a Switch - https://github.com/muqiuq/BeASwitch" Height="630" Width="930" ResizeMode="NoResize">