Skip to content

Commit f63d4dd

Browse files
committed
Bump version 0.3.1 -> 0.4.0
1 parent 8a88e65 commit f63d4dd

3 files changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
=========
33

4+
v0.4.0
5+
------
6+
7+
- `Ium`: Add support for reporting on Credential Guard & Key Guard status
8+
- `ShadowStacks`: Add processor specific description for `CetCapable` field
9+
- `SkSpecCtrl`: Factor in KVA Shadow requirement for `KvaShadow` secure state
10+
- Major improvements to `Ium`, `SpecCtrl`, & `SkSpecCtrl` collectors
11+
- Field descriptions improved for many collectors
12+
- Minor improvements across all other collectors
13+
- Numerous additions & improvements to glossary
14+
- Error, verbose, and debug output improvements
15+
- Numerous code quality & tooling improvements
16+
- Updated `System.CommandLine` to v2.0.1
17+
418
v0.3.1
519
------
620

src/QueryHardwareSecurity/QueryHardwareSecurity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
1414
<!-- AssemblyInfo metadata -->
1515
<AssemblyTitle>Query Hardware Security</AssemblyTitle>
16-
<Version>0.3.1</Version>
16+
<Version>0.4.0</Version>
1717
<NeutralLanguage>en-AU</NeutralLanguage>
1818
<Product>Query Hardware Security</Product>
1919
<Description>Query Windows support for security features and mitigations with hardware dependencies</Description>

src/QueryHardwareSecurityLib/QueryHardwareSecurityLib.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS
2525
//
2626

2727
VS_VERSION_INFO VERSIONINFO
28-
FILEVERSION 0,3,1,0
29-
PRODUCTVERSION 0,3,1,0
28+
FILEVERSION 0,4,0,0
29+
PRODUCTVERSION 0,4,0,0
3030
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
3131
#ifdef _DEBUG
3232
FILEFLAGS VS_FF_DEBUG
@@ -43,12 +43,12 @@ BEGIN
4343
BEGIN
4444
VALUE "CompanyName", "Samuel Leslie"
4545
VALUE "FileDescription", "Native support library for QueryHardwareSecurity"
46-
VALUE "FileVersion", "0.3.1.0"
46+
VALUE "FileVersion", "0.4.0.0"
4747
VALUE "InternalName", "QueryHardwareSecurityLib"
4848
VALUE "LegalCopyright", "(c) Samuel Leslie. All rights reserved."
4949
VALUE "OriginalFilename", "QueryHardwareSecurityLib.dll"
5050
VALUE "ProductName", "Query Hardware Security"
51-
VALUE "ProductVersion", "0.3.1.0"
51+
VALUE "ProductVersion", "0.4.0.0"
5252
END
5353
END
5454
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)