Skip to content

Commit 215c445

Browse files
committed
Forgot to regenerate CommonAssemblyInfo.cs ...
1 parent 2aa31c5 commit 215c445

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/CommonAssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
using System.Runtime.InteropServices;
55
[assembly: AssemblyProduct("Command Line Parser Library")]
66
[assembly: AssemblyCopyright("Copyright (c) 2005 - 2013 Giacomo Stelluti Scala")]
7-
[assembly: AssemblyVersion("1.9.4.131")]
8-
[assembly: AssemblyFileVersion("1.9.4.131")]
7+
[assembly: AssemblyVersion("1.9.4.139")]
8+
[assembly: AssemblyFileVersion("1.9.4.139")]
99

1010
[assembly: AssemblyInformationalVersion("1.9")]
1111
[assembly: NeutralResourcesLanguage("en-US")]

src/libcmdline/Utils/ReflectionCache.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
using System;
3131
using System.Collections.Generic;
3232
using System.Diagnostics.CodeAnalysis;
33-
3433
#endregion
3534

3635
namespace CommandLine.Utils
@@ -73,4 +72,4 @@ public object this[Pair<Type, object> key]
7372

7473
private readonly IDictionary<Pair<Type, object>, WeakReference> _cache;
7574
}
76-
}
75+
}

0 commit comments

Comments
 (0)