forked from PureMVC/puremvc-csharp-standard-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVERSION
48 lines (35 loc) · 2.13 KB
/
VERSION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
PureMVC Standard Framework for C# (Ported)
--------------------------------------------------------------------------
Release Date: 10/20/08
Platform: C# (DotNET, DotNetCF, Silverlight)
Version: 3
Revision: 1
Minor: 0
Author: Andy Adamczak <[email protected]>
--------------------------------------------------------------------------
3.1 - Fixed a bug in the multi-threaded implementation of the Observer. - AA
Made all public function virtual so the framework is easier to subclass. - AA
3.0 - Converted the framework to use C# conventions (accessors and package names). - AA
Updated the framework to be thread safe. - AA
Added a Silverlight 2.0 library and tests. - AA
Added multi-threaded testing of the framework. - AA
Converted 2008 and Silverlight 2.0 tests to use the Microsoft unit testing framework. - AA
Added documentation using doxygen (http://www.stack.nl/~dimitri/doxygen/) - AA
2.0 - Converted the framework to use only generics. - AA
Added separate Visual Studio 2008 projects that compile the framework
against .Net Framework 3.5. - AA
1.0 - Updated inline with version 2.0.4 release of the AS3 implementation
See http://forums.puremvc.org/index.php?topic=625.0 for details
Signed the built assemblies. - AA
0.9 - Updated inline with version 2.0 release of the AS3 implementation
See http://forums.puremvc.org/index.php?topic=212.0 for details - MB
0.8 - Updated comments to XML format, updated the singletong pattern
(See http://forums.puremvc.org/index.php?topic=197.0 for details),
initial comit of the DotNETCF solution files - JC
0.7 - Created IDE specific solution files - MB
0.6 - Updated inline with version 1.7.1 of the AS3 implementation - MB
0.5 - Updated inline with version 1.7 of the AS3 implementation - MB
0.4 - Updated code error, Mediator now extends Notifier as per AS3 source - MB
0.3 - Updated code error, Proxy now extends Notifier as per AS3 source - MB
0.2 - Initial conversion from AS3 to C# - MB
0.1 - Initial project structure created in repository - CLH