Releases: Azure/azure-functions-vs-build-sdk
Releases · Azure/azure-functions-vs-build-sdk
Microsoft.Net.Sdk.Functions 1.0.31
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)
Microsoft.Net.Sdk.Functions 1.0.30
This release has the following changes:
- When building Functions V2 apps with .NET Core 3 SDK installed, native dependencies are now copied to the correct folder on publish. (#361)
Microsoft.Net.Sdk.Functions 3.0.1
This release has the following changes:
- The Microsoft.Net.Sdk.Functions nuget package now targets
netcore3.0
rather thannetstandard2.0
.
1.0.14
Update Newtonsoft.Json to 11.0.2
1.0.13
Update README.md
1.0.11
Update build.fsx
1.0.10
Increase signing timeout
1.0.9
Automate build and signing
1.0.8
Update nuget metadata. Closes #119
1.0.6
use forwardslashes for scriptPath. Closes #90