This commit is contained in:
Brad Robinson 2024-03-06 12:22:45 +11:00
Родитель d15fbcd8fa
Коммит ae434c82d8
3 изменённых файлов: 6 добавлений и 6 удалений

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

@ -2,14 +2,14 @@
// Generated by build tool, do not edit
using System;
using System.Reflection;
[assembly: AssemblyCopyright("Copyright © 2019-2023 Topten Software. All Rights Reserved")]
[assembly: AssemblyVersion("0.4.166")]
[assembly: AssemblyFileVersion("0.4.166")]
[assembly: AssemblyCopyright("Copyright © 2019-2024 Topten Software. All Rights Reserved")]
[assembly: AssemblyVersion("0.4.167")]
[assembly: AssemblyFileVersion("0.4.167")]
[assembly: AssemblyCompany("Topten Software")]
[assembly: AssemblyProduct("Topten.RichTextKit")]
static class BuildInfo
{
public static DateTime Date = new DateTime(2023, 8, 21, 4, 26, 41, DateTimeKind.Utc);
public static DateTime Date = new DateTime(2024, 3, 6, 1, 22, 20, DateTimeKind.Utc);
}

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

@ -1,7 +1,7 @@
{
"major": 0,
"minor": 4,
"build": 166,
"build": 167,
"suffix": "",
"copyrightYear": 2019,
"productName": "Topten.RichTextKit",

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

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