Skip to content

Commit

Permalink
Merge branch 'issue737' of https://github.com/KoenZomers/pnpframework
Browse files Browse the repository at this point in the history
…into pr440
  • Loading branch information
jansenbe committed Aug 30, 2021
2 parents 702f1e4 + 2187847 commit 21d8c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/PnP.Framework/Utilities/PnPCoreUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static string PnPCoreUserAgent
() =>
{
Assembly coreAssembly = Assembly.GetExecutingAssembly();
String result = $"NONISV|SharePointPnP|PnPCore/{((AssemblyFileVersionAttribute)coreAssembly.GetCustomAttribute(typeof(AssemblyFileVersionAttribute))).Version}";
String result = $"NONISV|SharePointPnP|PnPCore/{((AssemblyFileVersionAttribute)coreAssembly.GetCustomAttribute(typeof(AssemblyFileVersionAttribute))).Version} ({Environment.OSVersion})";
return (result);
},
true);
Expand Down

0 comments on commit 21d8c2a

Please sign in to comment.