Skip to content

Releases: Azure/azure-functions-vs-build-sdk

Microsoft.Net.Sdk.Functions 3.0.11

10 Nov 20:20
b8dfd88
Compare
Choose a tag to compare
  • Changed the minimum required version of Microsoft.Azure.WebJobs to 3.0.23
  • Removed the upper bound limiting the version reference for Microsoft.Azure.WebJobs.Extensions

Microsoft.Net.Sdk.Functions 3.0.10

09 Nov 20:05
Compare
Choose a tag to compare
  • Use async ZipDeloy call
  • Fixed issues with args passed to Functions.Generator
  • Updated ExtensionsMetadataGenerator to 1.2.0: Release Notes
  • Additional e2e test suite setup

Microsoft.Net.Sdk.Functions 1.0.38

09 Nov 20:08
b0e54a8
Compare
Choose a tag to compare
  • Updated ExtensionsMetadataGenerator to 1.2.0: Release Notes
  • Additional e2e test suite setup

Microsoft.Net.Sdk.Functions 3.0.9

14 Jul 01:18
0992e21
Compare
Choose a tag to compare
  • Copying the missing dlls to the bin folder

  • Adding End to End Tests and porting the projects to netcoreapp3.1.

  • Tests cover the following scenarios

    • Build and publish for a project targeting Netsdk latest version
    • Build and publish for a project with SQl dependency
    • Build and publish for a project with a HttpTrigger
    • Upgrading the sdk to 3.1.301
    • Running end to end tests as a part of ci build
    • Auto-increment the assembly version for generator and msbuild dll

Microsoft.Net.Sdk.Functions 3.0.8

08 Jul 01:03
480bea4
Compare
Choose a tag to compare

https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/3.0.8

  • Fixing the build step to copy the required dlls to the bin directory. This is required to fix VS functionalities like incremental build, Find all references etc (#344).

Microsoft.Net.Sdk.Functions 3.0.7

04 May 21:31
Compare
Choose a tag to compare

https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/3.0.7

This package is for use with Azure Functions v3 Visual Studio projects.

This release has the following changes:

  • Ignore "Bad IL format" errors when generating extensions metadata (Azure/azure-functions-host#5964)
  • Both Publish and Build targets now copy all dlls and pdbs to the bin folder (#418)

Microsoft.Net.Sdk.Functions 1.0.36

04 May 21:33
Compare
Choose a tag to compare

https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/1.0.36

This package is for use with Azure Functions v1 and v2 Visual Studio projects.

This release has the following changes:

  • Ignore "Bad IL format" errors when generating extensions metadata (Azure/azure-functions-host#5964)
  • Both Publish and Build targets now copy all dlls and pdbs to the bin folder (#417)

Microsoft.Net.Sdk.Functions 3.0.4

29 Feb 02:38
Compare
Choose a tag to compare

This release has the following changes:

  • Improvements to output payload, bringing a significant package size reduction

Microsoft.Net.Sdk.Functions 3.0.2

12 Dec 22:29
Compare
Choose a tag to compare

This release has the following changes:

  • Assembly loading improvements for generating function.json files (#360)
  • The function.deps.json file is now correctly copied if your project name does not match your assembly name (#363)

Microsoft.Net.Sdk.Functions 1.0.31

12 Dec 22:46
Compare
Choose a tag to compare

This release has the following changes:

  • The function.deps.json file is now correctly copied if your project name does not match your assembly name (#364)