Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
updated plugin assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
Goncalo Oliveira committed Nov 24, 2020
1 parent d599318 commit fc53b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/faas-run.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<Version>1.0</Version>
<Version>1.1</Version>
<Authors>Goncalo Oliveira</Authors>
<Company>RedPanda Ltd</Company>
<Description>FaaS runner for ASPNET functions</Description>
Expand All @@ -18,7 +18,7 @@
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="5.0.0" />
<PackageReference Include="Redpanda.OpenFaaS.Functions" Version="0.1.1" />
<PackageReference Include="Redpanda.OpenFaaS.Functions" Version="1.0.0" />
</ItemGroup>

</Project>

0 comments on commit fc53b25

Please sign in to comment.