# HG changeset patch # User IBBoard # Date 1252868617 0 # Node ID cf644b2c65e608dc8848f05966bcbb7dfece040b # Parent 2f2e46cd4171e279be85128ca3a20bc9e7fc9960 * Change assembly number to 0.0.1.* because we've not reached 0.1 yet, never mind 1.0! * Add "COPYING" to the copied files so that we have a license no-open-ticket diff -r 2f2e46cd4171 -r cf644b2c65e6 AssemblyInfo.cs --- a/AssemblyInfo.cs Sun Sep 13 18:51:39 2009 +0000 +++ b/AssemblyInfo.cs Sun Sep 13 19:03:37 2009 +0000 @@ -30,7 +30,7 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.*")] +[assembly: AssemblyVersion("0.0.1.*")] // // In order to sign your assembly you must specify a key to use. Refer to the diff -r 2f2e46cd4171 -r cf644b2c65e6 IBBoard.WarFoundry.GUI.WinForms.csproj --- a/IBBoard.WarFoundry.GUI.WinForms.csproj Sun Sep 13 18:51:39 2009 +0000 +++ b/IBBoard.WarFoundry.GUI.WinForms.csproj Sun Sep 13 19:03:37 2009 +0000 @@ -186,7 +186,9 @@ EquipmentAmountControl.cs - + + Always + PreserveNewest