File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2929// Build Number
3030// Revision
3131//
32- [ assembly: AssemblyVersion ( "1.0.0 .0" ) ]
33- [ assembly: AssemblyFileVersion ( "1.0.0 .0" ) ]
32+ [ assembly: AssemblyVersion ( "1.1 .0" ) ]
33+ [ assembly: AssemblyFileVersion ( "1.1 .0" ) ]
3434
3535// Allow tests to access internal methods for easier testing
3636[ assembly: InternalsVisibleTo ( "DuoApiTest" ) ]
Original file line number Diff line number Diff line change 1717using System . Runtime . InteropServices ;
1818using System . Security . Cryptography . X509Certificates ;
1919using System . Net . Security ;
20- using System . Text . Json ;
21- using Duo . Extensions ;
22-
20+ using System . Text . Json ;
21+ using Duo . Extensions ;
22+
2323namespace Duo
2424{
2525 public class DuoApi
2626 {
27- public string DEFAULT_AGENT = "DuoAPICSharp/1.0" ;
27+ public string DEFAULT_AGENT = "DuoAPICSharp/1.1. 0" ;
2828
2929 private const int INITIAL_BACKOFF_MS = 1000 ;
3030 private const int MAX_BACKOFF_MS = 32000 ;
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.0.0 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.0 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.1 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.1 .0" ) ]
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.0.0 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.0 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.1 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.1 .0" ) ]
You can’t perform that action at this time.
0 commit comments