summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/Util.cs
Commit message (Collapse)AuthorAge
* Fix version string and objc buildJoe George2021-02-24
|
* Update version to v3.8.0Joe George2021-02-15
|
* Update version to 3.7.5Jose2020-11-30
|
* Update version to 3.7.4Jose2020-04-20
|
* Update Ice version to 3.7.3Jose2019-07-22
|
* Minor fixesJose2019-05-28
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update version to 3.7.2Jose2018-11-14
|
* Rework cs:namespace implementation (fix issue #239) (#249)Bernard Normier2018-10-18
| | | | | | | | | | | | * Rework the cs:namespace implementation No longer rely on Ice.Packages. Fixes #239. * Renamed Ice/packagemd to Ice/namespacemd (C#) * Removed Ice.Package property from C# tests * Switched to get-only attribute, fixed Xamarin test
* Xamarin testsuiteJose2018-07-20
|
* Update copyright year to 2018Jose2018-02-14
|
* Update version to v3.7.1Jose2017-12-14
|
* Updated version to 3.7.0Benoit Foucher2017-05-03
|
* New initialize with configFile overloadsBernard Normier2017-03-28
|
* Removed C# Ice.BatchRequestInterceptor (ICE-7662)Benoit Foucher2017-03-16
|
* Fixed ICE-7662 - Use System.Action & System.Func classesBenoit Foucher2017-03-10
|
* Bumped version to 3.7b0Benoit Foucher2017-03-07
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
| * Update Ice version to 3.6.3Joe George2016-04-08
| |
| * Update version to 3.6.2Jose2016-03-10
| |
* | CSharp cleanup and fixes:Jose2016-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add EditorBrowsable(EditorBrowsableState.Never) to hidde internal public methods from Intellisense, see ICE-7448. - Remove Base64 and replace it with .NET System.Convert see ICE-7477 - Remove SysLogger as that was only used by Mono - Simplify ThreadPriority setting - Remove using statements that are not required - Normalize string, char, object spell, preferred over String, Char, Object - Shorthen qualifier names avoiding redundant scopes.
* | Update version to 3.7a4Joe George2016-12-21
| |
* | Refactored string literal generation and updated identityToString formatBernard Normier2016-10-25
| |
* | Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
| | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.
* | Update version to 3.7a3Joe George2016-07-12
| |
* | Updated version to 3.7a2Bernard Normier2016-05-31
| |
* | CSharp mapping cleanupJose2016-05-11
| | | | | | | | | | - Remove code support for old ussuported frameworks (SILVERLIGHT, COMPACT, MONO) - Remove code support for deprecated collection mappings clr:collection
* | Updated Ice version to 3.7a0Benoit Foucher2016-04-07
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | ICE-6861 - C# stream changesMark Spruiell2016-02-18
| |
* | Changed version to 3.7.0Dwayne Boone2015-11-02
|/
* Updated version to 3.6.1Dwayne Boone2015-07-31
|
* py -> pythonMatthew Newhook2015-03-21
rb -> ruby objc -> objective-c cs -> csharp