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
AgeCommit message (Collapse)Author
2017-08-07[bcl] Specify the name of the key file on the command line instead of using ↵Zoltan Varga
the AssemblyKeyFile attribute for consistency and to make it easier to do path name manipulation on the file name. (#5316)
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: ↵Zoltan Varga
unifdef -t -DNET_2_0 -o <filename> <filename>.
2012-06-07Clean up assembly attributesMarek Safar
2012-06-02[net_1_0] Finally all of NET_1_0 is gone from the source filesMiguel de Icaza
2008-04-252008-04-25 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* AssemblyInfo.cs: Change to use more constants svn path=/trunk/mcs/; revision=101801
2008-04-102004-04-06 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* AssemblyInfo.cs: Added svn path=/trunk/mcs/; revision=100276
2005-11-05Updated runtime version to v2.0.50727 (2.0 RTM). Use Consts.MonoVersion, ↵Kornél Pál
Consts.FxFileVersion and Consts.VsFileVersion in assembly attributes. Use Consts.RuntimeVersion as Environment.Version that makes maintenance easier. svn path=/trunk/mcs/; revision=52607
2005-08-18Moved assembly version and assembly reference constants to a common ↵Kornél Pál
Consts.cs file. Updated 2.0.3600.0 assembly versions to 2.0.0.0. Updated some old beta version numbers to recent ones. Fixed hard coded assembly references to use constants with the appropriate version number. svn path=/trunk/mcs/; revision=48519
2005-08-07* AssemblyInfo.cs: Fixed attributes to match MS.NET.Gert Driesen
svn path=/trunk/mcs/; revision=48091
2005-06-14Remove copy and paste reuse for Locale.cs.Ben Maurer
First step in attempting to do an actual framework here. svn path=/trunk/mcs/; revision=45986
2004-06-25Add licensing infoDuncan Mak
svn path=/trunk/mcs/; revision=30348
2004-05-032004-05-03 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* AssemblyInfo.cs: Match version numbers with MS (VS.NET numbers). svn path=/trunk/mcs/; revision=26621
2004-05-03Fix versionsMiguel de Icaza
svn path=/trunk/mcs/; revision=26603
2004-04-29Add 2.0 version attributesJackson Harper
svn path=/trunk/mcs/; revision=26254
2004-04-282004-04-27 Sebastien PouliotSebastien Pouliot
* AssemblyInfo.cs: Changed public key to msfinal.pub to match MS svn path=/trunk/mcs/; revision=26096
2004-04-28delay sign assemblies with the ecma keyJackson Harper
svn path=/trunk/mcs/; revision=26087
2004-04-072004-04-06 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* AssemblyInfo.cs: Added * ChangeLog: Added * Locale.cs: Added svn path=/trunk/mcs/; revision=25115