Browse Source

Version bump, (c) text adjustment

pull/80/head
Frans Bouma 7 years ago
parent
commit
e60dab4b0a
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/DocNet/Program.cs
  2. +2
    -2
      src/DocNet/Properties/AssemblyInfo.cs

+ 1
- 1
src/DocNet/Program.cs View File

@@ -88,7 +88,7 @@ namespace Docnet

private static void DisplayHeader()
{
Console.WriteLine("Docnet v{0}. (c)2016 Frans Bouma", FileVersionInfo.GetVersionInfo(typeof(Program).Assembly.Location).FileVersion);
Console.WriteLine("Docnet v{0}. (c)2017 Frans Bouma and contributors", FileVersionInfo.GetVersionInfo(typeof(Program).Assembly.Location).FileVersion);
Console.WriteLine("Get your copy at: https://github.com/FransBouma/Docnet \n");
}



+ 2
- 2
src/DocNet/Properties/AssemblyInfo.cs View File

@@ -32,5 +32,5 @@ 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("0.16.1.0")]
[assembly: AssemblyFileVersion("0.16.1")]
[assembly: AssemblyVersion("0.16.2.0")]
[assembly: AssemblyFileVersion("0.16.2")]

Loading…
Cancel
Save