Skip to content

Commit

Permalink
Binding fix for a Cosmos output in a project with no input
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesRandall committed May 12, 2019
1 parent 59f8a85 commit 355b186
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/FunctionMonkey.Compiler/FunctionMonkey.Compiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Version>2.2.0</Version>
<Version>2.2.1</Version>
<AssemblyName>FunctionMonkey.Compiler</AssemblyName>
<PackageId>FunctionMonkey.Compiler</PackageId>
</PropertyGroup>
Expand Down Expand Up @@ -385,7 +385,7 @@
<IntermediatePackDir>$(MSBuildProjectDirectory)/bin/$(Configuration)/publish/</IntermediatePackDir>
<PublishDir>$(IntermediatePackDir)$(TargetFramework)/</PublishDir>
<NuspecProperties>publishDir=$([MSBuild]::NormalizeDirectory($(IntermediatePackDir)))</NuspecProperties>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<AssemblyVersion>2.2.1.0</AssemblyVersion>
<FileVersion>2.2.1.0</FileVersion>
<PackageReleaseNotes></PackageReleaseNotes>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>FunctionMonkey.Compiler</id>
<version>2.2.0</version>
<version>2.2.1</version>
<authors>James Randall</authors>
<description>Generates Azure Functions from command registrations</description>
<licenseUrl>https://raw.githubusercontent.com/JamesRandall/AzureFromTheTrenches.Commanding/master/LICENSE</licenseUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ private static IReadOnlyCollection<string> 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,
Expand Down

0 comments on commit 355b186

Please sign in to comment.