File tree 8 files changed +15
-15
lines changed
8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 31
31
//
32
32
// You can specify all the values or you can default the Revision and Build Numbers
33
33
// by using the '*' as shown below:
34
- [ assembly: AssemblyVersion ( "1.4.0 " ) ]
35
- [ assembly: AssemblyFileVersion ( "1.4.0 " ) ]
34
+ [ assembly: AssemblyVersion ( "1.4.1 " ) ]
35
+ [ assembly: AssemblyFileVersion ( "1.4.1 " ) ]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public abstract class BaseClient
16
16
/// <summary>
17
17
/// Version of this client.
18
18
/// </summary>
19
- public const string CLIENT_LIBRARY_VERSION = "1.4.0 " ;
19
+ public const string CLIENT_LIBRARY_VERSION = "1.4.1 " ;
20
20
21
21
/// <summary>
22
22
/// Proxy object that is initialized during start-up, if needed.
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ private static void SetVersionInformation(Hashtable request)
222
222
request [ "clientLibrary" ] = ".NET NVP" ;
223
223
request [ "clientLibraryVersion" ] = CLIENT_LIBRARY_VERSION ;
224
224
request [ "clientEnvironment" ] = mEnvironmentInfo ;
225
- request [ "clientSecurityLibraryVersion" ] = ".Net 1.4.0 " ;
225
+ request [ "clientSecurityLibraryVersion" ] = ".Net 1.4.1 " ;
226
226
}
227
227
}
228
228
}
Original file line number Diff line number Diff line change 1
- using System . Reflection ;
1
+ using System . Reflection ;
2
2
using System . Runtime . CompilerServices ;
3
3
using System . Runtime . InteropServices ;
4
4
31
31
//
32
32
// You can specify all the values or you can default the Revision and Build Numbers
33
33
// by using the '*' as shown below:
34
- [ assembly: AssemblyVersion ( "1.4.0 " ) ]
35
- [ assembly: AssemblyFileVersion ( "1.4.0 " ) ]
34
+ [ assembly: AssemblyVersion ( "1.4.1 " ) ]
35
+ [ assembly: AssemblyFileVersion ( "1.4.1 " ) ]
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ private static void SetVersionInformation(
222
222
requestMessage . clientLibrary = ".NET Soap" ;
223
223
requestMessage . clientLibraryVersion = CLIENT_LIBRARY_VERSION ;
224
224
requestMessage . clientEnvironment = mEnvironmentInfo ;
225
- requestMessage . clientSecurityLibraryVersion = ".Net 1.4.0 " ;
225
+ requestMessage . clientSecurityLibraryVersion = ".Net 1.4.1 " ;
226
226
}
227
227
}
228
228
}
Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ XmlNode previousSibling
472
472
473
473
SetField ( requestMessageNode , ref previousSibling ,
474
474
"clientSecurityLibraryVersion" ,
475
- ".Net 1.4.0 " , nspace ) ;
475
+ ".Net 1.4.1 " , nspace ) ;
476
476
}
477
477
478
478
private static void SetField (
Original file line number Diff line number Diff line change 1
- using System . Reflection ;
1
+ using System . Reflection ;
2
2
using System . Runtime . CompilerServices ;
3
3
using System . Runtime . InteropServices ;
4
4
29
29
// Build Number
30
30
// Revision
31
31
//
32
- [ assembly: AssemblyVersion ( "1.4.0 .0" ) ]
33
- [ assembly: AssemblyFileVersion ( "1.4.0 .0" ) ]
32
+ [ assembly: AssemblyVersion ( "1.4.1 .0" ) ]
33
+ [ assembly: AssemblyFileVersion ( "1.4.1 .0" ) ]
Original file line number Diff line number Diff line change 1
- using System . Reflection ;
1
+ using System . Reflection ;
2
2
using System . Runtime . CompilerServices ;
3
3
using System . Runtime . InteropServices ;
4
4
29
29
// Build Number
30
30
// Revision
31
31
//
32
- [ assembly: AssemblyVersion ( "1.4.0 .0" ) ]
33
- [ assembly: AssemblyFileVersion ( "1.4.0 .0" ) ]
32
+ [ assembly: AssemblyVersion ( "1.4.1 .0" ) ]
33
+ [ assembly: AssemblyFileVersion ( "1.4.1 .0" ) ]
You can’t perform that action at this time.
0 commit comments