You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.103
Former-commit-id: ca91c6a33a1967ce859ed3061b54a7a1a6548637
This commit is contained in:
parent
32bf5370df
commit
e8112b0628
@@ -34,7 +34,7 @@ static class Consts
|
||||
// Use these assembly version constants to make code more maintainable.
|
||||
//
|
||||
|
||||
public const string MonoVersion = "5.10.0.101";
|
||||
public const string MonoVersion = "5.10.0.103";
|
||||
public const string MonoCompany = "Mono development team";
|
||||
public const string MonoProduct = "Mono Common Language Infrastructure";
|
||||
public const string MonoCopyright = "(c) Various Mono authors";
|
||||
|
@@ -20,6 +20,12 @@ namespace System.Data.SqlClient
|
||||
"keyword and always reset the connection")]
|
||||
public bool ConnectionReset { get; set; }
|
||||
|
||||
[MonoTODO("Not implemented in corefx: dotnet/corefx/issues/22474")]
|
||||
public SqlAuthenticationMethod Authentication {
|
||||
get => throw new NotImplementedException();
|
||||
set => throw new NotImplementedException();
|
||||
}
|
||||
|
||||
[MonoTODO("Not implemented in corefx: https://github.com/dotnet/corefx/issues/22474")]
|
||||
public bool ContextConnection {
|
||||
get => throw new NotImplementedException();
|
||||
|
@@ -1 +1 @@
|
||||
d5fe529e72a19edabb8d0d737134f42d61076a2e
|
||||
91510c0d48e8b8e4fd0244ba7b73ffb5b0008d59
|
@@ -1 +1 @@
|
||||
d6603fb55c99e4e6a2ab0f992aa575a430a23daf
|
||||
254d9408bc8a59955b3acbd045dab6ff7b365c37
|
@@ -1 +1 @@
|
||||
ca7879c6464de633c5d55777e99f90f6c32b0346
|
||||
29b49effce90b7f2fe0c79a6de7b247df79e829a
|
@@ -1 +1 @@
|
||||
05a25e094cf7053d826c561b6bae1934b651c4cd
|
||||
8eba7aa42674b1f25626dfbf370c22074eea751e
|
@@ -1 +1 @@
|
||||
4dda84573eb2e64b6ce95ccc37cb297d0d96ac26
|
||||
9f6e1f37b3af679ed3d2549d5d41977edc9134df
|
@@ -1 +1 @@
|
||||
2d54b1ef285e46cc986e00ef7bcd7775e3412a56
|
||||
33afdd892811cf9251820346c334158d1c465bca
|
@@ -1 +1 @@
|
||||
ffe45e62e511ea47af2a066b17eb0637418d7347
|
||||
e54e0d5a9a12b874a7aee94f6b7e79fab0d46910
|
@@ -1 +1 @@
|
||||
d5fe529e72a19edabb8d0d737134f42d61076a2e
|
||||
91510c0d48e8b8e4fd0244ba7b73ffb5b0008d59
|
@@ -1 +1 @@
|
||||
d6603fb55c99e4e6a2ab0f992aa575a430a23daf
|
||||
254d9408bc8a59955b3acbd045dab6ff7b365c37
|
@@ -1 +1 @@
|
||||
ca7879c6464de633c5d55777e99f90f6c32b0346
|
||||
29b49effce90b7f2fe0c79a6de7b247df79e829a
|
@@ -1 +1 @@
|
||||
05a25e094cf7053d826c561b6bae1934b651c4cd
|
||||
8eba7aa42674b1f25626dfbf370c22074eea751e
|
@@ -1 +1 @@
|
||||
4dda84573eb2e64b6ce95ccc37cb297d0d96ac26
|
||||
9f6e1f37b3af679ed3d2549d5d41977edc9134df
|
@@ -1 +1 @@
|
||||
2d54b1ef285e46cc986e00ef7bcd7775e3412a56
|
||||
33afdd892811cf9251820346c334158d1c465bca
|
@@ -1 +1 @@
|
||||
ffe45e62e511ea47af2a066b17eb0637418d7347
|
||||
e54e0d5a9a12b874a7aee94f6b7e79fab0d46910
|
@@ -1 +1 @@
|
||||
d5fe529e72a19edabb8d0d737134f42d61076a2e
|
||||
91510c0d48e8b8e4fd0244ba7b73ffb5b0008d59
|
@@ -1 +1 @@
|
||||
d6603fb55c99e4e6a2ab0f992aa575a430a23daf
|
||||
254d9408bc8a59955b3acbd045dab6ff7b365c37
|
@@ -1 +1 @@
|
||||
ca7879c6464de633c5d55777e99f90f6c32b0346
|
||||
29b49effce90b7f2fe0c79a6de7b247df79e829a
|
@@ -1 +1 @@
|
||||
05a25e094cf7053d826c561b6bae1934b651c4cd
|
||||
8eba7aa42674b1f25626dfbf370c22074eea751e
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user