diff --git a/Source/FunctionMonkey.Compiler/FunctionMonkey.Compiler.csproj b/Source/FunctionMonkey.Compiler/FunctionMonkey.Compiler.csproj index f5a6182c..6c1554d4 100644 --- a/Source/FunctionMonkey.Compiler/FunctionMonkey.Compiler.csproj +++ b/Source/FunctionMonkey.Compiler/FunctionMonkey.Compiler.csproj @@ -3,7 +3,7 @@ Exe netcoreapp2.1 - 2.2.0 + 2.2.1 FunctionMonkey.Compiler FunctionMonkey.Compiler @@ -385,7 +385,7 @@ $(MSBuildProjectDirectory)/bin/$(Configuration)/publish/ $(IntermediatePackDir)$(TargetFramework)/ publishDir=$([MSBuild]::NormalizeDirectory($(IntermediatePackDir))) - 2.2.0.0 + 2.2.1.0 2.2.1.0 diff --git a/Source/FunctionMonkey.Compiler/FunctionMonkey.Compiler.nuspec b/Source/FunctionMonkey.Compiler/FunctionMonkey.Compiler.nuspec index e18a0a38..fd6a69cf 100644 --- a/Source/FunctionMonkey.Compiler/FunctionMonkey.Compiler.nuspec +++ b/Source/FunctionMonkey.Compiler/FunctionMonkey.Compiler.nuspec @@ -2,7 +2,7 @@ FunctionMonkey.Compiler - 2.2.0 + 2.2.1 James Randall Generates Azure Functions from command registrations https://raw.githubusercontent.com/JamesRandall/AzureFromTheTrenches.Commanding/master/LICENSE diff --git a/Source/FunctionMonkey.Compiler/Implementation/AssemblyCompiler.cs b/Source/FunctionMonkey.Compiler/Implementation/AssemblyCompiler.cs index fef88c37..14eb0cf2 100644 --- a/Source/FunctionMonkey.Compiler/Implementation/AssemblyCompiler.cs +++ b/Source/FunctionMonkey.Compiler/Implementation/AssemblyCompiler.cs @@ -272,6 +272,7 @@ private static IReadOnlyCollection BuildCandidateReferenceList(IReadOnly typeof(Document).GetTypeInfo().Assembly.Location, typeof(Message).GetTypeInfo().Assembly.Location, typeof(ChangeFeedProcessorBuilder).Assembly.Location, + typeof(CosmosDBAttribute).Assembly.Location, typeof(TimerInfo).Assembly.Location, typeof(DbConnectionStringBuilder).Assembly.Location, typeof(AzureSignalRAuthClient).Assembly.Location,