From 25b3e7fbba611a03f0cc998ff8dc48fd12252a98 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Sat, 14 Feb 2015 21:46:48 -0800 Subject: [PATCH] Add authors to code guide --- Documentation/clr-code-guide.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Documentation/clr-code-guide.md b/Documentation/clr-code-guide.md index 1684bea..589b93a 100644 --- a/Documentation/clr-code-guide.md +++ b/Documentation/clr-code-guide.md @@ -1,5 +1,12 @@ -What Every CLR Developer Must Know Before Writing Code -=== +What Every CLR Developer Must Know Before Writing Code +=== + +Written in 2006, by: + +- Rick Byers ([@RByers](https://github.com/RByers)) +- Jan Kotas ([@jkotas](https://github.com/jkotas)) +- Mike Stall ([@mikestall](https://github.com/mikestall)) +- Rudi Martin ([@Rudi-Martin](https://github.com/Rudi-Martin)) # Why you must read this document -- 2.7.4