Skip to content

Commit 84a53ca

Browse files
committed
Bumped version of projects and update releasenotes
1 parent 72b86d7 commit 84a53ca

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Linq/System.Management.Linq.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
<PropertyGroup>
1212
<PackageId>Triogap.System.Management.Linq</PackageId>
1313
<PackageTags>System.Management;WMI;WQL;LinqToWql</PackageTags>
14-
<Version>0.1.0</Version>
14+
<Version>0.1.1</Version>
1515
<PackageReleaseNotes>
16-
Initial release of LINQ extensions for System.Management.
17-
Enables LINQ-to-WQL queries for WMI and system management data.
18-
Depends on Triogap.System.Management.Types which includes support for 200+ strongly-typed WMI types in the Win32 namespace (e.g., Win32_Process).
16+
Added documntation comments for all public types and members.
1917
</PackageReleaseNotes>
2018
<Authors>Triogap</Authors>
2119
<Description>LINQ extensions and query helpers for System.Management, depends on System.Management.Types.</Description>

Types/System.Management.Types.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
<PropertyGroup>
1212
<PackageId>Triogap.System.Management.Types</PackageId>
1313
<PackageTags>System.Management;WMI</PackageTags>
14-
<Version>0.1.0</Version>
14+
<Version>0.1.1</Version>
1515
<PackageReleaseNotes>
16-
Initial release.
17-
Includes 225 strongly-typed WMI types in the Win32 namespace like Win32_Process.
18-
Only properties can be read in this version; write operations and methods are not supported.
16+
Added documntation comments for all public types and members.
1917
</PackageReleaseNotes>
2018
<Authors>Triogap</Authors>
2119
<Description>Types and helpers for WMI and System.Management extensions.</Description>

0 commit comments

Comments
 (0)