Skip to content

Commit

Permalink
Updated tag helper to install elmah.io.javascript 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Nov 28, 2023
1 parent 570de7e commit 42846b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elmah.Io.AspNetCore.TagHelpers/ElmahIoTagHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public override void Process(TagHelperContext context, TagHelperOutput output)
{
output.TagName = "script";
output.TagMode = TagMode.StartTagAndEndTag;
output.Attributes.SetAttribute("src", $"https://cdn.jsdelivr.net/gh/elmahio/elmah.io.javascript@4.0.0/dist/elmahio.min.js?apiKey={Options.ApiKey}&logId={Options.LogId}");
output.Attributes.SetAttribute("src", $"https://cdn.jsdelivr.net/gh/elmahio/elmah.io.javascript@4.1.0/dist/elmahio.min.js?apiKey={Options.ApiKey}&logId={Options.LogId}");
}
}
}

0 comments on commit 42846b6

Please sign in to comment.