Skip to content

Commit

Permalink
Increasing minor version[.
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Nabas committed Jun 21, 2023
1 parent 4576cdd commit 34368fb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 200 deletions.
2 changes: 1 addition & 1 deletion Tools/PSModule/WindowsUtils.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = 'WindowsUtils.dll'

# Version number of this module.
ModuleVersion = '1.6.0'
ModuleVersion = '1.6.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
2 changes: 1 addition & 1 deletion WindowsUtils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.6.0</Version>
<Version>1.6.1</Version>
<Authors>FranciscoNabas</Authors>
<Platforms>x64</Platforms>
<AssemblyName></AssemblyName>
Expand Down
17 changes: 6 additions & 11 deletions obj/WindowsUtils.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -82,11 +82,6 @@
"warn": true,
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json"
}
},
"runtimes": {
"win-x64": {
"#import": []
}
}
}
}
Expand Down
189 changes: 4 additions & 185 deletions obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -961,11 +785,6 @@
"warn": true,
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json"
}
},
"runtimes": {
"win-x64": {
"#import": []
}
}
}
}
4 changes: 2 additions & 2 deletions obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 34368fb

Please sign in to comment.