diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-06-20 22:11:01 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-06-20 22:11:01 -0700 |
commit | 15f234f335ab7cdbcb14cc25a97f5dba22c7c663 (patch) | |
tree | 69b51e7c23497bcb356614374af925d7dfe97205 /src/DotNetOpenAuth.Core/Messaging/StandardWebRequestHandler.cs | |
parent | 5893cc9e24eafe3982a7b8c467845b6e99ece8bc (diff) | |
parent | 191a46b778536eb9ce26d2589039ddbb765ef5c6 (diff) | |
download | DotNetOpenAuth-15f234f335ab7cdbcb14cc25a97f5dba22c7c663.zip DotNetOpenAuth-15f234f335ab7cdbcb14cc25a97f5dba22c7c663.tar.gz DotNetOpenAuth-15f234f335ab7cdbcb14cc25a97f5dba22c7c663.tar.bz2 |
Merge branch 'v4.0'
Diffstat (limited to 'src/DotNetOpenAuth.Core/Messaging/StandardWebRequestHandler.cs')
-rw-r--r-- | src/DotNetOpenAuth.Core/Messaging/StandardWebRequestHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Core/Messaging/StandardWebRequestHandler.cs b/src/DotNetOpenAuth.Core/Messaging/StandardWebRequestHandler.cs index 98a2186..114c191 100644 --- a/src/DotNetOpenAuth.Core/Messaging/StandardWebRequestHandler.cs +++ b/src/DotNetOpenAuth.Core/Messaging/StandardWebRequestHandler.cs @@ -27,7 +27,7 @@ namespace DotNetOpenAuth.Messaging { /// <summary> /// The value to use for the User-Agent HTTP header. /// </summary> - private static string userAgentValue = Assembly.GetExecutingAssembly().GetName().Name + "/" + Assembly.GetExecutingAssembly().GetName().Version; + private static string userAgentValue = Assembly.GetExecutingAssembly().GetName().Name + "/" + Util.AssemblyFileVersion; #region IWebRequestHandler Members |