Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PSCredentialManager.Cmdlet/Cmdlets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class GetStoredCredential : PSCmdlet
public string Target;

/// <summary>
/// <para type="description">Specifies the type of credential to return, possible values are [Generic, DomainPassword, DomainCertificate, DomainVisiblePassword, DomainCertificate, DomainExtended, Maximum, MaximumEx]</para>
/// <para type="description">Specifies the type of credential to return, possible values are [Generic, DomainPassword, DomainCertificate, DomainVisiblePassword, GenericCertificate, DomainExtended, Maximum, MaximumEx]</para>
/// </summary>
[Parameter()]
public CredType Type = CredType.Generic;
Expand Down Expand Up @@ -242,7 +242,7 @@ public class NewStoredCredential : PSCmdlet
public string Comment = "Updated by: " + Environment.UserName + " on: " + DateTime.Now.ToShortDateString();

/// <summary>
/// <para type="description">Type of credential to store, possible values are [Generic, DomainPassword, DomainCertificate, DomainVisiblePassword, DomainCertificate, DomainExtended, Maximum, MaximumEx]</para>
/// <para type="description">Type of credential to store, possible values are [Generic, DomainPassword, DomainCertificate, DomainVisiblePassword, GenericCertificate, DomainExtended, Maximum, MaximumEx]</para>
/// </summary>
[Parameter()]
public CredType Type = CredType.Generic;
Expand Down Expand Up @@ -369,7 +369,7 @@ public class RemoveStoredCredential : PSCmdlet
public string Target;

/// <summary>
/// <para type="description">Specifies the type of credential to be deleted, possible values are [Generic, DomainPassword, DomainCertificate, DomainVisiblePassword, DomainCertificate, DomainExtended, Maximum, MaximumEx]</para>
/// <para type="description">Specifies the type of credential to be deleted, possible values are [Generic, DomainPassword, DomainCertificate, DomainVisiblePassword, GenericCertificate, DomainExtended, Maximum, MaximumEx]</para>
/// </summary>
[Parameter()]
public CredType Type = CredType.Generic;
Expand Down
4 changes: 2 additions & 2 deletions PSCredentialManager.Cmdlet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyVersion("3.0.2.0")]
[assembly: AssemblyFileVersion("3.0.2.0")]
Binary file modified PSCredentialManager.Cmdlet/TUN.CredentialManager.psd1
Binary file not shown.