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