Tag code for a 1.5.2 release push.
diff --git a/README.txt b/README.txt
index 4e4e1df..89aaa5b 100644
--- a/README.txt
+++ b/README.txt
@@ -9,7 +9,7 @@
 Building With NAnt 0.86 see http://nant.sourceforge.net/
 =======================================================================
 
-NAnt version 0.86 or newer is required to build Apache.NMS.ActiveMQ.  Version 0.90
+NAnt version 0.90 or newer is required to build Apache.NMS.ActiveMQ.  Version 0.91
 or newer is highly recommended.
 To build the code using NAnt, run:
 
@@ -39,19 +39,19 @@
 Building With Visual Studio 2008
 =======================================================================
 
-First build the project with nant, this will download and install 
+First build the project with nant, this will download and install
 all the 3rd party dependencies for you.
 
-Open the solution File.  Build using "Build"->"Build Solution" 
+Open the solution File.  Build using "Build"->"Build Solution"
 menu option.
 
-The resulting DLLs will be in build\${framework}\debug or the 
-build\${framework}\release directories depending on your settings 
+The resulting DLLs will be in build\${framework}\debug or the
+build\${framework}\release directories depending on your settings
 under "Build"->"Configuration Manager"
 
-If you have the Resharper plugin installed in Visual Studio, you can run 
-all the Unit Tests by using the "ReSharper"->"Unit Testing"->"Run All 
-Tests from Solution" menu option.  Please note that you must run an 
+If you have the Resharper plugin installed in Visual Studio, you can run
+all the Unit Tests by using the "ReSharper"->"Unit Testing"->"Run All
+Tests from Solution" menu option.  Please note that you must run an
 Apache ActiveMQ Broker before kicking off the unit tests.  Otherwise,
 the standalone NUnit test runner can be used.  NUnit version 2.5.8
 is required to build and run the unit tests.
diff --git a/nant.build b/nant.build
index cfb1cba..420872c 100644
--- a/nant.build
+++ b/nant.build
@@ -23,7 +23,7 @@
     <property name="project.name" value="Apache.NMS.ActiveMQ" />
     <property name="project.group" value="org.apache.activemq" />
     <property name="project.version" value="1.5.2" unless="${property::exists('project.version')}" />
-    <property name="project.release.type" value="SNAPSHOT" unless="${property::exists('project.release.type')}" />
+    <property name="project.release.type" value="GA" unless="${property::exists('project.release.type')}" />
     <property name="project.short_description" value="Apache NMS for ActiveMQ Class Library" />
     <property name="project.description" value="Apache NMS for ActiveMQ Class Library (.Net Messaging Library Implementation): An implementation of the NMS API for ActiveMQ" />
 
diff --git a/package.ps1 b/package.ps1
index 198dffe..fe897d1 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
 # limitations under the License.

 

 $pkgname = "Apache.NMS.ActiveMQ"

-$pkgver = "1.5-SNAPSHOT"

+$pkgver = "1.5.2"

 $configurations = "release", "debug"

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