Browse Source

upload assembly info. to 1.0.0.2

master 1.0.0.2
Craig Oates 5 years ago
parent
commit
95d7394109
  1. 3
      .gitignore
  2. 4
      Console.Waterworks/Console.Waterworks/Properties/AssemblyInfo.cs

3
.gitignore vendored

@ -258,4 +258,5 @@ paket-files/
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
*.pyc
/Console.Waterworks/Console.Waterworks/nuget.exe

4
Console.Waterworks/Console.Waterworks/Properties/AssemblyInfo.cs

@ -32,7 +32,7 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.0.2")]
[assembly: AssemblyFileVersion("1.0.0.2")]
[assembly: NeutralResourcesLanguage("en-GB")]

Loading…
Cancel
Save