Giter Site home page Giter Site logo

choversion's People

Contributors

jaykul avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

justacurley

choversion's Issues

Can't use with -Executable gitversion -Package gitversion.portable

Get-ChoVersion is using the $Executable parameter, but Set-ChoVersion is not, so we can't install gitversion, because the package name is not the same as the executable name.

Repro:

Set-ChoVersion GitVersion.Portable -Executable GitVersion
Error: Get-Command : The term 'gitversion.portable' is not recognized as the name of a cmdlet, function, script file, or operable program.

After that error, Get-ChoVersion will work, but Set-ChoVersion still fails.

image

ChoVersion 1.5.0 required modules does not include required version of Configuration

From RequiredModules.psd1

@{
    Configuration    = "[1.3.1,2.0)"
    Pester           = "[5.1.1,6.0)"
    ModuleBuilder    = "[2.0.0,3.0)"
    PSScriptAnalyzer = "1.19.1"
}

ChoVersion 1.5.0 is using a cmdlet (Import-ParameterConfiguration) that only exists in Configuration 1.5.0, so RequiredModules.psd1 should be:

@{
    Configuration    = "[1.5.0,2.0)"
    Pester           = "[5.1.1,6.0)"
    ModuleBuilder    = "[2.0.0,3.0)"
    PSScriptAnalyzer = "1.19.1"
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.