-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ Windows help (.chm) files are available in the Release directory. | |
|
||
**Version 1.0.4** | ||
|
||
[Joel Mueller](mailto:[email protected]) | ||
|
||
The only classes you need to know are WddxSerializer and WddxDeserializer. Click [here](WDDX.Net.chm) for documentation. For those who want to play with the source, full documentation on the internal API is also supplied [here](WDDX.Net%20Internals.chm). See the "WDDX Tests" project for usage samples and tests. | ||
|
||
|
@@ -48,7 +47,7 @@ A System.Byte array (byte[] in C#, Byte() in VB.NET) | |
|
||
* The precision of the System.Decimal type is not directly supported by WDDX; when serialized if numbers have higher precision than 15 they will be first converted to Double. | ||
|
||
**New in 1.0.4 (Bilal Soylu):** | ||
**New in 1.0.4:** | ||
|
||
* updraded to .net framework 3 | ||
* updated unit test to nunit 2.5 | ||
|