Set RC2 on package.ps1.
diff --git a/package.ps1 b/package.ps1
index 4a979d3..5fa1113 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
 # limitations under the License.

 

 $pkgname = "Apache.NMS.ActiveMQ"

-$pkgver = "1.2.0"

+$pkgver = "1.2.0-RC2"

 $configurations = "release", "debug"

 $frameworks = "mono-2.0", "net-2.0", "net-3.5"