Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranid committed Sep 21, 2024
1 parent c09a3f4 commit a9018fb
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 21 deletions.
9 changes: 4 additions & 5 deletions NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<Authors>James Forshaw</Authors>
<Company>Google LLC.</Company>
<Product>NtApiDotNet.Forms</Product>
<FileVersion>1.1.33.0</FileVersion>
<Version>1.1.33</Version>
<FileVersion>1.1.34.0</FileVersion>
<Version>1.1.34</Version>
<Copyright>Copyright © Google LLC. 2016-2021</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand All @@ -18,10 +18,9 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<UseWindowsForms>true</UseWindowsForms>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
<PackageReleaseNotes>1.1.33
<PackageReleaseNotes>1.1.34
--------
* Various bug fixes.
* Added RPC pipe support.
* Last release of v1 branch.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions NtApiDotNet.Forms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
9 changes: 4 additions & 5 deletions NtApiDotNet/NtApiDotNet.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,18 @@
<Authors>James Forshaw</Authors>
<Company>Google LLC.</Company>
<Product>NtApiDotNet</Product>
<FileVersion>1.1.33.0</FileVersion>
<Version>1.1.33</Version>
<FileVersion>1.1.34.0</FileVersion>
<Version>1.1.34</Version>
<Copyright>Copyright © Google LLC. 2016-2021</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools</RepositoryUrl>
<Description>A .NET class library to access native NT API system calls</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReleaseNotes>1.1.33
<PackageReleaseNotes>1.1.34
--------
* Various bug fixes.
* Added RPC pipe support.
* Last release of v1 branch.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions NtApiDotNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion NtObjectManager/NtObjectManager.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>James Forshaw</Authors>
<Company>Google Inc.</Company>
<Product>NtObjectManager</Product>
<FileVersion>1.1.33.0</FileVersion>
<FileVersion>1.1.34.0</FileVersion>
<Copyright>Copyright © Google LLC. 2016-2021</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
Expand Down
7 changes: 3 additions & 4 deletions NtObjectManager/NtObjectManager.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions NtObjectManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 4 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a9018fb

Please sign in to comment.