Subversion Repository Public Repository

WOX2

Diff Revisions 13 vs 14 for /trunk/CSharp/src/wox/serial/MapHandler.cs

Diff revisions: vs.
  @@ -2,6 +2,25 @@
2 2 using System.Collections;
3 3 using System.Reflection;
4 4
5 + /// <header>
6 + /// <wox>
7 + /// <version>1.0</version>
8 + /// <author>Carlos R. Jaimez Gonzalez</author>
9 + /// <author>Simon M. Lucas</author>
10 + /// <site>http://woxserializer.sourceforge.net/</site>
11 + /// </wox>
12 + /// <wox>
13 + /// <version>1.5</version>
14 + /// <author>Steven M Lewis</author>
15 + /// </wox>
16 + /// <wox>
17 + /// <version>2.0</version>
18 + /// <author>George A Smith</author>
19 + /// <svn>http://woxserializer.sourceforge.net/</svn>
20 + /// <note>XML form for vs 2 is more compact and therefor incompatible with vs 1</note>
21 + /// </wox>
22 + /// </header>
23 +
5 24 namespace wox.serial
6 25 {
7 26 public class MapHandler : AbstractHandler, WoxGenericsHandler
  @@ -154,4 +173,4 @@
154 173
155 174 #endregion
156 175 }
157 - }
176 + }