Skip to content

Commit

Permalink
fixing build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
slorello89 committed Feb 25, 2020
1 parent 086d985 commit 02d38fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nexmo.Api/Request/ApiRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ internal static void SetUserAgent(ref HttpRequestMessage request, Credentials cr
.GetVersionInfo(typeof(int).Assembly.Location)
.ProductVersion;
#endif
var libraryVersion = typeof(VersionedApiRequest)
var libraryVersion = typeof(ApiRequest)
.GetTypeInfo()
.Assembly
.GetCustomAttribute<AssemblyInformationalVersionAttribute>()
Expand Down

0 comments on commit 02d38fc

Please sign in to comment.