We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb54a9 commit 39980f2Copy full SHA for 39980f2
2 files changed
DuoUniversal/Client.cs
@@ -19,7 +19,7 @@ namespace DuoUniversal
19
public class Client
20
{
21
public const string DUO_UNIVERSAL_CSHARP = "duo_universal_csharp";
22
- public const string DUO_UNIVERSAL_CSHARP_VERSION = "1.2.5";
+ public const string DUO_UNIVERSAL_CSHARP_VERSION = "1.3.0";
23
24
internal const int CLIENT_ID_LENGTH = 20;
25
internal const int CLIENT_SECRET_LENGTH = 40;
DuoUniversal/DuoUniversal.csproj
@@ -6,7 +6,7 @@
6
<PropertyGroup>
7
<TargetFrameworks>netstandard2.0;net471</TargetFrameworks>
8
<PackageId>DuoUniversal</PackageId>
9
- <Version>1.2.6</Version>
+ <Version>1.3.0</Version>
10
<Authors>Duo Security</Authors>
11
<Company>Duo Security</Company>
12
<Copyright>Cisco Systems, Inc. and/or its affiliates</Copyright>
0 commit comments