This commit is contained in:
Brad Robinson 2020-08-20 17:35:21 +10:00
Родитель c5bef1b93e
Коммит ba350fe76b
3 изменённых файлов: 5 добавлений и 5 удалений

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

@ -3,13 +3,13 @@
using System;
using System.Reflection;
[assembly: AssemblyCopyright("Copyright © 2019-2020 Topten Software. All Rights Reserved")]
[assembly: AssemblyVersion("0.3.129")]
[assembly: AssemblyFileVersion("0.3.129")]
[assembly: AssemblyVersion("0.3.130")]
[assembly: AssemblyFileVersion("0.3.130")]
[assembly: AssemblyCompany("Topten Software")]
[assembly: AssemblyProduct("Topten.RichTextKit")]
static class BuildInfo
{
public static DateTime Date = new DateTime(2020, 7, 29, 6, 45, 56, DateTimeKind.Utc);
public static DateTime Date = new DateTime(2020, 8, 20, 7, 34, 47, DateTimeKind.Utc);
}

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

@ -1,7 +1,7 @@
{
"major": 0,
"minor": 3,
"build": 129,
"build": 130,
"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.3.129</Version>
<Version Condition="'$(Variable)' == ''">0.3.130</Version>
</PropertyGroup>
</Project>