This commit is contained in:
Brad Robinson 2020-05-25 09:26:01 +10:00
Родитель f3d67d6c81
Коммит 594c86b71c
4 изменённых файлов: 6 добавлений и 6 удалений

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

@ -3,13 +3,13 @@
using System;
using System.Reflection;
[assembly: AssemblyCopyright("Copyright © 2019-2020 Topten Software. All Rights Reserved")]
[assembly: AssemblyVersion("0.2.120")]
[assembly: AssemblyFileVersion("0.2.120")]
[assembly: AssemblyVersion("0.2.121")]
[assembly: AssemblyFileVersion("0.2.121")]
[assembly: AssemblyCompany("Topten Software")]
[assembly: AssemblyProduct("Topten.RichTextKit")]
static class BuildInfo
{
public static DateTime Date = new DateTime(2020, 5, 24, 9, 17, 53, DateTimeKind.Utc);
public static DateTime Date = new DateTime(2020, 5, 24, 23, 25, 33, DateTimeKind.Utc);
}

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

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

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

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

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

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