Skip to content

Commit 319a4e0

Browse files
committed
Updated LICENSE, README.md, and VERSION to reflect move to legacy status
1 parent 31f7d04 commit 319a4e0

File tree

5 files changed

+30
-9
lines changed

5 files changed

+30
-9
lines changed

.idea/jsLibraryMappings.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
* PureMVC C# MultiCore Framework (Ported) - Copyright © 2012 Tang Khai Phuong
1+
* PureMVC C# MultiCore Framework (Ported) - Legacy
2+
* Copyright © 2012 Tang Khai Phuong
23
* PureMVC - Copyright © 2007-2012 Futurescale, Inc.
34
* All rights reserved.
45

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
## [PureMVC](http://puremvc.github.com/) C# MultiCore Framework
1+
## [PureMVC](http://puremvc.github.com/) C# MultiCore Framework - LEGACY IMPLEMENTATION
2+
### For the current implementation with support for targets such as Windows 10 and HoloLens, go [here](https://github.com/PureMVC/puremvc-csharp-standard-framework/wiki)
3+
24
PureMVC is a lightweight framework for creating applications based upon the classic [Model-View-Controller](http://en.wikipedia.org/wiki/Model-view-controller) design meta-pattern. This is a C# port of the [AS3 reference implementation of the MultiCore Version](https://github.com/PureMVC/puremvc-as3-multicore-framework/wiki).
35

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

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)
8+
* [API Docs](http://puremvc.org/pages/docs/CSharp/standard/)
79
* [Discussion](http://forums.puremvc.org/index.php?board=72.0)
810
* [Overview Presentation](http://puremvc.tv/#P100)
911

1012
## Status
11-
Production - [Version 1.0](https://github.com/PureMVC/puremvc-csharp-multicore-framework/blob/master/VERSION)
13+
Legacy - [Version 1.1](https://github.com/PureMVC/puremvc-csharp-multicore-framework/blob/master/VERSION)
1214

1315
## Platforms / Technologies
1416
* [C#](http://en.wikipedia.org/wiki/C_Sharp_(programming_language\))
@@ -22,8 +24,8 @@ Production - [Version 1.0](https://github.com/PureMVC/puremvc-csharp-multicore-f
2224
* Microsoft Windows CE 5.0
2325

2426
## License
25-
* PureMVC C# MultiCore Framework (Ported) - Copyright © 2012 Tang Khai Phuong
26-
* PureMVC - Copyright © 2007-2012 Futurescale, Inc.
27+
* PureMVC C# MultiCore Framework (Ported) / Legacy - Copyright © 2012 Tang Khai Phuong
28+
* PureMVC - Copyright © 2007-2017 Futurescale, Inc.
2729
* All rights reserved.
2830

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

VERSION

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
PureMVC C# MultiCore Framework (Ported)
1+
PureMVC C# MultiCore Framework (Ported) - Legacy
22
--------------------------------------------------------------------------
3-
Release Date: 03/04/12
3+
Release Date: 04/20/17
44
Platform: C# (DotNET, DotNetCF, Silverlight)
55
Version: 1
6-
Revision: 0
6+
Revision: 1
77
Minor: 0
88
Author: Tang Khai Phuong <phuong.tang@puremvc.org>
99
--------------------------------------------------------------------------
10+
1.1 - 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.
14+
1015
1.0 - Initial import from Google Code repo. - CH

0 commit comments

Comments
 (0)