This commit is contained in:
Brad Robinson 2019-08-11 17:56:09 +10:00
Родитель ad3c80a453
Коммит 7d7ff48eb5
4 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -3,13 +3,13 @@
using System;
using System.Reflection;
[assembly: AssemblyCopyright("Copyright © 2019 Topten Software. All Rights Reserved")]
[assembly: AssemblyVersion("0.1.110")]
[assembly: AssemblyFileVersion("0.1.110")]
[assembly: AssemblyVersion("0.1.111")]
[assembly: AssemblyFileVersion("0.1.111")]
[assembly: AssemblyCompany("Topten Software")]
[assembly: AssemblyProduct("Topten.RichTextKit")]
static class BuildInfo
{
public static DateTime Date = new DateTime(2019, 8, 10, 7, 32, 8, DateTimeKind.Utc);
public static DateTime Date = new DateTime(2019, 8, 11, 7, 55, 52, DateTimeKind.Utc);
}

Просмотреть файл

@ -1,7 +1,7 @@
#define VER_A 0
#define VER_B 1
#define VER_C 110
#define VER_C 111
#define VER_D 0
#define COPYRIGHT_STRING "Copyright © 2019 Topten Software. All Rights Reserved\0"

Просмотреть файл

@ -1,7 +1,7 @@
{
"major": 0,
"minor": 1,
"build": 110,
"build": 111,
"copyrightYear": 2019,
"productName": "Topten.RichTextKit"
}

Просмотреть файл

@ -2,7 +2,7 @@
<!-- Generated by build tool, do not edit -->
<Project>
<PropertyGroup>
<Version Condition="'$(Variable)' == ''">0.1.110</Version>
<Version Condition="'$(Variable)' == ''">0.1.111</Version>
</PropertyGroup>
</Project>