b0.4.151
This commit is contained in:
Родитель
0e62f0b452
Коммит
5f4d2c80cc
|
@ -3,13 +3,13 @@
|
|||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: AssemblyCopyright("Copyright © 2019-2022 Topten Software. All Rights Reserved")]
|
||||
[assembly: AssemblyVersion("0.4.150")]
|
||||
[assembly: AssemblyFileVersion("0.4.150")]
|
||||
[assembly: AssemblyVersion("0.4.151")]
|
||||
[assembly: AssemblyFileVersion("0.4.151")]
|
||||
[assembly: AssemblyCompany("Topten Software")]
|
||||
[assembly: AssemblyProduct("Topten.RichTextKit")]
|
||||
|
||||
static class BuildInfo
|
||||
{
|
||||
public static DateTime Date = new DateTime(2022, 1, 24, 2, 39, 11, DateTimeKind.Utc);
|
||||
public static DateTime Date = new DateTime(2022, 1, 24, 2, 45, 54, DateTimeKind.Utc);
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"major": 0,
|
||||
"minor": 4,
|
||||
"build": 150,
|
||||
"build": 151,
|
||||
"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.150</Version>
|
||||
<Version Condition="'$(Variable)' == ''">0.4.151</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
Загрузка…
Ссылка в новой задаче