diff --git a/NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj b/NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj
index 904036a1..90582cb9 100644
--- a/NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj
+++ b/NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj
@@ -7,8 +7,8 @@
James Forshaw
Google LLC.
NtApiDotNet.Forms
- 1.1.33.0
- 1.1.33
+ 1.1.34.0
+ 1.1.34
Copyright © Google LLC. 2016-2021
1.0.0.0
Apache-2.0
@@ -18,10 +18,9 @@
true
true
true
- 1.1.33
+ 1.1.34
--------
-* Various bug fixes.
-* Added RPC pipe support.
+* Last release of v1 branch.
diff --git a/NtApiDotNet.Forms/Properties/AssemblyInfo.cs b/NtApiDotNet.Forms/Properties/AssemblyInfo.cs
index dba038b8..c89b51d7 100644
--- a/NtApiDotNet.Forms/Properties/AssemblyInfo.cs
+++ b/NtApiDotNet.Forms/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.1.33.0")]
-[assembly: AssemblyInformationalVersion("1.1.33")]
\ No newline at end of file
+[assembly: AssemblyFileVersion("1.1.34.0")]
+[assembly: AssemblyInformationalVersion("1.1.34")]
\ No newline at end of file
diff --git a/NtApiDotNet/NtApiDotNet.Build.csproj b/NtApiDotNet/NtApiDotNet.Build.csproj
index ef755446..427ac92c 100644
--- a/NtApiDotNet/NtApiDotNet.Build.csproj
+++ b/NtApiDotNet/NtApiDotNet.Build.csproj
@@ -7,8 +7,8 @@
James Forshaw
Google LLC.
NtApiDotNet
- 1.1.33.0
- 1.1.33
+ 1.1.34.0
+ 1.1.34
Copyright © Google LLC. 2016-2021
1.0.0.0
Apache-2.0
@@ -16,10 +16,9 @@
A .NET class library to access native NT API system calls
true
true
- 1.1.33
+ 1.1.34
--------
-* Various bug fixes.
-* Added RPC pipe support.
+* Last release of v1 branch.
diff --git a/NtApiDotNet/Properties/AssemblyInfo.cs b/NtApiDotNet/Properties/AssemblyInfo.cs
index 49f2a911..10ee4cf2 100644
--- a/NtApiDotNet/Properties/AssemblyInfo.cs
+++ b/NtApiDotNet/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.1.33.0")]
-[assembly: AssemblyInformationalVersion("1.1.33")]
\ No newline at end of file
+[assembly: AssemblyFileVersion("1.1.34.0")]
+[assembly: AssemblyInformationalVersion("1.1.34")]
\ No newline at end of file
diff --git a/NtObjectManager/NtObjectManager.Core.csproj b/NtObjectManager/NtObjectManager.Core.csproj
index 6f6d05a8..af3d420d 100644
--- a/NtObjectManager/NtObjectManager.Core.csproj
+++ b/NtObjectManager/NtObjectManager.Core.csproj
@@ -7,7 +7,7 @@
James Forshaw
Google Inc.
NtObjectManager
- 1.1.33.0
+ 1.1.34.0
Copyright © Google LLC. 2016-2021
1.0.0.0
https://www.apache.org/licenses/LICENSE-2.0
diff --git a/NtObjectManager/NtObjectManager.psd1 b/NtObjectManager/NtObjectManager.psd1
index 1c990ee0..610c3372 100644
--- a/NtObjectManager/NtObjectManager.psd1
+++ b/NtObjectManager/NtObjectManager.psd1
@@ -18,7 +18,7 @@
RootModule = 'NtObjectManager.psm1'
# Version number of this module.
-ModuleVersion = '1.1.33'
+ModuleVersion = '1.1.34'
# ID used to uniquely identify this module
GUID = 'ac251c97-67a6-4bc4-bb8a-5ae300e93030'
@@ -223,10 +223,9 @@ PrivateData = @{
ProjectUri = 'https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools'
# ReleaseNotes of this module
- ReleaseNotes = '1.1.33
+ ReleaseNotes = '1.1.34
--------
-* Various bug fixes.
-* Added RPC pipe support.
+* Last release of v1 branch.
'
# External dependent modules of this module
diff --git a/NtObjectManager/Properties/AssemblyInfo.cs b/NtObjectManager/Properties/AssemblyInfo.cs
index 11695f49..9fced241 100644
--- a/NtObjectManager/Properties/AssemblyInfo.cs
+++ b/NtObjectManager/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.1.33.0")]
-[assembly: AssemblyInformationalVersion("1.1.33")]
+[assembly: AssemblyFileVersion("1.1.34.0")]
+[assembly: AssemblyInformationalVersion("1.1.34")]
diff --git a/README.txt b/README.txt
index a63bec6c..ae747cd3 100644
--- a/README.txt
+++ b/README.txt
@@ -37,6 +37,10 @@ Thanks to the people who were willing to test it and give feedback:
Release Notes:
+1.1.34
+--------
+* Last release of v1 branch.
+
1.1.33
--------
* Various bug fixes.