File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 3131//
3232// You can specify all the values or you can default the Revision and Build Numbers
3333// 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
1616 /// <summary>
1717 /// Version of this client.
1818 /// </summary>
19- public const string CLIENT_LIBRARY_VERSION = "1.4.0 " ;
19+ public const string CLIENT_LIBRARY_VERSION = "1.4.1 " ;
2020
2121 /// <summary>
2222 /// 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)
222222 request [ "clientLibrary" ] = ".NET NVP" ;
223223 request [ "clientLibraryVersion" ] = CLIENT_LIBRARY_VERSION ;
224224 request [ "clientEnvironment" ] = mEnvironmentInfo ;
225- request [ "clientSecurityLibraryVersion" ] = ".Net 1.4.0 " ;
225+ request [ "clientSecurityLibraryVersion" ] = ".Net 1.4.1 " ;
226226 }
227227 }
228228}
Original file line number Diff line number Diff line change 1- using System . Reflection ;
1+ using System . Reflection ;
22using System . Runtime . CompilerServices ;
33using System . Runtime . InteropServices ;
44
3131//
3232// You can specify all the values or you can default the Revision and Build Numbers
3333// 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(
222222 requestMessage . clientLibrary = ".NET Soap" ;
223223 requestMessage . clientLibraryVersion = CLIENT_LIBRARY_VERSION ;
224224 requestMessage . clientEnvironment = mEnvironmentInfo ;
225- requestMessage . clientSecurityLibraryVersion = ".Net 1.4.0 " ;
225+ requestMessage . clientSecurityLibraryVersion = ".Net 1.4.1 " ;
226226 }
227227 }
228228}
Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ XmlNode previousSibling
472472
473473 SetField ( requestMessageNode , ref previousSibling ,
474474 "clientSecurityLibraryVersion" ,
475- ".Net 1.4.0 " , nspace ) ;
475+ ".Net 1.4.1 " , nspace ) ;
476476 }
477477
478478 private static void SetField (
Original file line number Diff line number Diff line change 1- using System . Reflection ;
1+ using System . Reflection ;
22using System . Runtime . CompilerServices ;
33using System . Runtime . InteropServices ;
44
2929// Build Number
3030// Revision
3131//
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 ;
22using System . Runtime . CompilerServices ;
33using System . Runtime . InteropServices ;
44
2929// Build Number
3030// Revision
3131//
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