This commit is contained in:
Brad Robinson 2022-06-09 11:22:36 +10:00
Родитель f18ccc5e9a
Коммит 6a1aebd533
3 изменённых файлов: 5 добавлений и 5 удалений

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

@ -3,13 +3,13 @@
using System;
using System.Reflection;
[assembly: AssemblyCopyright("Copyright © 2019-2022 Topten Software. All Rights Reserved")]
[assembly: AssemblyVersion("0.4.160")]
[assembly: AssemblyFileVersion("0.4.160")]
[assembly: AssemblyVersion("0.4.161")]
[assembly: AssemblyFileVersion("0.4.161")]
[assembly: AssemblyCompany("Topten Software")]
[assembly: AssemblyProduct("Topten.RichTextKit")]
static class BuildInfo
{
public static DateTime Date = new DateTime(2022, 5, 22, 12, 42, 8, DateTimeKind.Utc);
public static DateTime Date = new DateTime(2022, 6, 9, 1, 22, 7, DateTimeKind.Utc);
}

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

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

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

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