You've already forked linux-packaging-mono
Imported Upstream version 6.6.0.104
Former-commit-id: d6c1a764e837d1f320bb7afe2617bc9863dc0741
This commit is contained in:
parent
9b1ef54dc9
commit
4c26f54a2f
@ -1 +1 @@
|
|||||||
60a79a7b89a82334772050675ba7da0cc4f910d1
|
37cc903befff71e98631598a26de46eacfdc7aca
|
@ -1 +1 @@
|
|||||||
ed50e44c7b9748cf25b5006cd5407e8134531cab
|
f1495d076977e40b18b728f5367643e7374a3bc0
|
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
static partial class Consts
|
static partial class Consts
|
||||||
{
|
{
|
||||||
public const string MonoCorlibVersion = "2cfaeda3-94a9-44e5-8fcb-51979a3398c9";
|
public const string MonoCorlibVersion = "657116DD-B24B-4615-8680-6C56BA42F86D";
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !NETCORE
|
#if !NETCORE
|
||||||
@ -41,7 +41,7 @@ static partial class Consts
|
|||||||
// Use these assembly version constants to make code more maintainable.
|
// Use these assembly version constants to make code more maintainable.
|
||||||
//
|
//
|
||||||
|
|
||||||
public const string MonoVersion = "6.6.0.103";
|
public const string MonoVersion = "6.6.0.104";
|
||||||
public const string MonoCompany = "Mono development team";
|
public const string MonoCompany = "Mono development team";
|
||||||
public const string MonoProduct = "Mono Common Language Infrastructure";
|
public const string MonoProduct = "Mono Common Language Infrastructure";
|
||||||
public const string MonoCopyright = "(c) Various Mono authors";
|
public const string MonoCopyright = "(c) Various Mono authors";
|
||||||
|
@ -193,6 +193,14 @@ namespace Mono {
|
|||||||
return new Tuple<String, ulong, ulong> (payload_str, portable_hash, unportable_hash);
|
return new Tuple<String, ulong, ulong> (payload_str, portable_hash, unportable_hash);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[MethodImplAttribute (MethodImplOptions.InternalCall)]
|
||||||
|
static extern void RegisterReportingForAllNativeLibs_internal ();
|
||||||
|
|
||||||
|
static void RegisterReportingForAllNativeLibs ()
|
||||||
|
{
|
||||||
|
RegisterReportingForAllNativeLibs_internal ();
|
||||||
|
}
|
||||||
|
|
||||||
[MethodImplAttribute (MethodImplOptions.InternalCall)]
|
[MethodImplAttribute (MethodImplOptions.InternalCall)]
|
||||||
static extern void RegisterReportingForNativeLib_internal (IntPtr modulePathSuffix, IntPtr moduleName);
|
static extern void RegisterReportingForNativeLib_internal (IntPtr modulePathSuffix, IntPtr moduleName);
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
cfcf4af8929d3bc8e81a03420da6247493229048
|
|
@ -1 +0,0 @@
|
|||||||
954a63d9fe84b3433462ac32843883482f105840
|
|
@ -1 +0,0 @@
|
|||||||
cf1cd597492462c59672f2550d25cb1bf1ae63e5
|
|
@ -1 +0,0 @@
|
|||||||
4c4d81e0fb06844904ef14d21102e50067085a36
|
|
@ -1 +0,0 @@
|
|||||||
5ffcec35a847d1faa4aba05efb9a9bdd2b70c1b6
|
|
@ -1 +0,0 @@
|
|||||||
5e1d3ea9834fefadd99b1af3b286bad69f927ee0
|
|
@ -1 +0,0 @@
|
|||||||
d81aeb47f04563668e50b5808ac1275e274a610a
|
|
@ -1 +0,0 @@
|
|||||||
e3b29c54067694c176ab5a6ca5072b8258392587
|
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user