We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd07567 commit a0a74edCopy full SHA for a0a74ed
README.md
@@ -1,5 +1,5 @@
1
# otc-api-sign-sdk-csharp
2
-SDK for API request signing for C#
+SDK for API request signing for C#.
3
4
5
> [!Note]
doc/source/installation/_index.rst
@@ -44,10 +44,12 @@ You must replace:
44
45
Add or update package reference in the project file using the .NET CLI:
46
47
+(Replace *-* with the desired version number.)
48
+
49
.. code-block:: shell
50
:caption: dotnet add package
51
- dotnet add package OpenTelekomCloud.API.Signing.Core --version 0.0.0-alpha.0
52
+ dotnet add package OpenTelekomCloud.API.Signing.Core --version *-*
53
54
Alternative add the package reference to your project file:
55
0 commit comments