Clijsters/PSToggl

Stop-TogglEntry doesn't appear to be in v1.3.24 in PSGallery

Wittionary opened this issue · 3 comments

I've tried this in 7.1.0-preview.2 and 5.1.18362.752

PS C:\Wittionary> Get-Command -Module PSToggl
PS C:\Wittionary> Install-Module pstoggl -MinimumVersion 1.3.24

Untrusted repository
You are installing the modules from an untrusted repository. If you trust this repository, change its InstallationPolicy
value by running the Set-PSRepository cmdlet. Are you sure you want to install the modules from 'PSGallery'?
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "N"): a
PS C:\Wittionary> Get-Command -Module PSToggl

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Function        Get-TogglClient                                    1.3.24     PSToggl
Function        Get-TogglEntry                                     1.3.24     PSToggl
Function        Get-TogglProject                                   1.3.24     PSToggl
Function        Get-TogglTag                                       1.3.24     PSToggl
Function        New-TogglProject                                   1.3.24     PSToggl
Function        Start-TogglEntry                                   1.3.24     PSToggl
Function        Write-RunningTogglEntry                            1.3.24     PSToggl

Hey @Wittionary after months of procrastination, I have finally fixed this. Thanks for reporting!

Thank you!!