Thread: NullableTypes ReadMe.txt,1.16,1.17 ReleaseNotes.txt,1.12,1.13 license.txt,1.3,1.4
Status: Inactive
Brought to you by:
lukadotnet
From: \(luKa\) <luk...@us...> - 2004-05-25 22:05:20
|
Update of /cvsroot/nullabletypes/NullableTypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6035 Modified Files: ReadMe.txt ReleaseNotes.txt license.txt Log Message: Index: ReleaseNotes.txt =================================================================== RCS file: /cvsroot/nullabletypes/NullableTypes/ReleaseNotes.txt,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ReleaseNotes.txt 20 Feb 2004 00:42:21 -0000 1.12 --- ReleaseNotes.txt 25 May 2004 22:05:06 -0000 1.13 *************** *** 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. --- 1,6 ---- ! NullableTypes ver. 1.2 ---------------------------------------------------------- ! This official release follow the first official v1.0, it enable ! NullableTypes to work smoothly with Web Services as built-in types. It include binary, samples in C# and VB.NET, help and source code. *************** *** 21,65 **** ! 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 ! - BUG FIX: Fixed IXmlSerializable.ReadXml implementation for ! all types to accept a nil value with a non empty element. - 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 - - NullableTypes enabled to work with Web Services by - IXmlSerializable - - Changes from ver. 0.11 (beta) - - [Serializable] attribute added to NullableTypes - - Changed NullableBoolean specifications and implementation - of Operator &, Operator |, And(), Or() to reflect correct - NULL semantic - - Tests NullConvertTest.ToNullableDateTimeFromString, - NullableDateTimeTest2.TestParse, NullableSingleTest.Parse, - NullableDoubleTest.Parse and NullableStringTest2.CompareTo - have been fixed - - VB.NET Sample now include NullableTypes convertions to and - from a DataTable and to and from a TextBox samples - - Changes from ver. 0.10 (beta) - - New convertion functions in class NullConvert - - C# Sample now include NullableTypes conversions to and - from a DataTable and to and from a TextBox samples - - Changes from ver. 0.9 (beta) - - DBNullConvert moved to namespace NullableTypes.HelperFunctions - - New class NullConvert --- 21,39 ---- ! Changes from ver. 1.0 ! - NullableTypes enabled to work with Web Services by ! IXmlSerializable - 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 ! ...publisher policy ! ...- Documentation ported to .NET Framework 1.1 - C# Sample ported to VS.NET 2003 + - VB.NET Sample ported to VS.NET 2003 + - Replaced literal values in MinValue and MaxValue inizialization + in NullableInt16 and NullableInt32 with System.Int16 and + System.Int32 MinValue and MaxValue constants + - CODE UPGRADE: NullableDateTimeConversionOperatorFromNullableString + test now work with Thai (Thailand,"th-TH",1054) regional settings. Index: license.txt =================================================================== RCS file: /cvsroot/nullabletypes/NullableTypes/license.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** license.txt 8 Aug 2003 23:53:37 -0000 1.3 --- license.txt 25 May 2004 22:05:06 -0000 1.4 *************** *** 1,5 **** MIT License for NullableTypes ! Copyright (c) 2003 Luca Minudel Permission is hereby granted, free of charge, to any --- 1,5 ---- MIT License for NullableTypes ! Copyright (c) 2003-2004 Luca Minudel Permission is hereby granted, free of charge, to any Index: ReadMe.txt =================================================================== RCS file: /cvsroot/nullabletypes/NullableTypes/ReadMe.txt,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** ReadMe.txt 20 Feb 2004 00:42:21 -0000 1.16 --- ReadMe.txt 25 May 2004 22:05:05 -0000 1.17 *************** *** 1,7 **** ========================================================== ! NullableTypes ver. 1.1.1 (Beta) ========================================================== - 0. THIS BETA 1. INTRO 2. NULLABLETYPES LICENSING --- 1,6 ---- ========================================================== ! NullableTypes ver. 1.2 ========================================================== 1. INTRO 2. NULLABLETYPES LICENSING *************** *** 16,33 **** - 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' - folder just execute 'RunTests.BAT' and click 'RUN' button). - To check that NullableTypes work well with Web Services try out NullableTypes with your Web Services - (use one of the NullableTypes as a parameter and as a return type, also use it as a member of a parameter - type or as a member of the return type). - - If you get a red bar running tests or if you discover a bug don't hesitate to drop an email to - luk...@us..., we love to get feedback. --- 15,18 ---- *************** *** 48,54 **** --- 33,45 ---- To check that NullableTypes run correctly on your system, first of all do run tests: from the 'tests' folder just execute 'RunTests.BAT' and click 'RUN' button. + If you get a red bar after running tests, if you discover a bug in NullableTypes software or if you see a mistake in the documentation don't hesitate to drop a bug report: we love to get feedback. + To check that NullableTypes work well with Web Services try out NullableTypes with your Web Services + (use one of the NullableTypes as a parameter and as a return type, also use it as a member of a parameter + type or as a member of the return type). + + [1] Test-Driven Development - Kent Beck - Three Rivers Institute - http://groups.yahoo.com/group/testdrivendevelopment/files/TDD17Jul2002.pdf |