Skip to content

Commit b7ee3a5

Browse files
version bump 4.3.0 (#553)
1 parent cb49942 commit b7ee3a5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<!-- Official Version -->
66
<PropertyGroup>
77
<MajorVersion>4</MajorVersion>
8-
<MinorVersion>2</MinorVersion>
9-
<PatchVersion>1</PatchVersion>
8+
<MinorVersion>3</MinorVersion>
9+
<PatchVersion>0</PatchVersion>
1010
</PropertyGroup>
1111

1212
<Import Project="..\..\build\Versioning.props" />

src/Microsoft.FeatureManagement.Telemetry.ApplicationInsights/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<!-- Official Version -->
55
<PropertyGroup>
66
<MajorVersion>4</MajorVersion>
7-
<MinorVersion>2</MinorVersion>
8-
<PatchVersion>1</PatchVersion>
7+
<MinorVersion>3</MinorVersion>
8+
<PatchVersion>0</PatchVersion>
99
</PropertyGroup>
1010

1111
<Import Project="..\..\build\Versioning.props" />

src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<!-- Official Version -->
66
<PropertyGroup>
77
<MajorVersion>4</MajorVersion>
8-
<MinorVersion>2</MinorVersion>
9-
<PatchVersion>1</PatchVersion>
8+
<MinorVersion>3</MinorVersion>
9+
<PatchVersion>0</PatchVersion>
1010
</PropertyGroup>
1111

1212
<Import Project="..\..\build\Versioning.props" />

0 commit comments

Comments
 (0)