b0.3.132
This commit is contained in:
Родитель
66712c8bbe
Коммит
48e50516f2
|
@ -3,13 +3,13 @@
|
|||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: AssemblyCopyright("Copyright © 2019-2020 Topten Software. All Rights Reserved")]
|
||||
[assembly: AssemblyVersion("0.3.131")]
|
||||
[assembly: AssemblyFileVersion("0.3.131")]
|
||||
[assembly: AssemblyVersion("0.3.132")]
|
||||
[assembly: AssemblyFileVersion("0.3.132")]
|
||||
[assembly: AssemblyCompany("Topten Software")]
|
||||
[assembly: AssemblyProduct("Topten.RichTextKit")]
|
||||
|
||||
static class BuildInfo
|
||||
{
|
||||
public static DateTime Date = new DateTime(2020, 8, 25, 5, 6, 9, DateTimeKind.Utc);
|
||||
public static DateTime Date = new DateTime(2020, 8, 25, 5, 6, 46, DateTimeKind.Utc);
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"major": 0,
|
||||
"minor": 3,
|
||||
"build": 131,
|
||||
"build": 132,
|
||||
"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.131</Version>
|
||||
<Version Condition="'$(Variable)' == ''">0.3.132</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
Загрузка…
Ссылка в новой задаче