diff --git a/PSCredentialManager.Cmdlet/Cmdlets.cs b/PSCredentialManager.Cmdlet/Cmdlets.cs
index 0492def..e4adf92 100644
--- a/PSCredentialManager.Cmdlet/Cmdlets.cs
+++ b/PSCredentialManager.Cmdlet/Cmdlets.cs
@@ -54,7 +54,7 @@ public class GetStoredCredential : PSCmdlet
public string Target;
///
- /// Specifies the type of credential to return, possible values are [Generic, DomainPassword, DomainCertificate, DomainVisiblePassword, DomainCertificate, DomainExtended, Maximum, MaximumEx]
+ /// Specifies the type of credential to return, possible values are [Generic, DomainPassword, DomainCertificate, DomainVisiblePassword, GenericCertificate, DomainExtended, Maximum, MaximumEx]
///
[Parameter()]
public CredType Type = CredType.Generic;
@@ -242,7 +242,7 @@ public class NewStoredCredential : PSCmdlet
public string Comment = "Updated by: " + Environment.UserName + " on: " + DateTime.Now.ToShortDateString();
///
- /// Type of credential to store, possible values are [Generic, DomainPassword, DomainCertificate, DomainVisiblePassword, DomainCertificate, DomainExtended, Maximum, MaximumEx]
+ /// Type of credential to store, possible values are [Generic, DomainPassword, DomainCertificate, DomainVisiblePassword, GenericCertificate, DomainExtended, Maximum, MaximumEx]
///
[Parameter()]
public CredType Type = CredType.Generic;
@@ -369,7 +369,7 @@ public class RemoveStoredCredential : PSCmdlet
public string Target;
///
- /// Specifies the type of credential to be deleted, possible values are [Generic, DomainPassword, DomainCertificate, DomainVisiblePassword, DomainCertificate, DomainExtended, Maximum, MaximumEx]
+ /// Specifies the type of credential to be deleted, possible values are [Generic, DomainPassword, DomainCertificate, DomainVisiblePassword, GenericCertificate, DomainExtended, Maximum, MaximumEx]
///
[Parameter()]
public CredType Type = CredType.Generic;
diff --git a/PSCredentialManager.Cmdlet/Properties/AssemblyInfo.cs b/PSCredentialManager.Cmdlet/Properties/AssemblyInfo.cs
index 0627ffe..e2b354f 100644
--- a/PSCredentialManager.Cmdlet/Properties/AssemblyInfo.cs
+++ b/PSCredentialManager.Cmdlet/Properties/AssemblyInfo.cs
@@ -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")]
diff --git a/PSCredentialManager.Cmdlet/TUN.CredentialManager.psd1 b/PSCredentialManager.Cmdlet/TUN.CredentialManager.psd1
index df52b85..91194fe 100644
Binary files a/PSCredentialManager.Cmdlet/TUN.CredentialManager.psd1 and b/PSCredentialManager.Cmdlet/TUN.CredentialManager.psd1 differ