Skip to content

Commit

Permalink
Updated version to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatzelle committed Jul 24, 2005
1 parent 0d7b61d commit 8625bc4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
12 changes: 10 additions & 2 deletions Nini/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Nini Project ChangeLog

This contains a listing of all changes between versions of Nini.

Version 1.0.0 (Mon, Jul 25 2005)
--------------------------------
* Added event delegates for Saved, Reloaded, KeySet, KeyRemoved, etc
* Added a signed Mono build
* Added IConfig.Contains method
* Added Save to Stream to all IConfigSource classes
* Added rename IConfig support
* Added much improved error messages
* Fixed a couple elusive crashing bugs

Version 0.9.2 (Mon, Mar 14 2005)
--------------------------------
* .NET Compact Framework support
Expand Down Expand Up @@ -57,5 +67,3 @@ Version 0.6.0 (Tue, Jun 22 2004)
Version 0.5.0 (Sun, Jun 06 2004)
---------------------------------
* First public release.


9 changes: 4 additions & 5 deletions Nini/README.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---------------------------------------------------------
Nini - The uncommonly powerful .NET configuration library
Nini - An uncommonly powerful .NET configuration library
---------------------------------------------------------

Homepage: http://nini.sourceforge.net/
Author: Brent R. Matzelle - bmatzelle [at] yahoo [dot] com

ABOUT
-----
Nini is the uncommonly powerful .NET configuration library. The goal of this
project is to provide developers with a tool that makes it easy to write
highly configurable applications in a short amount of time.
Nini is an uncommonly powerful .NET configuration library designed to help
build highly configurable applications quickly.

INSTALL
-------
Expand Down Expand Up @@ -119,5 +118,5 @@ bmatzelle [at] yahoo [dot] com.
Thank you for trying Nini!

-------------------------------------
Copyright (c) 2004 Brent R. Matzelle
Copyright (c) 2005 Brent R. Matzelle
-------------------------------------
2 changes: 1 addition & 1 deletion Nini/Source/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: System.Reflection.AssemblyVersion("0.9.2.0")]
[assembly: System.Reflection.AssemblyVersion("1.0.0.0")]

[assembly:CLSCompliant(true)] // Required for CLS compliance

Expand Down

0 comments on commit 8625bc4

Please sign in to comment.