NullableTypes ReadMe.txt,1.14,1.15 ReleaseNotes.txt,1.10,1.11
Status: Inactive
Brought to you by:
lukadotnet
From: <luk...@pr...> - 2004-01-30 16:32:36
|
Update of /cvsroot/nullabletypes/NullableTypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12403 Modified Files: ReadMe.txt ReleaseNotes.txt Log Message: Index: ReadMe.txt =================================================================== RCS file: /cvsroot/nullabletypes/NullableTypes/ReadMe.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ReadMe.txt 1 Dec 2003 12:26:57 -0000 1.14 --- ReadMe.txt 30 Jan 2004 16:31:02 -0000 1.15 *************** *** 18,24 **** 0. THIS BETA ============== ! This beta follows the official release v1.0, it enable NullableTypes to work smoothly ! with Web Services as built-in types. As usual this beta has been released to find out bugs and ! expose implementation defects. To check that NullableTypes run correctly on your system, first of all do run tests (from the 'tests' --- 18,24 ---- 0. THIS BETA ============== ! This beta follows the beta v1.1.0, it enable NullableTypes to work smoothly ! with Web Services as built-in types and correct some bugs of beta v1.1.0. As usual this beta has been ! released to find out bugs and expose implementation defects. To check that NullableTypes run correctly on your system, first of all do run tests (from the 'tests' *************** *** 79,89 **** 4. .NET AND VS.NET VERSIONS ============================== ! NullableTypes source code has been written and compiled against .NET Framework v1.0. Due to high degree of support for .NET Framework v1.1 backward compatibility (most applications created ! using v1.0 will run on v1.1) NullableTypes source code still compile with .NET Framework v1.1 and ! NullableTypes assembly still run and pass tests on .NET Framework v1.1. ! NullableTypes projects and source code are created using VS.NET 2002 but they can be loaded from ! VS.NET 2003 without problems. --- 79,88 ---- 4. .NET AND VS.NET VERSIONS ============================== ! NullableTypes source code has been written and compiled against .NET Framework v1.1. Due to high degree of support for .NET Framework v1.1 backward compatibility (most applications created ! using v1.0 will run on v1.1) NullableTypes source code still compile with .NET Framework v1.0 and ! NullableTypes assembly still run and pass tests on .NET Framework v1.0. ! NullableTypes projects and source code are created using VS.NET 2002 and have been converted to VS.NET 2003. *************** *** 141,148 **** - Eric Lau (NullableDateTime) - Rob Cowell (NullableString) ! - Massimo Prota (VB.NET sample, porting Linux/Mono) ! Thanks also goes to Massimo Roccaforte, Ron Burd and Alberto Tronchin for their suggestions and to ! Damien Guard for implementing Web Services support. At the end thanks also goes to the open-source community that developed these tools: --- 140,147 ---- - Eric Lau (NullableDateTime) - Rob Cowell (NullableString) ! - Massimo Prota (porting to Linux/Mono, VB.NET sample) ! Thanks also goes to Massimo Roccaforte, Roni Burd, Partha Choudhury and Alberto Tronchin for ! their suggestions and to Damien Guard for his help implementing Web Services support. At the end thanks also goes to the open-source community that developed these tools: Index: ReleaseNotes.txt =================================================================== RCS file: /cvsroot/nullabletypes/NullableTypes/ReleaseNotes.txt,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ReleaseNotes.txt 30 Oct 2003 03:05:51 -0000 1.10 --- ReleaseNotes.txt 30 Jan 2004 16:31:02 -0000 1.11 *************** *** 1,6 **** NullableTypes ver. 1.1.1 (beta) ---------------------------------------------------------- ! This beta follow the official release v1.0. It adds ! new features while it does not fix bugs (no bugs reported 'til now). It include binary, samples in C# and VB.NET, help and source code. --- 1,6 ---- NullableTypes ver. 1.1.1 (beta) ---------------------------------------------------------- ! This beta follow the beta v1.1.0 It fix bugs introduced in the ! new features of beta v1.1.0. It include binary, samples in C# and VB.NET, help and source code. *************** *** 22,27 **** --- 22,40 ---- Changes from ver. 1.1.0 (beta) + - BUG FIX: Replaced Xml Schema Id in all NullableTypes to + make VSDesigner auto-generated WS client Proxy compile + - BUG FIX: Replaced Target Namespace for Xml Schema in all + NullableTypes to avoid duplicate namespace when using + 2 or more NullableTypes parameters in a WS method + - BUG FIX: Fixed IXmlSerializable.ReadXml implementation in + NullableBoolean - NullableBoolean Operator^ (XOR) marked Obsolete - NullableBoolean Xor method marked Obsolete + - Compiled with VS.NET 2003 C# compiler (needed to make + Obsolete attribute work for Operator) and .NET Framework 1.1 + - Replaced literal values in MinValue and MaxValue inizialization + in NullableInt16 and NullableInt32 with System.Int16 and System.Int32 + MinValue and MaxValue constants + - C# Sample ported to VS.NET 2003 Changes from ver. 1.0 |