We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38f385 commit bd32dd8Copy full SHA for bd32dd8
2 files changed
CHANGELOG.md
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+v0.2.1
5
+------
6
+
7
+- Update `System.CommandLine` to v2.0.0-beta1.21308.1
8
+- Add .NET 5.0 build target
9
+- Remove .NET CLI tool package support
10
+- Miscellaneous code clean-up & tweaks
11
12
v0.2.0
13
------
14
src/QueryHardwareSecurity.csproj
@@ -11,7 +11,7 @@
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<!-- AssemblyInfo metadata -->
<AssemblyTitle>Query Hardware Security</AssemblyTitle>
- <Version>0.2.0</Version>
+ <Version>0.2.1</Version>
15
<NeutralLanguage>en-AU</NeutralLanguage>
16
<Product>Query Hardware Security</Product>
17
<Description>Query Windows support for security features and mitigations with hardware dependencies</Description>
0 commit comments