-
Nini 1.1 Stable Released
This is the second stable release of Nini. It adds loads of enhancements and fixes all known bugs. Here is the change list:
* Ability to make keys case-insensitive (to support old INI file parsers)
* Much improved INI load and save support
* Added Load methods to all INI and XML based classes
* Added MySQL and Windows INI (Win32 API-like) support
* Added GetExpanded method to expand key values without replacing
* Added Registry config saving and key remove support
* Fixed multiple bugs
* Improved manual (split up the manual into a table of contents and 5 chapters)
* Updated build with .NET 2.0 support
* Updated all projects files to Visual Studio 2003
2006-03-23 15:26:02 UTC by bmatzelle
-
Nini 1.0 stable has been released!
After nearly two years of development Nini has reached it's goal of a feature complete and stable 1.0 version. It has been powering my company's TV traffic report application which is broadcast in 10 US cities for over a year now. Needless to say anything software shown on TV needs to run flawlessly so you can rest assured that it will do the same for you :)
2005-07-25 14:41:53 UTC by bmatzelle
-
Nini 0.9.2 Released
This release was made to add the .NET Compact Framework support and to ready Nini for the 1.0 stable release.
* .NET Compact Framework support
* Improved INI compatibility (Bug 1105692)
* VB.NET examples added to manual
* Fixed a few small bugs
2005-03-15 14:44:40 UTC by bmatzelle
-
Nini 0.9.1 Released
This release contains many small enhancements and bug fixes. Nini is rapidly approaching 1.0 stable!
* Added ToString override to Xml, Ini, and DotNet sources
* Added Reload method to all IConfigSource classes
* Added GetValues method to IConfig
* ConfigCollection class now implements IList (RemoveAt, Contains, etc)
* Added Tips/Tricks section to the manual
* Added empty constructor for creating configs in memory to all sources
* Added verbose switch (-v) to Nini Editor
* Added create new file switch (-n) to Nini Editor
* Added "Using Nini Effectively" section to the manual
* Fixed several Save method bugs among others
2005-01-10 04:47:36 UTC by bmatzelle
-
Nini Mentioned by Open Source .NET Evangelist
Brian Nantz, author of Expert Web Services Security with the .Net Platform and Open Source .Net Development mentioned Nini in his ZDNet interview:
http://www.zdnet.com.au/insight/software/0,39023769,39172157-1,00.htm
Thanks Brian!
2004-12-22 20:40:29 UTC by bmatzelle