This commit is contained in:
Brad Robinson 2022-03-25 12:30:10 +11:00
Родитель 04adf9eea9
Коммит 75ce63fc97
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.156")]
[assembly: AssemblyFileVersion("0.4.156")]
[assembly: AssemblyVersion("0.4.157")]
[assembly: AssemblyFileVersion("0.4.157")]
[assembly: AssemblyCompany("Topten Software")]
[assembly: AssemblyProduct("Topten.RichTextKit")]
static class BuildInfo
{
public static DateTime Date = new DateTime(2022, 1, 24, 2, 49, 27, DateTimeKind.Utc);
public static DateTime Date = new DateTime(2022, 3, 25, 1, 29, 40, DateTimeKind.Utc);
}

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

@ -1,7 +1,7 @@
{
"major": 0,
"minor": 4,
"build": 156,
"build": 157,
"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.156-preview</Version>
<Version Condition="'$(Variable)' == ''">0.4.157-preview</Version>
</PropertyGroup>
</Project>