This commit is contained in:
Brad Robinson 2019-08-10 12:21:47 +10:00
Родитель 8e7a3d124d
Коммит 38169c7607
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.108")]
[assembly: AssemblyFileVersion("0.1.108")]
[assembly: AssemblyVersion("0.1.109")]
[assembly: AssemblyFileVersion("0.1.109")]
[assembly: AssemblyCompany("Topten Software")]
[assembly: AssemblyProduct("Topten.RichTextKit")]
static class BuildInfo
{
public static DateTime Date = new DateTime(2019, 8, 10, 2, 0, 41, DateTimeKind.Utc);
public static DateTime Date = new DateTime(2019, 8, 10, 2, 21, 34, DateTimeKind.Utc);
}

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

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

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

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

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

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