From e60dab4b0abc117efd791cb0e149650814127086 Mon Sep 17 00:00:00 2001 From: Frans Bouma Date: Mon, 28 Aug 2017 10:53:09 +0200 Subject: [PATCH] Version bump, (c) text adjustment --- src/DocNet/Program.cs | 2 +- src/DocNet/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/DocNet/Program.cs b/src/DocNet/Program.cs index 659982b..fb50b04 100644 --- a/src/DocNet/Program.cs +++ b/src/DocNet/Program.cs @@ -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"); } diff --git a/src/DocNet/Properties/AssemblyInfo.cs b/src/DocNet/Properties/AssemblyInfo.cs index 24871e9..094c007 100644 --- a/src/DocNet/Properties/AssemblyInfo.cs +++ b/src/DocNet/Properties/AssemblyInfo.cs @@ -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")]