Browse Source

Version bump

tags/v0.16.3
Frans Bouma 7 years ago
parent
commit
804529815a
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/DocNet/Properties/AssemblyInfo.cs

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

@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Docnet")]
[assembly: AssemblyCopyright("Copyright ©2017 Frans Bouma")]
[assembly: AssemblyCopyright("Copyright ©2018 Frans Bouma")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

@@ -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.2.0")]
[assembly: AssemblyFileVersion("0.16.2")]
[assembly: AssemblyVersion("0.16.3.0")]
[assembly: AssemblyFileVersion("0.16.3")]

Loading…
Cancel
Save