Releases: Azure/azure-functions-vs-build-sdk
Releases · Azure/azure-functions-vs-build-sdk
Microsoft.NET.Sdk.Functions 4.4.1
What's Changed
- Fixed a
NullReferenceException
in theIsWebJobsAttribute
extension method that impacted .NET 8 in-process functions using nullable parameters. (#655)
Nuget package: https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/4.4.1
Microsoft.NET.Sdk.Functions 4.3.0
What's Changed
- Updated
System.Net.Http
dependency to version 4.3.4 - Updated
System.Text.Encodings.Web
dependency to version 4.7.2 - Updated
System.Text.RegularExpressions
dependency to version 4.3.1
Nuget package: https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/4.3.0
Microsoft.NET.Sdk.Functions 4.2.0
What's Changed
Full Changelog: 4.1.3...4.2.0
Nuget package: https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/4.2.0
Microsoft.NET.Sdk.Functions 1.0.39
What's Changed
Full Changelog: 1.0.38...1.0.39
Nuget package:: https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/1.0.39
Microsoft.NET.Sdk.Functions 4.1.3
What's Changed
- Adding roll forward configuration for net sdk package by @soninaren in #587
Full Changelog: 4.1.2...4.1.3
https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/4.1.3
Microsoft.NET.Sdk.Functions 3.1.2
What's Changed
Full Changelog: 3.1.1...3.1.2
https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/3.1.2
Microsoft.NET.Sdk.Functions 4.1.2
What's Changed
Full Changelog: 4.1.1...4.1.2
https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/4.1.2
Microsoft.Net.Sdk.Functions 4.1.0
This release includes the following fixes:
- Include all bindings when generating function metadata (#542)
Microsoft.Net.Sdk.Functions 3.1.1
This release includes the following fixes:
- Fixed deployment status response parsing bug (#558)