Skip to content

Commit ae434c8

Browse files
author
Brad Robinson
committed
b0.4.167
1 parent d15fbcd commit ae434c8

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

version.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
// Generated by build tool, do not edit
33
using System;
44
using System.Reflection;
5-
[assembly: AssemblyCopyright("Copyright © 2019-2023 Topten Software. All Rights Reserved")]
6-
[assembly: AssemblyVersion("0.4.166")]
7-
[assembly: AssemblyFileVersion("0.4.166")]
5+
[assembly: AssemblyCopyright("Copyright © 2019-2024 Topten Software. All Rights Reserved")]
6+
[assembly: AssemblyVersion("0.4.167")]
7+
[assembly: AssemblyFileVersion("0.4.167")]
88
[assembly: AssemblyCompany("Topten Software")]
99
[assembly: AssemblyProduct("Topten.RichTextKit")]
1010

1111
static class BuildInfo
1212
{
13-
public static DateTime Date = new DateTime(2023, 8, 21, 4, 26, 41, DateTimeKind.Utc);
13+
public static DateTime Date = new DateTime(2024, 3, 6, 1, 22, 20, DateTimeKind.Utc);
1414
}
1515

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"major": 0,
33
"minor": 4,
4-
"build": 166,
4+
"build": 167,
55
"suffix": "",
66
"copyrightYear": 2019,
77
"productName": "Topten.RichTextKit",

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Generated by build tool, do not edit -->
33
<Project>
44
<PropertyGroup>
5-
<Version Condition="'$(Variable)' == ''">0.4.166</Version>
5+
<Version Condition="'$(Variable)' == ''">0.4.167</Version>
66
</PropertyGroup>
77
</Project>
88

0 commit comments

Comments
 (0)