You've already forked linux-packaging-mono
Imported Upstream version 5.20.0.180
Former-commit-id: ff953ca879339fe1e1211f7220f563e1342e66cb
This commit is contained in:
parent
0e2d47d1c8
commit
0510252385
@@ -2,12 +2,12 @@
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("0.10.0.0")]
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("0.10.1.0")]
|
||||
[assembly:System.CLSCompliantAttribute(false)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright © 2008 - 2018 Jb Evain")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("0.10.0.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.10.0.0")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("0.10.1.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.10.1.0")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("Mono.Cecil")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Cecil.Mdb")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
|
@@ -1 +1 @@
|
||||
8d89b5ff7f8c0d7a260c7d6ec5d1b9baf4b22fd2
|
||||
19b503b65f6796fbd03668ae2a73555fcb8fda32
|
@@ -54,6 +54,7 @@ namespace Mono.Options
|
||||
public Mono.Options.CommandSet Add<T>(string prototype, string description, System.Action<T> action) { throw null; }
|
||||
public Mono.Options.CommandSet Add<TKey, TValue>(string prototype, Mono.Options.OptionAction<TKey, TValue> action) { throw null; }
|
||||
public Mono.Options.CommandSet Add<TKey, TValue>(string prototype, string description, Mono.Options.OptionAction<TKey, TValue> action) { throw null; }
|
||||
public System.Collections.Generic.IEnumerable<string> GetCompletions(string prefix=null) { throw null; }
|
||||
protected override string GetKeyForItem(Mono.Options.Command item) { throw null; }
|
||||
public int Run(System.Collections.Generic.IEnumerable<string> arguments) { throw null; }
|
||||
}
|
||||
|
@@ -1 +1 @@
|
||||
5bb99bc8c448a147d4fd5de3bd1798df7015810b
|
||||
498a444723bd3202ba25a869506c30422b3c6a5a
|
@@ -1 +1 @@
|
||||
a1df3f83332859870e1cf4a20ceeeed89728c785
|
||||
3582707a8ab0f5fadf682711906367dd6f4e52f7
|
@@ -1 +1 @@
|
||||
b081ba1d1e3552cb0f915ccd31f8797bf18c73b5
|
||||
45466de46f91e4c641d500853fd27848a22c01f4
|
@@ -1 +1 @@
|
||||
0fc46f55fa06c9cc6efd0610c0aca16bae0936d0
|
||||
ed19cc64be777080a3bba2cb682288cc5b3e9d20
|
Reference in New Issue
Block a user