This commit is contained in:
Brad Robinson 2019-08-10 12:00:53 +10:00
Родитель 17a50e9b34
Коммит 2da2f41f35
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.107")]
[assembly: AssemblyFileVersion("0.1.107")]
[assembly: AssemblyVersion("0.1.108")]
[assembly: AssemblyFileVersion("0.1.108")]
[assembly: AssemblyCompany("Topten Software")]
[assembly: AssemblyProduct("Topten.RichTextKit")]
static class BuildInfo
{
public static DateTime Date = new DateTime(2019, 8, 10, 1, 46, 36, DateTimeKind.Utc);
public static DateTime Date = new DateTime(2019, 8, 10, 2, 0, 41, DateTimeKind.Utc);
}

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

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

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

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

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

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