Skip to content

Commit a9018fb

Browse files
committed
Updated version number.
1 parent c09a3f4 commit a9018fb

File tree

8 files changed

+22
-21
lines changed

8 files changed

+22
-21
lines changed

NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj

+4-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<Authors>James Forshaw</Authors>
88
<Company>Google LLC.</Company>
99
<Product>NtApiDotNet.Forms</Product>
10-
<FileVersion>1.1.33.0</FileVersion>
11-
<Version>1.1.33</Version>
10+
<FileVersion>1.1.34.0</FileVersion>
11+
<Version>1.1.34</Version>
1212
<Copyright>Copyright © Google LLC. 2016-2021</Copyright>
1313
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1414
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
@@ -18,10 +18,9 @@
1818
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1919
<UseWindowsForms>true</UseWindowsForms>
2020
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
21-
<PackageReleaseNotes>1.1.33
21+
<PackageReleaseNotes>1.1.34
2222
--------
23-
* Various bug fixes.
24-
* Added RPC pipe support.
23+
* Last release of v1 branch.
2524
</PackageReleaseNotes>
2625
</PropertyGroup>
2726

NtApiDotNet.Forms/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("1.1.33.0")]
36-
[assembly: AssemblyInformationalVersion("1.1.33")]
35+
[assembly: AssemblyFileVersion("1.1.34.0")]
36+
[assembly: AssemblyInformationalVersion("1.1.34")]

NtApiDotNet/NtApiDotNet.Build.csproj

+4-5
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,18 @@
77
<Authors>James Forshaw</Authors>
88
<Company>Google LLC.</Company>
99
<Product>NtApiDotNet</Product>
10-
<FileVersion>1.1.33.0</FileVersion>
11-
<Version>1.1.33</Version>
10+
<FileVersion>1.1.34.0</FileVersion>
11+
<Version>1.1.34</Version>
1212
<Copyright>Copyright © Google LLC. 2016-2021</Copyright>
1313
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1414
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1515
<RepositoryUrl>https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools</RepositoryUrl>
1616
<Description>A .NET class library to access native NT API system calls</Description>
1717
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1818
<GenerateDocumentationFile>true</GenerateDocumentationFile>
19-
<PackageReleaseNotes>1.1.33
19+
<PackageReleaseNotes>1.1.34
2020
--------
21-
* Various bug fixes.
22-
* Added RPC pipe support.
21+
* Last release of v1 branch.
2322
</PackageReleaseNotes>
2423
</PropertyGroup>
2524

NtApiDotNet/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("1.1.33.0")]
36-
[assembly: AssemblyInformationalVersion("1.1.33")]
35+
[assembly: AssemblyFileVersion("1.1.34.0")]
36+
[assembly: AssemblyInformationalVersion("1.1.34")]

NtObjectManager/NtObjectManager.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Authors>James Forshaw</Authors>
88
<Company>Google Inc.</Company>
99
<Product>NtObjectManager</Product>
10-
<FileVersion>1.1.33.0</FileVersion>
10+
<FileVersion>1.1.34.0</FileVersion>
1111
<Copyright>Copyright © Google LLC. 2016-2021</Copyright>
1212
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1313
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>

NtObjectManager/NtObjectManager.psd1

+3-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
RootModule = 'NtObjectManager.psm1'
1919

2020
# Version number of this module.
21-
ModuleVersion = '1.1.33'
21+
ModuleVersion = '1.1.34'
2222

2323
# ID used to uniquely identify this module
2424
GUID = 'ac251c97-67a6-4bc4-bb8a-5ae300e93030'
@@ -223,10 +223,9 @@ PrivateData = @{
223223
ProjectUri = 'https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools'
224224

225225
# ReleaseNotes of this module
226-
ReleaseNotes = '1.1.33
226+
ReleaseNotes = '1.1.34
227227
--------
228-
* Various bug fixes.
229-
* Added RPC pipe support.
228+
* Last release of v1 branch.
230229
'
231230

232231
# External dependent modules of this module

NtObjectManager/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("1.1.33.0")]
36-
[assembly: AssemblyInformationalVersion("1.1.33")]
35+
[assembly: AssemblyFileVersion("1.1.34.0")]
36+
[assembly: AssemblyInformationalVersion("1.1.34")]

README.txt

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ Thanks to the people who were willing to test it and give feedback:
3737

3838
Release Notes:
3939

40+
1.1.34
41+
--------
42+
* Last release of v1 branch.
43+
4044
1.1.33
4145
--------
4246
* Various bug fixes.

0 commit comments

Comments
 (0)