Skip to content

Commit

Permalink
Changed assembly name in installation to Microsoft.Azure.WebJobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Nov 19, 2024
1 parent f4ae1d8 commit 871c14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elmah.Io.Functions/MessageShipper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static void CreateInstallation(ElmahIoFunctionOptions options)
},
new AssemblyInfo
{
Name = "Microsoft.Azure.WebJobs.Host",
Name = "Microsoft.Azure.WebJobs",
Version = _functionsAssemblyVersion,
}
],
Expand Down

0 comments on commit 871c14b

Please sign in to comment.