Return-Path: X-Original-To: apmail-avro-commits-archive@www.apache.org Delivered-To: apmail-avro-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 400BACC8E for ; Thu, 7 Aug 2014 17:19:50 +0000 (UTC) Received: (qmail 53503 invoked by uid 500); 7 Aug 2014 17:19:50 -0000 Delivered-To: apmail-avro-commits-archive@avro.apache.org Received: (qmail 53470 invoked by uid 500); 7 Aug 2014 17:19:50 -0000 Mailing-List: contact commits-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list commits@avro.apache.org Received: (qmail 53461 invoked by uid 99); 7 Aug 2014 17:19:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2014 17:19:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2014 17:19:50 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8A6F72389652; Thu, 7 Aug 2014 17:19:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1616549 - in /avro/trunk: ./ lang/csharp/ lang/csharp/src/apache/codegen/ lang/csharp/src/apache/ipc/ lang/csharp/src/apache/perf/ lang/csharp/src/apache/test/ Date: Thu, 07 Aug 2014 17:19:24 -0000 To: commits@avro.apache.org From: cutting@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140807171924.8A6F72389652@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cutting Date: Thu Aug 7 17:19:23 2014 New Revision: 1616549 URL: http://svn.apache.org/r1616549 Log: AVRO-843. C#: Change Visual Studio project files to specify .NET 3.5. Contributed by Dmitry Kovalev. Modified: avro/trunk/CHANGES.txt avro/trunk/lang/csharp/build.sh avro/trunk/lang/csharp/src/apache/codegen/Avro.codegen.csproj avro/trunk/lang/csharp/src/apache/codegen/app.config avro/trunk/lang/csharp/src/apache/ipc/Avro.ipc.csproj avro/trunk/lang/csharp/src/apache/perf/Avro.perf.csproj avro/trunk/lang/csharp/src/apache/test/Avro.test.csproj Modified: avro/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1616549&r1=1616548&r2=1616549&view=diff ============================================================================== --- avro/trunk/CHANGES.txt (original) +++ avro/trunk/CHANGES.txt Thu Aug 7 17:19:23 2014 @@ -10,6 +10,9 @@ Trunk (not yet released) IMPROVEMENTS + AVRO-843. C#: Change Visual Studio project files to specify .NET 3.5. + (Dmitry Kovalev via cutting) + BUG FIXES AVRO-1553. Java: MapReduce never uses MapOutputValueSchema (tomwhite) Modified: avro/trunk/lang/csharp/build.sh URL: http://svn.apache.org/viewvc/avro/trunk/lang/csharp/build.sh?rev=1616549&r1=1616548&r2=1616549&view=diff ============================================================================== --- avro/trunk/lang/csharp/build.sh (original) +++ avro/trunk/lang/csharp/build.sh Thu Aug 7 17:19:23 2014 @@ -30,7 +30,7 @@ case "$1" in test) xbuild - nunit-console Avro.nunit + nunit-console -framework=4.0 Avro.nunit ;; perf) Modified: avro/trunk/lang/csharp/src/apache/codegen/Avro.codegen.csproj URL: http://svn.apache.org/viewvc/avro/trunk/lang/csharp/src/apache/codegen/Avro.codegen.csproj?rev=1616549&r1=1616548&r2=1616549&view=diff ============================================================================== --- avro/trunk/lang/csharp/src/apache/codegen/Avro.codegen.csproj (original) +++ avro/trunk/lang/csharp/src/apache/codegen/Avro.codegen.csproj Thu Aug 7 17:19:23 2014 @@ -1,4 +1,4 @@ - + - + \ No newline at end of file Modified: avro/trunk/lang/csharp/src/apache/codegen/app.config URL: http://svn.apache.org/viewvc/avro/trunk/lang/csharp/src/apache/codegen/app.config?rev=1616549&r1=1616548&r2=1616549&view=diff ============================================================================== --- avro/trunk/lang/csharp/src/apache/codegen/app.config (original) +++ avro/trunk/lang/csharp/src/apache/codegen/app.config Thu Aug 7 17:19:23 2014 @@ -16,4 +16,4 @@ limitations under the License. --> - + Modified: avro/trunk/lang/csharp/src/apache/ipc/Avro.ipc.csproj URL: http://svn.apache.org/viewvc/avro/trunk/lang/csharp/src/apache/ipc/Avro.ipc.csproj?rev=1616549&r1=1616548&r2=1616549&view=diff ============================================================================== --- avro/trunk/lang/csharp/src/apache/ipc/Avro.ipc.csproj (original) +++ avro/trunk/lang/csharp/src/apache/ipc/Avro.ipc.csproj Thu Aug 7 17:19:23 2014 @@ -1,4 +1,4 @@ - +