diff --git a/sdk/dotnet-sdk/src/VeritySDK/Protocols/IssuerSetup/IssuerSetup.cs b/sdk/dotnet-sdk/src/VeritySDK/Protocols/IssuerSetup/IssuerSetup.cs
index 68a06dd8..4e4b2c6a 100644
--- a/sdk/dotnet-sdk/src/VeritySDK/Protocols/IssuerSetup/IssuerSetup.cs
+++ b/sdk/dotnet-sdk/src/VeritySDK/Protocols/IssuerSetup/IssuerSetup.cs
@@ -23,9 +23,9 @@ public static IssuerSetupV0_6 v0_6()
}
///
- /// Constructor for the 0.6 IssuerSetup object. This constructor creates an object that is ready to start the setup process of an issuer.
+ /// Constructor for the 0.7 IssuerSetup object. This constructor creates an object that is ready to start the setup process of an issuer.
///
- /// 0.6 IssuerSetup object
+ /// 0.7 IssuerSetup object
public static IssuerSetupV0_7 v0_7()
{
return new IssuerSetupV0_7();