Skip to content

Commit 56a408f

Browse files
committed
Updated README and version to reflect the move of this framework to legacy status
1 parent 6906411 commit 56a408f

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PureMVC is a lightweight framework for creating applications based upon the clas
33

44
Unit tests are included for VS2005 using NUnit Lite, and in the new style for VS2008 Pro with code coverage.
55

6-
* [API Docs](http://darkstar.puremvc.org/content_header.html?url=http://puremvc.org/pages/docs/CSharp/standard/&desc=PureMVC%20API%20Docs:%20PureMVC%20Standard%20for%20C Sharp)
6+
* [API Docs](http://puremvc.org/pages/docs/CSharp/legacy/standard/&desc=PureMVC%20API%20Docs:%20PureMVC%20Standard%20for%20CSharp)
77
* [Discussion](http://forums.puremvc.org/index.php?board=72.0)
88
* [Overview Presentation](http://puremvc.tv/#P100)
99

@@ -13,7 +13,7 @@ Unit tests are included for VS2005 using NUnit Lite, and in the new style for VS
1313
* [Demo: Employee Admin - Silverlight](https://github.com/PureMVC/puremvc-csharp-demo-silverlight-employeeadmin/wiki)
1414

1515
## Status
16-
Production - [Version 3.1](https://github.com/PureMVC/puremvc-csharp-standard-framework/blob/master/VERSION)
16+
Legacy - [Version 3.2](https://github.com/PureMVC/puremvc-csharp-standard-framework-legacy/blob/master/VERSION)
1717

1818
## Platforms / Technologies
1919
* [C#](http://en.wikipedia.org/wiki/C_Sharp_(programming_language\))
@@ -28,7 +28,7 @@ Production - [Version 3.1](https://github.com/PureMVC/puremvc-csharp-standard-fr
2828

2929
## License
3030
* PureMVC Standard Framework for C# (Ported) - Copyright © 2008 Andy Adamczak, Matt Brailsford
31-
* PureMVC - Copyright © 2007-2016 Futurescale, Inc.
31+
* PureMVC - Copyright © 2007-2017 Futurescale, Inc.
3232
* All rights reserved.
3333

3434
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

VERSION

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
PureMVC Standard Framework for C# (Ported)
1+
PureMVC Standard Framework for C# (Ported) / Legacy Implementation
22
--------------------------------------------------------------------------
3-
Release Date: 10/20/08
3+
Release Date: 4/21/17
44
Platform: C# (DotNET, DotNetCF, Silverlight)
55
Version: 3
6-
Revision: 1
6+
Revision: 2
77
Minor: 0
88
Author: Andy Adamczak <andy.adamczak@puremvc.org>
99
--------------------------------------------------------------------------
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.
1014

1115
3.1 - Fixed a bug in the multi-threaded implementation of the Observer. - AA
1216
Made all public function virtual so the framework is easier to subclass. - AA
@@ -22,16 +26,16 @@ Release Date: 10/20/08
2226
Added separate Visual Studio 2008 projects that compile the framework
2327
against .Net Framework 3.5. - AA
2428

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
2731
Signed the built assemblies. - AA
2832

2933
0.9 - Updated inline with version 2.0 release of the AS3 implementation
3034
See http://forums.puremvc.org/index.php?topic=212.0 for details - MB
3135

3236
0.8 - Updated comments to XML format, updated the singletong pattern
3337
(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
3539

3640
0.7 - Created IDE specific solution files - MB
3741

0 commit comments

Comments
 (0)