Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Releases: OCram85/PSCredentialStore

1.0.548

02 Oct 14:09
739c8cb
Compare
Choose a tag to compare
stop raising build error on lint warnings for now (#49)

1.0.477

23 Jan 12:08
b6e791f
Compare
Choose a tag to compare
adds security section (#47)

- add security section
- update content
- fix github deployment state
- update about page based on readme.md

1.0.467

29 Apr 14:07
fdc6651
Compare
Choose a tag to compare

About

  • Now using asymmetric encryption with public / private key in pfx certificates.
  • Supporting PowerShell Desktop and Core editions.
  • Certificate files can be imported to the the certificate store on windows and linux machines.
  • Includes libreSSL binaries and helpers for creating self-signed certificates.
  • See release notes of previous -preview version for more changes since the latest production ready release.

Content (Micro Commits)

  • fixes #38
  • fixes #44
  • Implement precise lookup hierarchy (fixes #43)
  • align pester test with #43 logic
  • split cert functions
  • use new cert functions for save an lookup
  • fix pester tests
  • [wip]
  • fix var name ref
  • fix exports
  • fix cert store location for windows shared mode
  • fix mandatory params
  • fix accidentially removed code block
  • add basic cert pester pests
  • remove old docs
  • update cbh blocks
  • update cbh blocks
  • update docs
  • move .net wrapper forpfx files
  • do not export .net wrapper functions
  • update docs
  • rename tests
  • fix private functions location
    • fixes #44: FTP connection
  • add link to reference
  • add format files
  • add preview version shield
  • update markdown help files (platyps)
  • add emoji images in captions
  • fix typos
  • fix typos
  • fix typo
  • prepare version numbers

0.5.428-preview

04 Apr 15:04
d92d963
Compare
Choose a tag to compare
0.5.428-preview Pre-release
Pre-release

About

  • This preview includes importing and managing the PFX certificates.

0.5.391-preview

15 Mar 11:51
5a68527
Compare
Choose a tag to compare
0.5.391-preview Pre-release
Pre-release

About

Content

  • replace internal coverage tools with PSCoverage (#39)
  • use PSCoverage instead of internal module
  • remove internal pscoverage ref
  • remove deprecated and internal coverage module
  • fix dependency test for conection types without deps
  • tests should return true for missing deps (fixes #40)
  • remove pre release counter
  • change prerelease tag to static preview

0.5.377-alpha1

16 Jan 12:20
dbf53b7
Compare
Choose a tag to compare
0.5.377-alpha1 Pre-release
Pre-release

About

This pull request reflects all changes done in the linuxsupport branch.

Content

  • Enable PowerShell 6 Core support
  • Use PFX Certificate for encryption ( fixes #32 )
  • Updates CI / CD pipeline ( fixes #31 )
  • uses portable libressl ( fixes #34 )
  • adds -PassThru switch for returning current VIServer session in Connect-To ( fixes #34 )
  • adds git lfs for embedded libressl files
  • restructured internal functions into Private dir
  • added certificate related functions
  • adds travis build pipeline for tests

0.2.3.199

26 Mar 11:02
ab13962
Compare
Choose a tag to compare

Changes

  • fixes #27
    • Syntax changed with WinSCP 5 module -> FTP Connection syntax updated.

0.2.2.194

21 Mar 14:31
Compare
Choose a tag to compare

Changes

  • The -Credential parameter now allows values from pipe in the following functions:
    • New-CredentialStoreItem
    • Set-CredentialStoreItem
  • Docs updated

0.2.1.182

21 Mar 11:55
8d55f2d
Compare
Choose a tag to compare
disable AppVeyor builds for specific branches (fixes #23)

0.2.1.178

21 Mar 11:17
ce823d4
Compare
Choose a tag to compare
Increase code coverage (#22)