This commit is contained in:
Brad Robinson 2021-10-10 12:30:01 +11:00
Родитель 64e2dec66d
Коммит 1b46689a0c
3 изменённых файлов: 5 добавлений и 5 удалений

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

@ -3,13 +3,13 @@
using System;
using System.Reflection;
[assembly: AssemblyCopyright("Copyright © 2019-2021 Topten Software. All Rights Reserved")]
[assembly: AssemblyVersion("0.4.146")]
[assembly: AssemblyFileVersion("0.4.146")]
[assembly: AssemblyVersion("0.4.147")]
[assembly: AssemblyFileVersion("0.4.147")]
[assembly: AssemblyCompany("Topten Software")]
[assembly: AssemblyProduct("Topten.RichTextKit")]
static class BuildInfo
{
public static DateTime Date = new DateTime(2021, 10, 7, 0, 28, 54, DateTimeKind.Utc);
public static DateTime Date = new DateTime(2021, 10, 10, 1, 29, 5, DateTimeKind.Utc);
}

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

@ -1,7 +1,7 @@
{
"major": 0,
"minor": 4,
"build": 146,
"build": 147,
"copyrightYear": 2019,
"productName": "Topten.RichTextKit",
"companyName": "Topten Software"

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

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