diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-12-10 14:36:48 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-12-10 14:36:48 +0000 |
| commit | ce2f5bbba4efcce8ce4e9a4e8c441086e114237b (patch) | |
| tree | 98a539c95ed960efe2eaffeac946b50ecf29fb69 | |
| parent | d5fc4b9d32a682f2a7ebe14cddfd14a699a35458 (diff) | |
| download | qpid-python-ce2f5bbba4efcce8ce4e9a4e8c441086e114237b.tar.gz | |
added 0-8 to the dotnet 0-8 client
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@725298 13f79535-47bb-0310-9956-ffa450edef68
| -rwxr-xr-x | bin/release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/release.sh b/bin/release.sh index 03f888609a..c029403036 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -64,7 +64,7 @@ nant -t:mono-2.0 release-pkg cd ../../../ cp qpid-${VER}/java/release/*.tar.gz artifacts/qpid-java-${VER}.tar.gz cp qpid-${VER}/cpp/*.tar.gz artifacts/qpid-cpp-${VER}.tar.gz -cp qpid-${VER}/dotnet/bin/mono-2.0/release/*.zip artifacts/qpid-dotnet-${VER}.zip +cp qpid-${VER}/dotnet/bin/mono-2.0/release/*.zip artifacts/qpid-dotnet-0-8-${VER}.zip cp qpid-${VER}/dotnet/client-010/bin/mono-2.0/debug/*.zip artifacts/qpid-dotnet-0-10-${VER}.zip cd artifacts |
