Update version to 0.0.0.2
Signed-off-by: Dan Cuomo <dcuomo@outlook.com>
This commit is contained in:
Родитель
a85485ad13
Коммит
b66b0da627
|
@ -1,132 +1,132 @@
|
|||
#
|
||||
# Module manifest for module 'Start-CPUBurn'
|
||||
#
|
||||
# Generated by: Dan Cuomo
|
||||
#
|
||||
# Generated on: 5/24/2019
|
||||
#
|
||||
|
||||
@{
|
||||
|
||||
# Script module or binary module file associated with this manifest.
|
||||
RootModule = 'Start-CPUBurn.psm1'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '0.0.0.1'
|
||||
|
||||
# Supported PSEditions
|
||||
# CompatiblePSEditions = @()
|
||||
|
||||
# ID used to uniquely identify this module
|
||||
GUID = 'cc4805a2-e819-4d5a-bce7-b671dcc263b9'
|
||||
|
||||
# Author of this module
|
||||
Author = 'Dan Cuomo'
|
||||
|
||||
# Company or vendor of this module
|
||||
CompanyName = 'Microsoft'
|
||||
|
||||
# Copyright statement for this module
|
||||
Copyright = '(c) 2018 Dan Cuomo. All rights reserved.'
|
||||
|
||||
# Description of the functionality provided by this module
|
||||
Description = 'This is a utility to burn CPU cores'
|
||||
|
||||
# Minimum version of the Windows PowerShell engine required by this module
|
||||
# PowerShellVersion = ''
|
||||
|
||||
# Name of the Windows PowerShell host required by this module
|
||||
# PowerShellHostName = ''
|
||||
|
||||
# Minimum version of the Windows PowerShell host required by this module
|
||||
# PowerShellHostVersion = ''
|
||||
|
||||
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
|
||||
# DotNetFrameworkVersion = ''
|
||||
|
||||
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
|
||||
# CLRVersion = ''
|
||||
|
||||
# Processor architecture (None, X86, Amd64) required by this module
|
||||
# ProcessorArchitecture = ''
|
||||
|
||||
# Modules that must be imported into the global environment prior to importing this module
|
||||
# RequiredModules = @()
|
||||
|
||||
# Assemblies that must be loaded prior to importing this module
|
||||
# RequiredAssemblies = @()
|
||||
|
||||
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
|
||||
# ScriptsToProcess = @()
|
||||
|
||||
# Type files (.ps1xml) to be loaded when importing this module
|
||||
# TypesToProcess = @()
|
||||
|
||||
# Format files (.ps1xml) to be loaded when importing this module
|
||||
# FormatsToProcess = @()
|
||||
|
||||
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
|
||||
# NestedModules = @()
|
||||
|
||||
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
|
||||
FunctionsToExport = 'Start-CPUBurn'
|
||||
|
||||
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
|
||||
CmdletsToExport = @()
|
||||
|
||||
# Variables to export from this module
|
||||
VariablesToExport = '*'
|
||||
|
||||
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
|
||||
AliasesToExport = @()
|
||||
|
||||
# DSC resources to export from this module
|
||||
#DscResourcesToExport = ''
|
||||
|
||||
# List of all modules packaged with this module
|
||||
# ModuleList = @()
|
||||
|
||||
# List of all files packaged with this module
|
||||
# FileList = @()
|
||||
|
||||
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
|
||||
PrivateData = @{
|
||||
|
||||
PSData = @{
|
||||
|
||||
# Tags applied to this module. These help with module discovery in online galleries.
|
||||
Tags = 'MSFTNetworking'
|
||||
|
||||
# A URL to the license for this module.
|
||||
# LicenseUri = ''
|
||||
|
||||
# A URL to the main website for this project.
|
||||
ProjectUri = 'https://github.com/microsoft/start-cpuburn'
|
||||
|
||||
# A URL to an icon representing this module.
|
||||
# IconUri = ''
|
||||
|
||||
# ReleaseNotes of this module
|
||||
# ReleaseNotes = ''
|
||||
|
||||
# Prerelease string of this module
|
||||
# Prerelease = ''
|
||||
|
||||
# Flag to indicate whether the module requires explicit user acceptance for install/update
|
||||
# RequireLicenseAcceptance = $false
|
||||
|
||||
# External dependent modules of this module
|
||||
# ExternalModuleDependencies = @()
|
||||
|
||||
} # End of PSData hashtable
|
||||
|
||||
} # End of PrivateData hashtable
|
||||
|
||||
# HelpInfo URI of this module
|
||||
# HelpInfoURI = ''
|
||||
|
||||
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
|
||||
# DefaultCommandPrefix = ''
|
||||
|
||||
}
|
||||
|
||||
#
|
||||
# Module manifest for module 'Start-CPUBurn'
|
||||
#
|
||||
# Generated by: Dan Cuomo
|
||||
#
|
||||
# Generated on: 5/29/2019
|
||||
#
|
||||
|
||||
@{
|
||||
|
||||
# Script module or binary module file associated with this manifest.
|
||||
RootModule = 'Start-CPUBurn.psm1'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '0.0.0.2'
|
||||
|
||||
# Supported PSEditions
|
||||
# CompatiblePSEditions = @()
|
||||
|
||||
# ID used to uniquely identify this module
|
||||
GUID = 'cc4805a2-e819-4d5a-bce7-b671dcc263b9'
|
||||
|
||||
# Author of this module
|
||||
Author = 'Dan Cuomo'
|
||||
|
||||
# Company or vendor of this module
|
||||
CompanyName = 'Microsoft'
|
||||
|
||||
# Copyright statement for this module
|
||||
Copyright = '(c) 2019 Inc. All rights reserved.'
|
||||
|
||||
# Description of the functionality provided by this module
|
||||
Description = 'This is a utility to burn CPU cores'
|
||||
|
||||
# Minimum version of the Windows PowerShell engine required by this module
|
||||
# PowerShellVersion = ''
|
||||
|
||||
# Name of the Windows PowerShell host required by this module
|
||||
# PowerShellHostName = ''
|
||||
|
||||
# Minimum version of the Windows PowerShell host required by this module
|
||||
# PowerShellHostVersion = ''
|
||||
|
||||
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
|
||||
# DotNetFrameworkVersion = ''
|
||||
|
||||
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
|
||||
# CLRVersion = ''
|
||||
|
||||
# Processor architecture (None, X86, Amd64) required by this module
|
||||
# ProcessorArchitecture = ''
|
||||
|
||||
# Modules that must be imported into the global environment prior to importing this module
|
||||
# RequiredModules = @()
|
||||
|
||||
# Assemblies that must be loaded prior to importing this module
|
||||
# RequiredAssemblies = @()
|
||||
|
||||
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
|
||||
# ScriptsToProcess = @()
|
||||
|
||||
# Type files (.ps1xml) to be loaded when importing this module
|
||||
# TypesToProcess = @()
|
||||
|
||||
# Format files (.ps1xml) to be loaded when importing this module
|
||||
# FormatsToProcess = @()
|
||||
|
||||
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
|
||||
# NestedModules = @()
|
||||
|
||||
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
|
||||
FunctionsToExport = 'Start-CPUBurn'
|
||||
|
||||
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
|
||||
CmdletsToExport = @()
|
||||
|
||||
# Variables to export from this module
|
||||
VariablesToExport = '*'
|
||||
|
||||
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
|
||||
AliasesToExport = @()
|
||||
|
||||
# DSC resources to export from this module
|
||||
# DscResourcesToExport = @()
|
||||
|
||||
# List of all modules packaged with this module
|
||||
# ModuleList = @()
|
||||
|
||||
# List of all files packaged with this module
|
||||
# FileList = @()
|
||||
|
||||
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
|
||||
PrivateData = @{
|
||||
|
||||
PSData = @{
|
||||
|
||||
# Tags applied to this module. These help with module discovery in online galleries.
|
||||
Tags = 'MSFTNetworking'
|
||||
|
||||
# A URL to the license for this module.
|
||||
# LicenseUri = ''
|
||||
|
||||
# A URL to the main website for this project.
|
||||
ProjectUri = 'https://github.com/microsoft/start-cpuburn'
|
||||
|
||||
# A URL to an icon representing this module.
|
||||
# IconUri = ''
|
||||
|
||||
# ReleaseNotes of this module
|
||||
# ReleaseNotes = ''
|
||||
|
||||
# Prerelease string of this module
|
||||
# Prerelease = ''
|
||||
|
||||
# Flag to indicate whether the module requires explicit user acceptance for install/update
|
||||
# RequireLicenseAcceptance = $false
|
||||
|
||||
# External dependent modules of this module
|
||||
# ExternalModuleDependencies = @()
|
||||
|
||||
} # End of PSData hashtable
|
||||
|
||||
} # End of PrivateData hashtable
|
||||
|
||||
# HelpInfo URI of this module
|
||||
# HelpInfoURI = ''
|
||||
|
||||
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
|
||||
# DefaultCommandPrefix = ''
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -1,30 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<test-results xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="nunit_schema_2.5.xsd" name="Pester" total="9" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2019-05-29" time="02:11:00">
|
||||
<environment user="appveyor" machine-name="APPVYR-WIN" cwd="C:\projects\MSFTNetworking.Tools" user-domain="APPVYR-WIN" platform="Microsoft Windows Server 2012 R2 Datacenter|C:\windows|\Device\Harddisk0\Partition5" nunit-version="2.5.8.0" os-version="6.3.9600" clr-version="4.0.30319.42000" />
|
||||
<culture-info current-culture="en-US" current-uiculture="en-US" />
|
||||
<test-suite type="TestFixture" name="Pester" executed="True" result="Success" success="True" time="6.496" asserts="0" description="Pester">
|
||||
<results>
|
||||
<test-suite type="TestFixture" name="C:\projects\MSFTNetworking.Tools\tests\unit\unit.tests.ps1" executed="True" result="Success" success="True" time="6.496" asserts="0" description="C:\projects\MSFTNetworking.Tools\tests\unit\unit.tests.ps1">
|
||||
<results>
|
||||
<test-suite type="TestFixture" name="c:\projects\MSFTNetworking.Tools-Manifest" executed="True" result="Success" success="True" time="6.1923" asserts="0" description="c:\projects\MSFTNetworking.Tools-Manifest">
|
||||
<results>
|
||||
<test-suite type="TestFixture" name="Validation" executed="True" result="Success" success="True" time="5.9144" asserts="0" description="Validation">
|
||||
<results>
|
||||
<test-case description="[Import-PowerShellDataFile] - c:\projects\MSFTNetworking.Tools.psd1 is a valid PowerShell Data File" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.[Import-PowerShellDataFile] - c:\projects\MSFTNetworking.Tools.psd1 is a valid PowerShell Data File" time="0.2059" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="[Test-ModuleManifest] - c:\projects\MSFTNetworking.Tools.psd1 should pass the basic test" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.[Test-ModuleManifest] - c:\projects\MSFTNetworking.Tools.psd1 should pass the basic test" time="0.0065" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="Should specify 3 modules" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.Should specify 3 modules" time="0.0221" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="Should contain the DataCenterBridging Module" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.Should contain the DataCenterBridging Module" time="0.091" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="The DataCenterBridging module should be available in the PowerShell gallery" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.The DataCenterBridging module should be available in the PowerShell gallery" time="0.0065" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="Should contain the VMNetworkAdapter Module" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.Should contain the VMNetworkAdapter Module" time="0.0029" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="The VMNetworkAdapter module should be available in the PowerShell gallery" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.The VMNetworkAdapter module should be available in the PowerShell gallery" time="0.0023" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="Should contain the SoftwareTimestamping Module" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.Should contain the SoftwareTimestamping Module" time="0.0026" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="The SoftwareTimestamping module should be available in the PowerShell gallery" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.The SoftwareTimestamping module should be available in the PowerShell gallery" time="0.0022" asserts="0" success="True" result="Success" executed="True" />
|
||||
</results>
|
||||
</test-suite>
|
||||
</results>
|
||||
</test-suite>
|
||||
</results>
|
||||
</test-suite>
|
||||
</results>
|
||||
</test-suite>
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<test-results xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="nunit_schema_2.5.xsd" name="Pester" total="2" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2019-05-29" time="17:11:19">
|
||||
<environment user="appveyor" machine-name="APPVYR-WIN" cwd="C:\projects\Start-CPUBurn" user-domain="APPVYR-WIN" platform="Microsoft Windows Server 2012 R2 Datacenter|C:\windows|\Device\Harddisk0\Partition5" nunit-version="2.5.8.0" os-version="6.3.9600" clr-version="4.0.30319.42000" />
|
||||
<culture-info current-culture="en-US" current-uiculture="en-US" />
|
||||
<test-suite type="TestFixture" name="Pester" executed="True" result="Success" success="True" time="1.8107" asserts="0" description="Pester">
|
||||
<results>
|
||||
<test-suite type="TestFixture" name="C:\projects\Start-CPUBurn\tests\unit\unit.tests.ps1" executed="True" result="Success" success="True" time="1.8107" asserts="0" description="C:\projects\Start-CPUBurn\tests\unit\unit.tests.ps1">
|
||||
<results>
|
||||
<test-suite type="TestFixture" name="Start-CPUBurn-Manifest" executed="True" result="Success" success="True" time="1.3977" asserts="0" description="Start-CPUBurn-Manifest">
|
||||
<results>
|
||||
<test-suite type="TestFixture" name="Validation" executed="True" result="Success" success="True" time="0.9725" asserts="0" description="Validation">
|
||||
<results>
|
||||
<test-case description="[Import-PowerShellDataFile] - Start-CPUBurn.psd1 is a valid PowerShell Data File" name="Start-CPUBurn-Manifest.Validation.[Import-PowerShellDataFile] - Start-CPUBurn.psd1 is a valid PowerShell Data File" time="0.3248" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="[Test-ModuleManifest] - Start-CPUBurn.psd1 should pass the basic test" name="Start-CPUBurn-Manifest.Validation.[Test-ModuleManifest] - Start-CPUBurn.psd1 should pass the basic test" time="0.013" asserts="0" success="True" result="Success" executed="True" />
|
||||
</results>
|
||||
</test-suite>
|
||||
</results>
|
||||
</test-suite>
|
||||
</results>
|
||||
</test-suite>
|
||||
</results>
|
||||
</test-suite>
|
||||
</test-results>
|
Загрузка…
Ссылка в новой задаче