Skip to content

Commit

Permalink
Added rabbitMQ and upped the version
Browse files Browse the repository at this point in the history
  • Loading branch information
azfuncgh authored and yojagad committed Nov 26, 2020
1 parent 5ee5c3a commit 13b7c20
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ public static class Settings

public static string ExtensionBundleVersionRange = "[2.*, 3.0.0)";

public static string ExtensionBundleBuildVersion = "2.3.0";
public static string ExtensionBundleBuildVersion = "2.4.0";

public static string TemplatesVersion = "2.0.1619";
public static string TemplatesVersion = "2.0.1635";

public static readonly string RUPackagePath = Path.Combine(RootBinDirectory, $"{ExtensionBundleId}.{ExtensionBundleBuildVersion}_RU_package", ExtensionBundleBuildVersion);

Expand Down
9 changes: 9 additions & 0 deletions src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,14 @@
"signalrconnectioninfo",
"signalrtrigger"
]
},
{
"id": "Microsoft.Azure.WebJobs.Extensions.RabbitMQ",
"version": "1.0.0-beta",
"name": "RabbitMQ",
"bindings": [
"rabbitmqtrigger",
"rabbitmq"
]
}
]

0 comments on commit 13b7c20

Please sign in to comment.