Skip to content

Commit

Permalink
Update nuget version
Browse files Browse the repository at this point in the history
  • Loading branch information
filipbekic01 committed Oct 31, 2024
1 parent 4309e66 commit 56440e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/ResQueue/ResQueue/ResQueue.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<!-- NuGet package properties -->
<PackageId>ResQueue.MassTransit</PackageId>
<Version>1.0.5</Version>
<Version>1.0.6</Version>
<Authors>Filip Bekić, Miroljub Tomić</Authors>
<Company>ResQueue</Company>
<Description>MassTransit SQL Transport Web UI</Description>
Expand Down
2 changes: 1 addition & 1 deletion backend/ResQueue/ResQueue/ResQueueExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static IApplicationBuilder UseResQueue(this WebApplication app, string pr
}
"""
, "text/javascript"
));
)).ExcludeFromDescription();

var rewriteOptions = new RewriteOptions()
.AddRewrite("^(.*)/$", "$1", false); // Remove trailing slash
Expand Down

0 comments on commit 56440e1

Please sign in to comment.