diff --git a/Tools/PSModule/WindowsUtils.psd1 b/Tools/PSModule/WindowsUtils.psd1 index 71141af..17d8d34 100644 --- a/Tools/PSModule/WindowsUtils.psd1 +++ b/Tools/PSModule/WindowsUtils.psd1 @@ -11,7 +11,7 @@ RootModule = 'WindowsUtils.dll' # Version number of this module. - ModuleVersion = '1.6.0' + ModuleVersion = '1.6.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/WindowsUtils.csproj b/WindowsUtils.csproj index f769c0d..54534c5 100644 --- a/WindowsUtils.csproj +++ b/WindowsUtils.csproj @@ -4,7 +4,7 @@ netstandard2.0 enable enable - 1.6.0 + 1.6.1 FranciscoNabas x64 diff --git a/obj/WindowsUtils.csproj.nuget.dgspec.json b/obj/WindowsUtils.csproj.nuget.dgspec.json index 2a13858..3ae5d24 100644 --- a/obj/WindowsUtils.csproj.nuget.dgspec.json +++ b/obj/WindowsUtils.csproj.nuget.dgspec.json @@ -1,17 +1,17 @@ { "format": 1, "restore": { - "C:\\Repositories\\WindowsUtils\\WindowsUtils.csproj": {} + "c:\\Users\\francisco.nabas\\OneDrive\\Repositories\\WindowsUtils\\WindowsUtils.csproj": {} }, "projects": { - "C:\\Repositories\\WindowsUtils\\WindowsUtils.csproj": { - "version": "1.6.0", + "c:\\Users\\francisco.nabas\\OneDrive\\Repositories\\WindowsUtils\\WindowsUtils.csproj": { + "version": "1.6.1", "restore": { - "projectUniqueName": "C:\\Repositories\\WindowsUtils\\WindowsUtils.csproj", + "projectUniqueName": "c:\\Users\\francisco.nabas\\OneDrive\\Repositories\\WindowsUtils\\WindowsUtils.csproj", "projectName": "WindowsUtils", - "projectPath": "C:\\Repositories\\WindowsUtils\\WindowsUtils.csproj", + "projectPath": "c:\\Users\\francisco.nabas\\OneDrive\\Repositories\\WindowsUtils\\WindowsUtils.csproj", "packagesPath": "C:\\Users\\francisco.nabas\\.nuget\\packages\\", - "outputPath": "C:\\Repositories\\WindowsUtils\\obj\\", + "outputPath": "c:\\Users\\francisco.nabas\\OneDrive\\Repositories\\WindowsUtils\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ "C:\\Users\\francisco.nabas\\AppData\\Roaming\\NuGet\\NuGet.Config", @@ -82,11 +82,6 @@ "warn": true, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" } - }, - "runtimes": { - "win-x64": { - "#import": [] - } } } } diff --git a/obj/project.assets.json b/obj/project.assets.json index 6e1fe01..8b16aea 100644 --- a/obj/project.assets.json +++ b/obj/project.assets.json @@ -196,182 +196,6 @@ "build/XmlDoc2CmdletDoc.targets": {} } } - }, - ".NETStandard,Version=v2.0/win-x64": { - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.Win32.Registry/5.0.0": { - "type": "package", - "dependencies": { - "System.Buffers": "4.5.1", - "System.Memory": "4.5.4", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - }, - "compile": { - "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { - "related": ".xml" - } - }, - "runtime": { - "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "related": ".xml" - } - } - }, - "NETStandard.Library/2.0.3": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - }, - "build": { - "build/netstandard2.0/NETStandard.Library.targets": {} - } - }, - "PowerShellStandard.Library/5.1.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Management.Automation.dll": {} - }, - "runtime": { - "lib/netstandard2.0/System.Management.Automation.dll": {} - } - }, - "System.Buffers/4.5.1": { - "type": "package", - "compile": { - "ref/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Buffers.dll": { - "related": ".xml" - } - } - }, - "System.Diagnostics.EventLog/7.0.0": { - "type": "package", - "dependencies": { - "System.Security.Principal.Windows": "5.0.0" - }, - "compile": { - "lib/netstandard2.0/System.Diagnostics.EventLog.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Diagnostics.EventLog.dll": { - "related": ".xml" - } - } - }, - "System.Memory/4.5.4": { - "type": "package", - "dependencies": { - "System.Buffers": "4.5.1", - "System.Numerics.Vectors": "4.4.0", - "System.Runtime.CompilerServices.Unsafe": "4.5.3" - }, - "compile": { - "lib/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Memory.dll": { - "related": ".xml" - } - } - }, - "System.Numerics.Vectors/4.4.0": { - "type": "package", - "compile": { - "ref/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/4.5.3": { - "type": "package", - "compile": { - "ref/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - } - }, - "System.Security.AccessControl/6.0.0": { - "type": "package", - "dependencies": { - "System.Security.Principal.Windows": "5.0.0" - }, - "compile": { - "lib/netstandard2.0/System.Security.AccessControl.dll": { - "related": ".xml" - } - }, - "runtime": { - "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.dll": { - "related": ".xml" - } - } - }, - "System.Security.Principal.Windows/5.0.0": { - "type": "package", - "compile": { - "ref/netstandard2.0/System.Security.Principal.Windows.dll": { - "related": ".xml" - } - }, - "runtime": { - "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll": {} - } - }, - "System.ServiceProcess.ServiceController/7.0.1": { - "type": "package", - "dependencies": { - "System.Diagnostics.EventLog": "7.0.0" - }, - "compile": { - "lib/netstandard2.0/System.ServiceProcess.ServiceController.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.ServiceProcess.ServiceController.dll": { - "related": ".xml" - } - } - }, - "XmlDoc2CmdletDoc/0.3.0": { - "type": "package", - "build": { - "build/XmlDoc2CmdletDoc.targets": {} - } - } } }, "libraries": { @@ -884,13 +708,13 @@ "C:\\Users\\francisco.nabas\\.nuget\\packages\\": {} }, "project": { - "version": "1.6.0", + "version": "1.6.1", "restore": { - "projectUniqueName": "C:\\Repositories\\WindowsUtils\\WindowsUtils.csproj", + "projectUniqueName": "c:\\Users\\francisco.nabas\\OneDrive\\Repositories\\WindowsUtils\\WindowsUtils.csproj", "projectName": "WindowsUtils", - "projectPath": "C:\\Repositories\\WindowsUtils\\WindowsUtils.csproj", + "projectPath": "c:\\Users\\francisco.nabas\\OneDrive\\Repositories\\WindowsUtils\\WindowsUtils.csproj", "packagesPath": "C:\\Users\\francisco.nabas\\.nuget\\packages\\", - "outputPath": "C:\\Repositories\\WindowsUtils\\obj\\", + "outputPath": "c:\\Users\\francisco.nabas\\OneDrive\\Repositories\\WindowsUtils\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ "C:\\Users\\francisco.nabas\\AppData\\Roaming\\NuGet\\NuGet.Config", @@ -961,11 +785,6 @@ "warn": true, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" } - }, - "runtimes": { - "win-x64": { - "#import": [] - } } } } \ No newline at end of file diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache index ea13413..581e2bc 100644 --- a/obj/project.nuget.cache +++ b/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "k1a1Ew6zVQ8JCUUaJU2h61nnNBrnYU4tW8W4iAZElj7b9Ndps+BBw4NM8Uv77DOP2qcHUOfpS+81nJRpCGcHtg==", + "dgSpecHash": "8ZjjvcdwO1PUpLeyuMFA+E/ml9Vb/IzzZUQExtb8yUjGvTTyNbkh1R3LgSXWuGFd5rD41U3/RExqbdxjZsY54g==", "success": true, - "projectFilePath": "C:\\Repositories\\WindowsUtils\\WindowsUtils.csproj", + "projectFilePath": "c:\\Users\\francisco.nabas\\OneDrive\\Repositories\\WindowsUtils\\WindowsUtils.csproj", "expectedPackageFiles": [ "C:\\Users\\francisco.nabas\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", "C:\\Users\\francisco.nabas\\.nuget\\packages\\microsoft.win32.registry\\5.0.0\\microsoft.win32.registry.5.0.0.nupkg.sha512",