1
- PureMVC Standard Framework for C# (Ported)
1
+ PureMVC Standard Framework for C# (Ported) / Legacy Implementation
2
2
--------------------------------------------------------------------------
3
- Release Date: 10/20/08
3
+ Release Date: 4/21/17
4
4
Platform: C# (DotNET, DotNetCF, Silverlight)
5
5
Version: 3
6
- Revision: 1
6
+ Revision: 2
7
7
Minor: 0
8
8
Author: Andy Adamczak <andy.adamczak@puremvc.org>
9
9
--------------------------------------------------------------------------
10
+ 3.2 - Moved to legacy. A brand new implementation of standard, multicore
11
+ and pipes has been built which are more closely in alignment with
12
+ the reference implementation and are suitable for use with modern
13
+ development targets like Windows 10 and HoloLens.
10
14
11
15
3.1 - Fixed a bug in the multi-threaded implementation of the Observer. - AA
12
16
Made all public function virtual so the framework is easier to subclass. - AA
@@ -22,16 +26,16 @@ Release Date: 10/20/08
22
26
Added separate Visual Studio 2008 projects that compile the framework
23
27
against .Net Framework 3.5. - AA
24
28
25
- 1.0 - Updated inline with version 2.0.4 release of the AS3 implementation
26
- See http://forums.puremvc.org/index.php?topic=625.0 for details
29
+ 1.0 - Updated inline with version 2.0.4 release of the AS3 implementation
30
+ See http://forums.puremvc.org/index.php?topic=625.0 for details
27
31
Signed the built assemblies. - AA
28
32
29
33
0.9 - Updated inline with version 2.0 release of the AS3 implementation
30
34
See http://forums.puremvc.org/index.php?topic=212.0 for details - MB
31
35
32
36
0.8 - Updated comments to XML format, updated the singletong pattern
33
37
(See http://forums.puremvc.org/index.php?topic=197.0 for details),
34
- initial comit of the DotNETCF solution files - JC
38
+ initial commit of the DotNETCF solution files - JC
35
39
36
40
0.7 - Created IDE specific solution files - MB
37
41
0 commit comments