Skip to content

Commit ec6a137

Browse files
committed
v4.2.3
1 parent 09f5dfd commit ec6a137

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

WakaTime/Properties/AssemblyInfo.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

5-
// General Information about an assembly is controlled through the following
5+
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("WakaTime")]
@@ -14,8 +14,8 @@
1414
[assembly: AssemblyTrademark("WakaTime ®")]
1515
[assembly: AssemblyCulture("")]
1616

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
17+
// Setting ComVisible to false makes the types in this assembly not visible
18+
// to COM components. If you need to access a type in this assembly from
1919
// COM, set the ComVisible attribute to true on that type.
2020
[assembly: ComVisible(false)]
2121

@@ -25,12 +25,12 @@
2525
// Version information for an assembly consists of the following four values:
2626
//
2727
// Major Version
28-
// Minor Version
28+
// Minor Version
2929
// Build Number
3030
// Revision
3131
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
32+
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("4.2.2")]
36-
[assembly: AssemblyFileVersion("4.2.2")]
35+
[assembly: AssemblyVersion("4.2.3")]
36+
[assembly: AssemblyFileVersion("4.2.3")]

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ after_build:
6060
artifacts:
6161
- path: notepadpp-wakatime_*.zip
6262
name: releases
63+
- path: '**\WakaTime.dll'
6364

6465
deploy:
6566
provider: GitHub

0 commit comments

Comments
 (0)