This commit is contained in:
Brad Robinson 2019-11-19 13:39:49 +11:00
Родитель 2578298cf1
Коммит 9f51f9920b
4 изменённых файлов: 6 добавлений и 6 удалений

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

@ -3,13 +3,13 @@
using System; using System;
using System.Reflection; using System.Reflection;
[assembly: AssemblyCopyright("Copyright © 2019 Topten Software. All Rights Reserved")] [assembly: AssemblyCopyright("Copyright © 2019 Topten Software. All Rights Reserved")]
[assembly: AssemblyVersion("0.1.115")] [assembly: AssemblyVersion("0.1.116")]
[assembly: AssemblyFileVersion("0.1.115")] [assembly: AssemblyFileVersion("0.1.116")]
[assembly: AssemblyCompany("Topten Software")] [assembly: AssemblyCompany("Topten Software")]
[assembly: AssemblyProduct("Topten.RichTextKit")] [assembly: AssemblyProduct("Topten.RichTextKit")]
static class BuildInfo static class BuildInfo
{ {
public static DateTime Date = new DateTime(2019, 8, 24, 7, 48, 16, DateTimeKind.Utc); public static DateTime Date = new DateTime(2019, 11, 19, 2, 39, 38, DateTimeKind.Utc);
} }

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

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

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

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

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

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