Skip to content

Commit 4647b60

Browse files
author
Chris Martinez
committed
Bump version numbers
1 parent b08b2ee commit 4647b60

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Microsoft.AspNet.OData.Versioning.ApiExplorer/Microsoft.AspNet.OData.Versioning.ApiExplorer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>3.0.0</VersionPrefix>
4+
<VersionPrefix>3.0.1</VersionPrefix>
55
<AssemblyVersion>3.0.0.0</AssemblyVersion>
66
<TargetFramework>net45</TargetFramework>
77
<AssemblyTitle>Microsoft ASP.NET Web API Versioned API Explorer for OData v4.0</AssemblyTitle>

src/Microsoft.AspNetCore.OData.Versioning.ApiExplorer/Microsoft.AspNetCore.OData.Versioning.ApiExplorer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>3.0.1</VersionPrefix>
5-
<AssemblyVersion>3.0.0.0</AssemblyVersion>
4+
<VersionPrefix>3.1.0</VersionPrefix>
5+
<AssemblyVersion>3.1.0.0</AssemblyVersion>
66
<TargetFramework>netstandard2.0</TargetFramework>
77
<AssemblyTitle>Microsoft ASP.NET Core Versioned API Explorer for OData v4.0</AssemblyTitle>
88
<Description>The API Explorer for Microsoft ASP.NET Core and OData v4.0.</Description>

src/Microsoft.AspNetCore.OData.Versioning/Microsoft.AspNetCore.OData.Versioning.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>3.0.1</VersionPrefix>
5-
<AssemblyVersion>3.0.0.0</AssemblyVersion>
4+
<VersionPrefix>3.1.0</VersionPrefix>
5+
<AssemblyVersion>3.1.0.0</AssemblyVersion>
66
<TargetFramework>netstandard2.0</TargetFramework>
77
<AssemblyTitle>Microsoft ASP.NET Core API Versioning for OData v4.0</AssemblyTitle>
88
<Description>A service API versioning library for Microsoft ASP.NET Core and OData v4.0.</Description>

0 commit comments

Comments
 (0)