Skip to content

Commit 0e1edd2

Browse files
authored
Sdk 2.0.3 release prep. (#3062)
1 parent a332205 commit 0e1edd2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

sdk/Sdk.Generators/Sdk.Generators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<IncludeBuildOutput>false</IncludeBuildOutput>
1111
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
1212
<MinorProductVersion>3</MinorProductVersion>
13-
<PatchProductVersion>4</PatchProductVersion>
13+
<PatchProductVersion>5</PatchProductVersion>
1414
<IsRoslynComponent>true</IsRoslynComponent>
1515
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
1616
</PropertyGroup>

sdk/Sdk/Sdk.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<MajorProductVersion>2</MajorProductVersion>
5-
<MinorProductVersion>1</MinorProductVersion>
6-
<VersionSuffix>-preview.1</VersionSuffix>
5+
<MinorProductVersion>0</MinorProductVersion>
6+
<PatchProductVersion>3</PatchProductVersion>
77
<TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
88
<PackageId>Microsoft.Azure.Functions.Worker.Sdk</PackageId>
99
<Description>This package provides development time support for the Azure Functions .NET Worker.</Description>

sdk/release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- My change description (#PR/#issue)
55
-->
66

7-
### Microsoft.Azure.Functions.Worker.Sdk 2.1.0-preview.1
7+
### Microsoft.Azure.Functions.Worker.Sdk 2.0.3
88

99
- Addresses issue with `dotnet build --no-incremental` failing build (PR #2763, Issue #2601)
1010
- Addresses issue with setting `OutDir` msbuild property failing build (PR #2763, Issue #2125)

0 commit comments

Comments
 (0)