Skip to content

Commit 7dc7a02

Browse files
committed
Release notes updated for version 4.0.0.1
1 parent 6b447f3 commit 7dc7a02

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

ReleaseNotes.htm

+17-7
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,22 @@
1515
<br />
1616
NDjango is an implementation of the Django Template Language on the .NET platform, using the F# language.
1717
See <a href="http://www.ndjango.com">www.ndjango.com</a> for more details.<br />
18-
<br />
1918
<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
2121
<br />
2222
<br />
2323

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>
2434

2535
<h3>New in 0.9.9.0</h3>
2636
<b>Smart 'If' tag implementation </b>
@@ -29,15 +39,15 @@ <h3>New in 0.9.9.0</h3>
2939
<ul>
3040
<li>No code completion on new variable blocks </li>
3141
<li>Add Django view(context menu command) bug fix </li>
32-
42+
3343
</ul>
3444
<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
3646
<p>Bug fixes:</p>
3747
<ul>
3848
<li>NDjango Editor - 'Missing context variables in tags' bodies' bug fix(Issue 62)</li>
3949
<li>Add Django View dialog - 'Unfiltered model's types values in the dropdown' bug fix(Issue 63)</li>
40-
50+
4151
</ul>
4252

4353
<h3>New in 0.9.8.0</h3>
@@ -55,10 +65,10 @@ <h3>New in 0.9.8.0</h3>
5565
<h3>New in 0.9.7.0</h3>
5666
<ul>
5767
<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>
5969
<li>NDjango Editor - code completion now filters the completion dropdown as you type</li>
6070
<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>
6272

6373
<h3>New in 0.9.6.0</h3>
6474
<ul>

0 commit comments

Comments
 (0)