From ccdef42a62b87b43318e20584fa7ffb1b92c417d Mon Sep 17 00:00:00 2001 From: Rupert Smith Date: Mon, 14 Jan 2008 15:06:45 +0000 Subject: Qpid-731: Fixed assembly version to reflect M2.1 as 0.2.1. Also subversion revision number gets output into assembly comments during builds. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@611826 13f79535-47bb-0310-9956-ffa450edef68 --- .../Qpid.Buffer.Tests/Properties/AssemblyInfo.cs | 10 +- dotnet/Qpid.Buffer/Properties/AssemblyInfo.cs | 10 +- .../Qpid.Client.Tests/Properties/AssemblyInfo.cs | 10 +- .../Properties/AssemblyInfo.cs | 10 +- dotnet/Qpid.Client/Properties/AssemblyInfo.cs | 10 +- dotnet/Qpid.Codec/Properties/AssemblyInfo.cs | 10 +- .../Qpid.Common.Tests/Properties/AssemblyInfo.cs | 10 +- dotnet/Qpid.Common/Properties/AssemblyInfo.cs | 10 +- dotnet/Qpid.Messaging/Properties/AssemblyInfo.cs | 10 +- dotnet/Qpid.Sasl.Tests/Properties/AssemblyInfo.cs | 10 +- dotnet/Qpid.Sasl/Properties/AssemblyInfo.cs | 10 +- dotnet/TestClient/Properties/AssemblyInfo.cs | 10 +- dotnet/TopicListener/Properties/AssemblyInfo.cs | 10 +- dotnet/TopicPublisher/Properties/AssemblyInfo.cs | 10 +- dotnet/default.build | 123 ++++++++++++++++++--- 15 files changed, 177 insertions(+), 86 deletions(-) (limited to 'dotnet') diff --git a/dotnet/Qpid.Buffer.Tests/Properties/AssemblyInfo.cs b/dotnet/Qpid.Buffer.Tests/Properties/AssemblyInfo.cs index 1191d49954..34bd44501b 100644 --- a/dotnet/Qpid.Buffer.Tests/Properties/AssemblyInfo.cs +++ b/dotnet/Qpid.Buffer.Tests/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -6,11 +6,11 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Apache.Qpid.Buffer.Tests")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Built from svn revision number: 611749:611758M")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Apache")] [assembly: AssemblyProduct("Apache.Qpid.Buffer.Tests")] -[assembly: AssemblyCopyright("Copyright © 2007")] +[assembly: AssemblyCopyright("Apache Software Foundation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.2.1.0")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/dotnet/Qpid.Buffer/Properties/AssemblyInfo.cs b/dotnet/Qpid.Buffer/Properties/AssemblyInfo.cs index 4dd92ccdc2..49f969e66b 100644 --- a/dotnet/Qpid.Buffer/Properties/AssemblyInfo.cs +++ b/dotnet/Qpid.Buffer/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -/* +/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -24,11 +24,11 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Apache.Qpid.ByteBuffer")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Built from svn revision number: 611749:611758M")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Apache Qpid")] +[assembly: AssemblyCompany("Apache")] [assembly: AssemblyProduct("Apache.Qpid.ByteBuffer")] -[assembly: AssemblyCopyright("Copyright (c) 2006 The Apache Software Foundation")] +[assembly: AssemblyCopyright("Apache Software Foundation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -49,5 +49,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.2.1.0")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/dotnet/Qpid.Client.Tests/Properties/AssemblyInfo.cs b/dotnet/Qpid.Client.Tests/Properties/AssemblyInfo.cs index b3648391c1..60a9553d0b 100644 --- a/dotnet/Qpid.Client.Tests/Properties/AssemblyInfo.cs +++ b/dotnet/Qpid.Client.Tests/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -/* +/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -27,11 +27,11 @@ using log4net.Config; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Apache.Qpid.Client.Tests")] -[assembly: AssemblyDescription("Test Suite for Qpid Clients")] +[assembly: AssemblyDescription("Built from svn revision number: 611749:611758M")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Apache Qpid")] +[assembly: AssemblyCompany("Apache")] [assembly: AssemblyProduct("Apache.Qpid.Client.Tests")] -[assembly: AssemblyCopyright("Copyright (c) 2006 The Apache Software Foundation")] +[assembly: AssemblyCopyright("Apache Software Foundation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -50,4 +50,4 @@ using log4net.Config; // Build Number // Revision // -[assembly: AssemblyVersion("0.5.*")] +[assembly: AssemblyVersion("0.2.1.0")] diff --git a/dotnet/Qpid.Client.Transport.Socket.Blocking/Properties/AssemblyInfo.cs b/dotnet/Qpid.Client.Transport.Socket.Blocking/Properties/AssemblyInfo.cs index 00f366b5a9..7308f4fbf9 100644 --- a/dotnet/Qpid.Client.Transport.Socket.Blocking/Properties/AssemblyInfo.cs +++ b/dotnet/Qpid.Client.Transport.Socket.Blocking/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -/* +/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -24,11 +24,11 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Apache.Qpid.Transport.Blocking")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Built from svn revision number: 611749:611758M")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Apache Qpid")] +[assembly: AssemblyCompany("Apache")] [assembly: AssemblyProduct("Apache.Qpid.Transport.Blocking")] -[assembly: AssemblyCopyright("Copyright (c) 2006 The Apache Software Foundation")] +[assembly: AssemblyCopyright("Apache Software Foundation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -49,5 +49,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.2.1.0")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/dotnet/Qpid.Client/Properties/AssemblyInfo.cs b/dotnet/Qpid.Client/Properties/AssemblyInfo.cs index 8722a02db9..4817ae90d1 100644 --- a/dotnet/Qpid.Client/Properties/AssemblyInfo.cs +++ b/dotnet/Qpid.Client/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -/* +/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -24,11 +24,11 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Apache.Qpid.Client")] -[assembly: AssemblyDescription("Qpid Client API implementation")] +[assembly: AssemblyDescription("Built from svn revision number: 611749:611758M")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Apache Qpid")] +[assembly: AssemblyCompany("Apache")] [assembly: AssemblyProduct("Apache.Qpid.Client")] -[assembly: AssemblyCopyright("Copyright (c) 2006 The Apache Software Foundation")] +[assembly: AssemblyCopyright("Apache Software Foundation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -49,4 +49,4 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.5.*")] +[assembly: AssemblyVersion("0.2.1.0")] diff --git a/dotnet/Qpid.Codec/Properties/AssemblyInfo.cs b/dotnet/Qpid.Codec/Properties/AssemblyInfo.cs index aa1d6a662e..460212fdf6 100644 --- a/dotnet/Qpid.Codec/Properties/AssemblyInfo.cs +++ b/dotnet/Qpid.Codec/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -/* +/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -24,11 +24,11 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Apache.Qpid.Codec")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Built from svn revision number: 611749:611758M")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Apache Qpid")] +[assembly: AssemblyCompany("Apache")] [assembly: AssemblyProduct("Apache.Qpid.Codec")] -[assembly: AssemblyCopyright("Copyright (c) 2006 The Apache Software Foundation")] +[assembly: AssemblyCopyright("Apache Software Foundation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -49,5 +49,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.2.1.0")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/dotnet/Qpid.Common.Tests/Properties/AssemblyInfo.cs b/dotnet/Qpid.Common.Tests/Properties/AssemblyInfo.cs index 32dcae60ae..42cca5164a 100644 --- a/dotnet/Qpid.Common.Tests/Properties/AssemblyInfo.cs +++ b/dotnet/Qpid.Common.Tests/Properties/AssemblyInfo.cs @@ -1,14 +1,14 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Apache.Qpid.Common.Tests")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Built from svn revision number: 611749:611758M")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Apache Qpid")] +[assembly: AssemblyCompany("Apache")] [assembly: AssemblyProduct("Apache.Qpid.Common.Tests")] -[assembly: AssemblyCopyright("Copyright (c) 2006 The Apache Software Foundation")] +[assembly: AssemblyCopyright("Apache Software Foundation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.2.1.0")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/dotnet/Qpid.Common/Properties/AssemblyInfo.cs b/dotnet/Qpid.Common/Properties/AssemblyInfo.cs index e876015bc3..1d142ed227 100644 --- a/dotnet/Qpid.Common/Properties/AssemblyInfo.cs +++ b/dotnet/Qpid.Common/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -/* +/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -24,11 +24,11 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Apache.Qpid.Common")] -[assembly: AssemblyDescription("Common AMQ Framing Code")] +[assembly: AssemblyDescription("Built from svn revision number: 611749:611758M")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Apache Qpid")] +[assembly: AssemblyCompany("Apache")] [assembly: AssemblyProduct("Apache.Qpid.Common")] -[assembly: AssemblyCopyright("Copyright © J.P. Morgan Chase & Co. 2006")] +[assembly: AssemblyCopyright("Apache Software Foundation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -49,4 +49,4 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.5.*")] +[assembly: AssemblyVersion("0.2.1.0")] diff --git a/dotnet/Qpid.Messaging/Properties/AssemblyInfo.cs b/dotnet/Qpid.Messaging/Properties/AssemblyInfo.cs index 8683ad08b2..ad7dd7ef08 100644 --- a/dotnet/Qpid.Messaging/Properties/AssemblyInfo.cs +++ b/dotnet/Qpid.Messaging/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -/* +/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -25,11 +25,11 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Apache.Qpid.Messaging")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Built from svn revision number: 611749:611758M")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Apache Qpid")] +[assembly: AssemblyCompany("Apache")] [assembly: AssemblyProduct("Apache.Qpid.Messaging")] -[assembly: AssemblyCopyright("Copyright (c) 2006 The Apache Software Foundation")] +[assembly: AssemblyCopyright("Apache Software Foundation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -50,7 +50,7 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.2.1.0")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: CLSCompliant(true)] diff --git a/dotnet/Qpid.Sasl.Tests/Properties/AssemblyInfo.cs b/dotnet/Qpid.Sasl.Tests/Properties/AssemblyInfo.cs index 657b15e3ea..ba733ddcbf 100644 --- a/dotnet/Qpid.Sasl.Tests/Properties/AssemblyInfo.cs +++ b/dotnet/Qpid.Sasl.Tests/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -6,11 +6,11 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Apache.Qpid.Sasl.Tests")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Built from svn revision number: 611749:611758M")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Apache")] [assembly: AssemblyProduct("Apache.Qpid.Sasl.Tests")] -[assembly: AssemblyCopyright("Copyright © 2007")] +[assembly: AssemblyCopyright("Apache Software Foundation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.2.1.0")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/dotnet/Qpid.Sasl/Properties/AssemblyInfo.cs b/dotnet/Qpid.Sasl/Properties/AssemblyInfo.cs index f38725e53f..edc1fa998d 100644 --- a/dotnet/Qpid.Sasl/Properties/AssemblyInfo.cs +++ b/dotnet/Qpid.Sasl/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -7,11 +7,11 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Apache.Qpid.Sasl")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Built from svn revision number: 611749:611758M")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Apache Qpid")] +[assembly: AssemblyCompany("Apache")] [assembly: AssemblyProduct("Apache.Qpid.Sasl")] -[assembly: AssemblyCopyright("Copyright © 2007 The Apache Software Foundation")] +[assembly: AssemblyCopyright("Apache Software Foundation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,6 +32,6 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.2.1.0")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: CLSCompliant(true)] diff --git a/dotnet/TestClient/Properties/AssemblyInfo.cs b/dotnet/TestClient/Properties/AssemblyInfo.cs index becfda4a69..ad3a0a2eb3 100644 --- a/dotnet/TestClient/Properties/AssemblyInfo.cs +++ b/dotnet/TestClient/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -6,11 +6,11 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("TestClient")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Built from svn revision number: 611749:611758M")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("J.P. Morgan Chase & Co.")] +[assembly: AssemblyCompany("Apache")] [assembly: AssemblyProduct("TestClient")] -[assembly: AssemblyCopyright("Copyright © J.P. Morgan Chase & Co. 2007")] +[assembly: AssemblyCopyright("Apache Software Foundation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.2.1.0")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/dotnet/TopicListener/Properties/AssemblyInfo.cs b/dotnet/TopicListener/Properties/AssemblyInfo.cs index 8672df7059..7e5ab19273 100644 --- a/dotnet/TopicListener/Properties/AssemblyInfo.cs +++ b/dotnet/TopicListener/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -6,11 +6,11 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("TopicListener")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Built from svn revision number: 611749:611758M")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("J.P. Morgan Chase & Co.")] +[assembly: AssemblyCompany("Apache")] [assembly: AssemblyProduct("TopicListener")] -[assembly: AssemblyCopyright("Copyright © J.P. Morgan Chase & Co. 2007")] +[assembly: AssemblyCopyright("Apache Software Foundation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.2.1.0")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/dotnet/TopicPublisher/Properties/AssemblyInfo.cs b/dotnet/TopicPublisher/Properties/AssemblyInfo.cs index 85442960ed..d58c3d0dbd 100644 --- a/dotnet/TopicPublisher/Properties/AssemblyInfo.cs +++ b/dotnet/TopicPublisher/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -6,11 +6,11 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("TopicPublisher")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Built from svn revision number: 611749:611758M")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("J.P. Morgan Chase & Co.")] +[assembly: AssemblyCompany("Apache")] [assembly: AssemblyProduct("TopicPublisher")] -[assembly: AssemblyCopyright("Copyright © J.P. Morgan Chase & Co. 2007")] +[assembly: AssemblyCopyright("Apache Software Foundation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.2.1.0")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/dotnet/default.build b/dotnet/default.build index 3c96b09c55..543e5999d7 100644 --- a/dotnet/default.build +++ b/dotnet/default.build @@ -1,11 +1,21 @@ + + - + + + + + + + + + + + @@ -36,24 +46,107 @@ - + + + + + + + + + + + + + + + + + + + build.svnversion = ${build.svnversion} + + + + + + + + + + + + + + - + + - + @@ -64,10 +157,8 @@ - - + + -- cgit v1.2.1