File tree Expand file tree Collapse file tree 8 files changed +22
-21
lines changed
Expand file tree Collapse file tree 8 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 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 " ) ]
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 " ) ]
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1818RootModule = ' 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
2424GUID = ' 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
Original file line number Diff line number Diff line change 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 " ) ]
Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ Thanks to the people who were willing to test it and give feedback:
3737
3838Release Notes:
3939
40+ 1.1.34
41+ --------
42+ * Last release of v1 branch.
43+
40441.1.33
4145--------
4246* Various bug fixes.
You can’t perform that action at this time.
0 commit comments