diff options
| author | Rupert Smith <rupertlssmith@apache.org> | 2008-01-17 17:13:11 +0000 |
|---|---|---|
| committer | Rupert Smith <rupertlssmith@apache.org> | 2008-01-17 17:13:11 +0000 |
| commit | 81ce3a07a9878d6644e19943bfabfc9c4b8a3560 (patch) | |
| tree | e613227c8d2d44010f5030c0936747f130819671 /dotnet/Qpid.Client | |
| parent | 42b08afb918afb052abc421fc04c50b815b05533 (diff) | |
| download | qpid-python-81ce3a07a9878d6644e19943bfabfc9c4b8a3560.tar.gz | |
Qpid-9 In preparation for adding missing field types, the test framework from the java is being ported onto the .Net. This will form the basis for writing more interop tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@612874 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Client')
| -rw-r--r-- | dotnet/Qpid.Client/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotnet/Qpid.Client/Properties/AssemblyInfo.cs b/dotnet/Qpid.Client/Properties/AssemblyInfo.cs index 8961a85e83..627a7297b8 100644 --- a/dotnet/Qpid.Client/Properties/AssemblyInfo.cs +++ b/dotnet/Qpid.Client/Properties/AssemblyInfo.cs @@ -24,7 +24,7 @@ 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("Built from svn revision number: 612420:612430M")] +[assembly: AssemblyDescription("Built from svn revision number: 612518:612870M")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Software Foundation")] [assembly: AssemblyProduct("Apache.Qpid.Client")] |
