Skip to content

Commit 4b2fc26

Browse files
version bump to 3.2.0 (#377)
1 parent b1c5f32 commit 4b2fc26

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

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

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

src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj

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

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

0 commit comments

Comments
 (0)