Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-08-07 18:09:34 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-08-07 18:09:34 +0300
commit0f7389f5bbe7034e41f5e4f3321b8822ccf8bd41 (patch)
treea61ae072daedcd49bf4c6fd1b104420bfed02d1e /mcs/class/System.ServiceModel.Web
parent4e328954407cf7b43ad5806336dcb30acca83e68 (diff)
[System.ServiceModel.Web] Simplify AssemblyInfo.cs
We don't need separate AssemblyInformationalVersion for mobile and non-mobile.
Diffstat (limited to 'mcs/class/System.ServiceModel.Web')
-rw-r--r--mcs/class/System.ServiceModel.Web/Assembly/AssemblyInfo.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcs/class/System.ServiceModel.Web/Assembly/AssemblyInfo.cs b/mcs/class/System.ServiceModel.Web/Assembly/AssemblyInfo.cs
index fc7d2fe131d..a53bde8b1b2 100644
--- a/mcs/class/System.ServiceModel.Web/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.ServiceModel.Web/Assembly/AssemblyInfo.cs
@@ -53,11 +53,7 @@ using System.Runtime.InteropServices;
[assembly: ComVisible (false)]
[assembly: AssemblyDelaySign (true)]
-#if MOBILE
[assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
-#else
-[assembly: AssemblyInformationalVersion ("3.5.594.0")]
-#endif
#if MOBILE
[assembly: InternalsVisibleTo ("System.Json, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]