diff options
| author | Ted Ross <tross@apache.org> | 2009-06-19 20:27:57 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-06-19 20:27:57 +0000 |
| commit | 0e4711571f523869472fea0cfc04be737ef31bf7 (patch) | |
| tree | ac8fcbfa53ac0327f59bb5ff4bd8d084a5e6f0bc /dotnet/client-010/test | |
| parent | fdb23707352b96986daf36db3b47538a307a2888 (diff) | |
| download | qpid-python-0e4711571f523869472fea0cfc04be737ef31bf7.tar.gz | |
QPID-1906 - C# QMF console from Bryan Kearney
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@786655 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/client-010/test')
| -rw-r--r-- | dotnet/client-010/test/Properties/AssemblyInfo.cs | 2 | ||||
| -rw-r--r-- | dotnet/client-010/test/test.config | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dotnet/client-010/test/Properties/AssemblyInfo.cs b/dotnet/client-010/test/Properties/AssemblyInfo.cs index 26a40b1f77..871d450240 100644 --- a/dotnet/client-010/test/Properties/AssemblyInfo.cs +++ b/dotnet/client-010/test/Properties/AssemblyInfo.cs @@ -52,5 +52,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("0.10.0.0")] +[assembly: AssemblyVersion("0.5.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/dotnet/client-010/test/test.config b/dotnet/client-010/test/test.config index e62da47bb3..2a2fb72b61 100644 --- a/dotnet/client-010/test/test.config +++ b/dotnet/client-010/test/test.config @@ -24,8 +24,8 @@ <appSettings> <add key="UserMame" value="guest"/> <add key="Password" value="guest"/> - <add key="Host" value="192.168.1.14"/> - <add key="Port" value="5673"/> + <add key="Host" value="localhost"/> + <add key="Port" value="5672"/> <add key="VirtualHost" value="test"/> </appSettings> </configuration> |
