Skip to content

Commit

Permalink
Added notice to draw attention to Abot2.Demo for newer code demos
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdirect committed Jan 14, 2020
1 parent 8bd06e7 commit 4d3b870
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Abot.Demo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ class Program
{
static void Main(string[] args)
{
/*
* !!!!!!!!!NOTICE!!!!!!!!: This code exercises Abot versions < 2.0.
* The newer versions > 2.0 have a demo in the Abot2.Demo project
*/
log4net.Config.XmlConfigurator.Configure();
PrintDisclaimer();

Expand Down

0 comments on commit 4d3b870

Please sign in to comment.