Skip to content

Commit 442ee93

Browse files
committed
release 1.2.4
1 parent bafe8dd commit 442ee93

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
File renamed without changes.

Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
class Program {
88

99
static void Main () {
10+
1011
Databasic.Events.Error += (System.Exception ex, Databasic.SqlErrorsCollection sqlErrors) => {
1112
Desharp.Debug.Dump(ex);
1213
Desharp.Debug.Dump(sqlErrors);

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.2.0.0")]
35-
[assembly: AssemblyFileVersion("1.2.0.0")]
34+
[assembly: AssemblyVersion("1.2.4.0")]
35+
[assembly: AssemblyFileVersion("1.2.4.0")]

0 commit comments

Comments
 (0)