npgsql - Npgsql2: Changed assembly version info to indicate a beta1

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Changed assembly version info to indicate a beta1
Date: 2011-03-25 00:55:25
Message-ID: 20110325005525.83721107101E@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

Changed assembly version info to indicate a beta1 version of 2.0.12 (2.0.11.91)
Added a fix to AllowPartiallyTrustedCallersAttribute when using .net 4.0 framework. See http://weblogs.asp.net/peterblum/archive/2009/11/06/typeloadexception-based-on-security-transparent-code-level-2.aspx for more information.

Modified Files:
--------------
Npgsql2/src/Npgsql:
AssemblyInfo.cs (r1.30 -> r1.31)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/AssemblyInfo.cs?r1=1.30&r2=1.31)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jbcooley 2011-03-25 01:23:28 npgsql - Npgsql2: Changed from HashSet to Dictionary so we can build a
Previous Message Tom Lane 2011-03-25 00:30:37 pgsql: Fix handling of collation in SQL-language functions.