Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.WinForms
changeset 48:cf644b2c65e6 WarFoundry_v0.1beta_Winforms
* 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
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 13 Sep 2009 19:03:37 +0000 |
parents | 2f2e46cd4171 |
children | 93b3d23147ba |
files | AssemblyInfo.cs IBBoard.WarFoundry.GUI.WinForms.csproj |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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 @@ <DependentUpon>EquipmentAmountControl.cs</DependentUpon> </EmbeddedResource> <None Include="app.config" /> - <None Include="COPYING" /> + <None Include="COPYING"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> <None Include="translations\en.translation"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None>