This commit is contained in:
Brad Robinson 2019-12-04 10:32:15 +11:00
Родитель 63d4481a3a
Коммит 3e82468a8e
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.116")]
[assembly: AssemblyFileVersion("0.1.116")]
[assembly: AssemblyVersion("0.1.117")]
[assembly: AssemblyFileVersion("0.1.117")]
[assembly: AssemblyCompany("Topten Software")]
[assembly: AssemblyProduct("Topten.RichTextKit")]
static class BuildInfo
{
public static DateTime Date = new DateTime(2019, 11, 19, 2, 39, 38, DateTimeKind.Utc);
public static DateTime Date = new DateTime(2019, 12, 3, 23, 31, 38, DateTimeKind.Utc);
}

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

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

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

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

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

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