Browse Source

Version bump

tags/v0.16.5
Frans Bouma 5 years ago
parent
commit
e989c06575
2 changed files with 5 additions and 4 deletions
  1. +2
    -1
      .gitignore
  2. +3
    -3
      src/DocNet/Properties/AssemblyInfo.cs

+ 2
- 1
.gitignore View File

@@ -185,4 +185,5 @@ FakesAssemblies/


#Rider #Rider
.idea/ .idea/
*.iml
*.iml
*.zip

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

@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Docnet")] [assembly: AssemblyProduct("Docnet")]
[assembly: AssemblyCopyright("Copyright ©2019 Frans Bouma")]
[assembly: AssemblyCopyright("Copyright ©2020 Frans Bouma")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [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 // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.16.4.0")]
[assembly: AssemblyFileVersion("0.16.4")]
[assembly: AssemblyVersion("0.16.5.0")]
[assembly: AssemblyFileVersion("0.16.5")]

Loading…
Cancel
Save