File tree 8 files changed +22
-21
lines changed
8 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 7
7
<Authors >James Forshaw</Authors >
8
8
<Company >Google LLC.</Company >
9
9
<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 >
12
12
<Copyright >Copyright © Google LLC. 2016-2021</Copyright >
13
13
<AssemblyVersion >1.0.0.0</AssemblyVersion >
14
14
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
18
18
<GenerateDocumentationFile >true</GenerateDocumentationFile >
19
19
<UseWindowsForms >true</UseWindowsForms >
20
20
<GenerateResourceUsePreserializedResources >true</GenerateResourceUsePreserializedResources >
21
- <PackageReleaseNotes >1.1.33
21
+ <PackageReleaseNotes >1.1.34
22
22
--------
23
- * Various bug fixes.
24
- * Added RPC pipe support.
23
+ * Last release of v1 branch.
25
24
</PackageReleaseNotes >
26
25
</PropertyGroup >
27
26
Original file line number Diff line number Diff line change 32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
34
[ 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 7
7
<Authors >James Forshaw</Authors >
8
8
<Company >Google LLC.</Company >
9
9
<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 >
12
12
<Copyright >Copyright © Google LLC. 2016-2021</Copyright >
13
13
<AssemblyVersion >1.0.0.0</AssemblyVersion >
14
14
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
15
15
<RepositoryUrl >https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools</RepositoryUrl >
16
16
<Description >A .NET class library to access native NT API system calls</Description >
17
17
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
18
18
<GenerateDocumentationFile >true</GenerateDocumentationFile >
19
- <PackageReleaseNotes >1.1.33
19
+ <PackageReleaseNotes >1.1.34
20
20
--------
21
- * Various bug fixes.
22
- * Added RPC pipe support.
21
+ * Last release of v1 branch.
23
22
</PackageReleaseNotes >
24
23
</PropertyGroup >
25
24
Original file line number Diff line number Diff line change 32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
34
[ 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 7
7
<Authors >James Forshaw</Authors >
8
8
<Company >Google Inc.</Company >
9
9
<Product >NtObjectManager</Product >
10
- <FileVersion >1.1.33 .0</FileVersion >
10
+ <FileVersion >1.1.34 .0</FileVersion >
11
11
<Copyright >Copyright © Google LLC. 2016-2021</Copyright >
12
12
<AssemblyVersion >1.0.0.0</AssemblyVersion >
13
13
<PackageLicenseUrl >https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl >
Original file line number Diff line number Diff line change 18
18
RootModule = ' NtObjectManager.psm1'
19
19
20
20
# Version number of this module.
21
- ModuleVersion = ' 1.1.33 '
21
+ ModuleVersion = ' 1.1.34 '
22
22
23
23
# ID used to uniquely identify this module
24
24
GUID = ' ac251c97-67a6-4bc4-bb8a-5ae300e93030'
@@ -223,10 +223,9 @@ PrivateData = @{
223
223
ProjectUri = ' https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools'
224
224
225
225
# ReleaseNotes of this module
226
- ReleaseNotes = ' 1.1.33
226
+ ReleaseNotes = ' 1.1.34
227
227
--------
228
- * Various bug fixes.
229
- * Added RPC pipe support.
228
+ * Last release of v1 branch.
230
229
'
231
230
232
231
# External dependent modules of this module
Original file line number Diff line number Diff line change 32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
34
[ 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:
37
37
38
38
Release Notes:
39
39
40
+ 1.1.34
41
+ --------
42
+ * Last release of v1 branch.
43
+
40
44
1.1.33
41
45
--------
42
46
* Various bug fixes.
You can’t perform that action at this time.
0 commit comments