This commit is contained in:
Brad Robinson 2020-05-24 19:18:16 +10:00
Родитель 3008bbfc6e
Коммит eb6b7b5503
4 изменённых файлов: 7 добавлений и 7 удалений

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

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

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

@ -1,7 +1,7 @@
#define VER_A 0
#define VER_B 1
#define VER_C 119
#define VER_B 2
#define VER_C 120
#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": 119,
"build": 120,
"copyrightYear": 2019,
"productName": "Topten.RichTextKit"
}

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

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