diff --git a/.gitlab/Images/Adding_CW_Proj_PM.JPG b/.attachments/Images/Adding_CW_Proj_PM.JPG similarity index 100% rename from .gitlab/Images/Adding_CW_Proj_PM.JPG rename to .attachments/Images/Adding_CW_Proj_PM.JPG diff --git a/.gitlab/Images/Architecture_Overview_General.png b/.attachments/Images/Architecture_Overview_General.png similarity index 100% rename from .gitlab/Images/Architecture_Overview_General.png rename to .attachments/Images/Architecture_Overview_General.png diff --git a/.gitlab/Images/CW_As_Department.png b/.attachments/Images/CW_As_Department.png similarity index 100% rename from .gitlab/Images/CW_As_Department.png rename to .attachments/Images/CW_As_Department.png diff --git a/.gitlab/Images/CW_Header.png b/.attachments/Images/CW_Header.png similarity index 100% rename from .gitlab/Images/CW_Header.png rename to .attachments/Images/CW_Header.png diff --git a/.gitlab/Images/Command_Mirroring_At_RunTime.gif b/.attachments/Images/Command_Mirroring_At_RunTime.gif similarity index 100% rename from .gitlab/Images/Command_Mirroring_At_RunTime.gif rename to .attachments/Images/Command_Mirroring_At_RunTime.gif diff --git a/.gitlab/Images/ConsoleCommands_Flow.png b/.attachments/Images/ConsoleCommands_Flow.png similarity index 100% rename from .gitlab/Images/ConsoleCommands_Flow.png rename to .attachments/Images/ConsoleCommands_Flow.png diff --git a/.gitlab/Images/Department_Talk_Detail.png b/.attachments/Images/Department_Talk_Detail.png similarity index 100% rename from .gitlab/Images/Department_Talk_Detail.png rename to .attachments/Images/Department_Talk_Detail.png diff --git a/.gitlab/Images/Department_Talk_Implied.png b/.attachments/Images/Department_Talk_Implied.png similarity index 100% rename from .gitlab/Images/Department_Talk_Implied.png rename to .attachments/Images/Department_Talk_Implied.png diff --git a/.gitlab/Images/False_At_RunTime.JPG b/.attachments/Images/False_At_RunTime.JPG similarity index 100% rename from .gitlab/Images/False_At_RunTime.JPG rename to .attachments/Images/False_At_RunTime.JPG diff --git a/.gitlab/Images/General_Flow.png b/.attachments/Images/General_Flow.png similarity index 100% rename from .gitlab/Images/General_Flow.png rename to .attachments/Images/General_Flow.png diff --git a/.gitlab/Images/Invalid_Input.png b/.attachments/Images/Invalid_Input.png similarity index 100% rename from .gitlab/Images/Invalid_Input.png rename to .attachments/Images/Invalid_Input.png diff --git a/.gitlab/Images/Method_Mapping.gif b/.attachments/Images/Method_Mapping.gif similarity index 100% rename from .gitlab/Images/Method_Mapping.gif rename to .attachments/Images/Method_Mapping.gif diff --git a/.gitlab/Images/Method_Mapping_Invalid.gif b/.attachments/Images/Method_Mapping_Invalid.gif similarity index 100% rename from .gitlab/Images/Method_Mapping_Invalid.gif rename to .attachments/Images/Method_Mapping_Invalid.gif diff --git a/.gitlab/Images/Sidebar_Logo.png b/.attachments/Images/Sidebar_Logo.png similarity index 100% rename from .gitlab/Images/Sidebar_Logo.png rename to .attachments/Images/Sidebar_Logo.png diff --git a/.gitlab/Images/String_Input.gif b/.attachments/Images/String_Input.gif similarity index 100% rename from .gitlab/Images/String_Input.gif rename to .attachments/Images/String_Input.gif diff --git a/.gitlab/Images/True_At_RunTime.JPG b/.attachments/Images/True_At_RunTime.JPG similarity index 100% rename from .gitlab/Images/True_At_RunTime.JPG rename to .attachments/Images/True_At_RunTime.JPG diff --git a/.gitlab/Images/Valid_Input.png b/.attachments/Images/Valid_Input.png similarity index 100% rename from .gitlab/Images/Valid_Input.png rename to .attachments/Images/Valid_Input.png diff --git a/Console.Waterworks/Console.Waterworks/Console.Waterworks.csproj b/Console.Waterworks/Console.Waterworks/Console.Waterworks.csproj index 4d27078..4527f13 100644 --- a/Console.Waterworks/Console.Waterworks/Console.Waterworks.csproj +++ b/Console.Waterworks/Console.Waterworks/Console.Waterworks.csproj @@ -31,7 +31,8 @@ 4 - WaterWorksIcon.ico + + @@ -63,8 +64,5 @@ - - - \ No newline at end of file diff --git a/Console.Waterworks/Console.Waterworks/WaterWorksIcon.ico b/Console.Waterworks/Console.Waterworks/WaterWorksIcon.ico deleted file mode 100644 index ca3bed5..0000000 Binary files a/Console.Waterworks/Console.Waterworks/WaterWorksIcon.ico and /dev/null differ diff --git a/README.md b/README.md index b4bbd77..28d38b5 100644 --- a/README.md +++ b/README.md @@ -8,21 +8,21 @@ If none of what I just said made no sense, hopefully the images below will help **Good Input Data Flow** -![Example 1](.gitlab/Images/Valid_Input.png "Valid input diagram") +![Example 1](.attachments/Images/Valid_Input.png "Valid input diagram") **Bad Input Data Flow** -![Example 3](.gitlab/Images/Invalid_Input.png "Invalid input diagram") +![Example 3](.attachments/Images/Invalid_Input.png "Invalid input diagram") --- **Code Example - Good Input** -![Example 2](.gitlab/Images/Method_Mapping.gif "Method mapping example -- valid") +![Example 2](.attachments/Images/Method_Mapping.gif "Method mapping example -- valid") **Code Example - Bad Input** -![Example 4](.gitlab/Images/Method_Mapping_Invalid.gif "Method mapping example -- invalid") +![Example 4](.attachments/Images/Method_Mapping_Invalid.gif "Method mapping example -- invalid") Within this repository is three projects within one Visual Studio solution. Those projects are as follows: @@ -61,7 +61,7 @@ dotnet add package Console.Waterworks --version 1.0.0.2 For more information, please use the following links: -- [Console.Waterworks Wiki](https://gitlab.com/craig.oates/Console.Waterworks/wikis/home) +- [Console.Waterworks Wiki](https://git.abbether.net/craig.oates/Console.Waterworks/wikis/home) - [NuGet Profile Page](https://www.nuget.org/packages/Console.Waterworks/) ## CW_Console @@ -86,5 +86,5 @@ When I started this project, the .Net Framework was its infancy with its switch If you are interested in using Console.Waterworks.Core, you can use the following links: -- [Console.Waterworks.Core Repository](https://gitlab.com/craig.oates/Console.Waterworks.Core/) -- [Console.Waterworks.Core Wiki](https://gitlab.com/craig.oates/Console.Waterworks.Core/wikis/home) \ No newline at end of file +- [Console.Waterworks.Core Repository](https://git.abbether.net/craig.oates/Console.Waterworks.Core/) +- [Console.Waterworks.Core Wiki](https://git.abbether.net/craig.oates/Console.Waterworks.Core/wikis/home) \ No newline at end of file