15
15
< br />
16
16
NDjango is an implementation of the Django Template Language on the .NET platform, using the F# language.
17
17
See < a href ="http://www.ndjango.com "> www.ndjango.com</ a > for more details.< br />
18
- < br />
19
18
< br />
20
- See Readme.txt for installation instructions and a list of files included in the setup
19
+ < br />
20
+ See Readme.txt for installation instructions and a list of files included in the setup
21
21
< br />
22
22
< br />
23
23
24
+ < h3 > New in 4.0.0.1</ h3 >
25
+ < ul >
26
+ < li > Versions of assemblies are now numbered according to the .NET runtime version they are compiled for.
27
+ Assemblies for .NET 4.0 have version numbers 4.0.0.1, assemblies for .NET 2.0/3.5 have version numbers
28
+ 2.0.0.1.</ li >
29
+ < li > NDjango.Core and NDjango.Filters v 4.0.0.1 are now compiled with FSharp.Core version 4.0.0.0 and
30
+ FSharp.PowerPack version 2.0.0.0.</ li >
31
+ </ ul >
32
+ < p > < b > NOTE:</ b > Assemblies for .NET 2.0/3.5 are not available (yet?) and probably the support for this .NET
33
+ version will be cancelled. If this support is still needed please let us know.</ p >
24
34
25
35
< h3 > New in 0.9.9.0</ h3 >
26
36
< b > Smart 'If' tag implementation </ b >
@@ -29,15 +39,15 @@ <h3>New in 0.9.9.0</h3>
29
39
< ul >
30
40
< li > No code completion on new variable blocks </ li >
31
41
< li > Add Django view(context menu command) bug fix </ li >
32
-
42
+
33
43
</ ul >
34
44
< h3 > New in 0.9.8.1</ h3 >
35
- < b > ASP MVC 3 Preview Integration</ b > - added Django to the view engines' list
45
+ < b > ASP MVC 3 Preview Integration</ b > - added Django to the view engines' list
36
46
< p > Bug fixes:</ p >
37
47
< ul >
38
48
< li > NDjango Editor - 'Missing context variables in tags' bodies' bug fix(Issue 62)</ li >
39
49
< li > Add Django View dialog - 'Unfiltered model's types values in the dropdown' bug fix(Issue 63)</ li >
40
-
50
+
41
51
</ ul >
42
52
43
53
< h3 > New in 0.9.8.0</ h3 >
@@ -55,10 +65,10 @@ <h3>New in 0.9.8.0</h3>
55
65
< h3 > New in 0.9.7.0</ h3 >
56
66
< ul >
57
67
< li > Ndjango.Core and NDjango.Filters are now compiled with FSharp.Core version 4.0 and FSharp.PowerPack version 1.9.9.9</ li >
58
- < li > NDjango Editor for Microsoft Visual Studio 2010 RC</ li >
68
+ < li > NDjango Editor for Microsoft Visual Studio 2010 RC</ li >
59
69
< li > NDjango Editor - code completion now filters the completion dropdown as you type</ li >
60
70
< li > NDjango Editor - error messages are only sent to the error list, where they stay until the file is closed</ li >
61
- </ ul >
71
+ </ ul >
62
72
63
73
< h3 > New in 0.9.6.0</ h3 >
64
74
< ul >
0 commit comments