Commit Graph

  • cd45bfc519 update NuGet icon image. master 2.0.0.0 Craig Oates 2020-01-23 21:10:48 +0000
  • 6204a9ebf0 update NuGet packages. Craig Oates 2020-01-23 20:44:41 +0000
  • 9c449a21d8 fix link in readme to wikis. Craig Oates 2019-12-02 19:47:44 +0000
  • 2ef93d93ea update links to git.abbether. Craig Oates 2019-12-02 19:44:38 +0000
  • 23ad34df3d remove incorrect mentions of .Net Core. Craig Oates 2019-09-09 10:45:14 +0000
  • a5c8791e90 fix spelling in ReadMe. Craig Oates 2019-07-22 20:44:31 +0100
  • 95546d6bee remove all GitHub based assets. Craig Oates 2019-07-22 20:41:00 +0100
  • dd0c6470ba update nuget packages for solution. Craig Oates 2019-02-11 12:44:19 +0000
  • 95d7394109 upload assembly info. to 1.0.0.2 1.0.0.2 Craig Oates 2019-01-30 18:41:00 +0000
  • 2e753771ab Merge branch 'develop' into 'master' Craig Oates 2019-01-29 01:22:03 +0000
  • 6e52045d6a update assembly info and edit output messages. Craig Oates 2019-01-29 00:33:54 +0000
  • 2369a355cb
    [Doc Update] Speeling in README. Craig Oates 2018-04-13 19:29:54 +0100
  • 4245bb73a1
    [Doc Update] Add new project URL's. Craig Oates 2018-04-13 19:29:09 +0100
  • 19fadba082 [Doc Update] Updated ConsoleCommands_Flow.png Craig Oates 2017-10-24 00:14:09 +0100
  • e0ef5b8f46 [Doc Update] Removed "Incomplete" note. Craig Oates 2017-10-23 23:40:19 +0100
  • 405ffe80d4 [Doc Update] Updated links to point at master branch. Craig Oates 2017-10-23 23:38:35 +0100
  • 4a00fe0c40 [Doc Update] Spelling mistakes and added links. Craig Oates 2017-10-23 23:34:29 +0100
  • 16bb1747c2 Added "As Nuget Package" images. I, also, removed the "GitHub" tag on some of the "Architecture" images. Craig Oates 2017-10-23 23:06:45 +0100
  • 726062c561 [Doc Update] Created the diagrams for the Architecture section in the Wiki. Craig Oates 2017-10-22 20:43:24 +0100
  • e476d654ec [Doc-update] Removed ill-formatted links. Jeez I suck at markdown. Craig Oates 2017-10-01 03:06:32 +0100
  • 535b52520c {Doc-update] Removed the page tag from images. This is so they can be used in other parts of the repository without having weird references mixed in. Yes, I am pants at this Git malarky. Craig Oates 2017-10-01 03:00:33 +0100
  • 2052dcd46d [Doc-update] Added better images to doc's. - Added a header images for the "root" based documents for GitHub related stuff. - Edited files which include the new header image to reflect the doc's structure change. - Improved the images included in README.md. - General proof reading The images should help improve the readability of the documents. And, they have begun to settle on a style which compliments the GitHub styling. This should be use for the Wiki part of the project. Craig Oates 2017-09-30 21:35:41 +0100
  • f477d7bebc Added Images to README.md, - Added links to CONTRIBUTING.md - Spelling and grammar changes pages above. The documents still need more proof reading and editing. With that said, the guides are the only significant thing left to add to this project. Once that is done, it will mostly be a case of fine tuning stuff for version 1.0. Craig Oates 2017-09-30 00:43:58 +0100
  • f8d566732d Added templates. Added PULL_REQUEST_TEMPLATE.md. Change ISSUE_TEMPLATE to BUG_REPORT_TEMPLATE.md. Minor refactoring to some files - spelling and grammar. Changes to BUG_REPORT_TEMPLATE to seperate meaning from PULL_REQUEST. The title ISSUE_TEMPLE could still apply to PULL_REQEST. They are in a good position for linking to the CONTRIBUTING.md file now. Craig Oates 2017-09-29 20:13:19 +0100
  • c31668328c Refactored Command.cs. Decomposed constructor Reduced comments The aim was to increase the readability of the code with less need for comments. I believe the code is now more readable but time will tell I guess. Craig Oates 2017-09-29 18:04:16 +0100
  • eb499af9f5 [Doc-update] Added the bulk of text for CONTRIBUTING.md. This file needs serveral big proof reading and editing sessions at some point. Please note, a lot of links are in this version missing. Craig Oates 2017-09-26 20:11:56 +0100
  • 8b0d377844 (Minor) Refactored Command.cs. Renamed several variables. Edited several comments. I am still not entirely happy with the readability of this code. But, I am hopefull it is something which can be read and understood with some degree of ease. Craig Oates 2017-09-26 19:45:48 +0100
  • 6bad3f6085 Updated comments in Command.cs. Elabourated on comments already in Command.cs. Added new comments to Command.cs. I added these comments because I do not think the code is as readable as it can be here. I think I need to go in a refactor it a bit more, so it is a little easier to read. Craig Oates 2017-09-26 04:33:51 +0100
  • f4dc971d5f Updated the CW_Console demo command-methods. Removed "Command'X'" naming convention. Added basis verb-like naming convention. I changed the naming convention and altered the commands offered to make the console program demonstrate more realistic scenarios. They are still very basic, however. Craig Oates 2017-09-26 03:09:28 +0100
  • baa2bbaecd Added XUnit to CW_Tests. I wrote the unit tests for the test-methods in CW_Console. CW_Tests now references CW_Console. Ran units tests and they all passed. Craig Oates 2017-09-26 02:53:17 +0100
  • 5eea7cc84b Added a unit test project to solution. This is in preparation of writing unit tests involving the CW_Console test-methods. I have added nothing to the unit test project, as of yet. Please check future commits for this unit test project because I am not sure it will remain at this moment in time. It all depends on how well the testing works out -- in the way I have it set-up right now at least. Craig Oates 2017-09-26 01:20:40 +0100
  • 5d8c839178 Stubbed out test commands in the console project. Each command takes in a single and different parameter from the rest. This is in preparation for the addition of unit tests. I am unsure if the inclusion of unit tests will remain in this form at the moment. So, please check future commits before assuming they are still there. Craig Oates 2017-09-26 01:13:42 +0100
  • 26c2e7ac58 Merge branch 'develop' Craig Oates 2017-09-26 00:39:01 +0100
  • d5d321ca00 Added the Pull Request Template Craig Oates 2017-09-26 00:37:38 +0100
  • 8d6f8c8345 Edit to README. Craig Oates 2017-09-23 22:49:44 +0100
  • f39468d8db Create CONTRIBUTING.md Craig Oates 2017-09-23 22:48:16 +0100
  • b85e06f6ee Added the Code of Conduct. Craig Oates 2017-09-23 22:21:14 +0100
  • 6d2b0d826d Began adding documentation. Wrote a large chunk of the README file. It still needs links added to it and proof read but the bulk of it is there. I, also, made minor changes to the code for readability purposes. Code of conduct and contribution pages are yet to be started. Craig Oates 2017-09-23 21:54:45 +0100
  • c2ddae8b5b Proof-read for pull request. A few minor changes have been made in preparation for a pull request. Not too far away from version 1.0. Craig Oates 2017-09-23 16:31:58 +0100
  • 0373bcc6f8 Added comments, fixed spelling mistakes and deleted unused code. Craig Oates 2017-09-23 00:07:20 +0100
  • 371285afba Added Help section attributes the command-methods. Fixes some spelling mistakes and made minor changes to the assembly information. Craig Oates 2017-09-22 23:17:03 +0100
  • 4398ae6ad0 Functionality built. The solution now has a working version of the class library on the console program. The console program is now setup, as well. I have not implemented the Help section properly in the console program yet. But, it is wired up and awaiting the addition of the attributes to the command-methods. Craig Oates 2017-09-22 22:17:32 +0100
  • 6b1b38f387 Added classes to the class library project. The projects functionality can now be added. Craig Oates 2017-09-22 19:32:30 +0100
  • 0dabcea2b7 Added projects to the solution. The class library and console program projects have been added to the solution and are ready to be added to. Let the fun begin... Craig Oates 2017-09-22 18:18:43 +0100
  • a4e064894a Initial commit CraigOates 2017-09-22 17:18:55 +0100