b0.1.111
This commit is contained in:
Родитель
ad3c80a453
Коммит
7d7ff48eb5
|
@ -3,13 +3,13 @@
|
|||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: AssemblyCopyright("Copyright © 2019 Topten Software. All Rights Reserved")]
|
||||
[assembly: AssemblyVersion("0.1.110")]
|
||||
[assembly: AssemblyFileVersion("0.1.110")]
|
||||
[assembly: AssemblyVersion("0.1.111")]
|
||||
[assembly: AssemblyFileVersion("0.1.111")]
|
||||
[assembly: AssemblyCompany("Topten Software")]
|
||||
[assembly: AssemblyProduct("Topten.RichTextKit")]
|
||||
|
||||
static class BuildInfo
|
||||
{
|
||||
public static DateTime Date = new DateTime(2019, 8, 10, 7, 32, 8, DateTimeKind.Utc);
|
||||
public static DateTime Date = new DateTime(2019, 8, 11, 7, 55, 52, DateTimeKind.Utc);
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#define VER_A 0
|
||||
#define VER_B 1
|
||||
#define VER_C 110
|
||||
#define VER_C 111
|
||||
#define VER_D 0
|
||||
#define COPYRIGHT_STRING "Copyright © 2019 Topten Software. All Rights Reserved\0"
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"major": 0,
|
||||
"minor": 1,
|
||||
"build": 110,
|
||||
"build": 111,
|
||||
"copyrightYear": 2019,
|
||||
"productName": "Topten.RichTextKit"
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
<!-- Generated by build tool, do not edit -->
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version Condition="'$(Variable)' == ''">0.1.110</Version>
|
||||
<Version Condition="'$(Variable)' == ''">0.1.111</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
Загрузка…
Ссылка в новой задаче