This commit is contained in:
Brad Robinson 2019-08-08 18:56:10 +10:00
Родитель 04eda89e11
Коммит 155de0f0a5
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.104")]
[assembly: AssemblyFileVersion("0.1.104")]
[assembly: AssemblyVersion("0.1.105")]
[assembly: AssemblyFileVersion("0.1.105")]
[assembly: AssemblyCompany("Topten Software")]
[assembly: AssemblyProduct("Topten.RichTextKit")]
static class BuildInfo
{
public static DateTime Date = new DateTime(2019, 8, 8, 2, 8, 20, DateTimeKind.Utc);
public static DateTime Date = new DateTime(2019, 8, 8, 8, 55, 51, DateTimeKind.Utc);
}

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

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

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

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

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

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