Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 294d14b

Browse files
author
Chris Martinez
committedJul 22, 2019
Bump version numbers to 4.0
1 parent 0b0daae commit 294d14b

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed
 

‎src/Microsoft.AspNet.OData.Versioning.ApiExplorer/Microsoft.AspNet.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.1.1</VersionPrefix>
5-
<AssemblyVersion>3.1.0.0</AssemblyVersion>
4+
<VersionPrefix>4.0.0</VersionPrefix>
5+
<AssemblyVersion>4.0.0.0</AssemblyVersion>
66
<TargetFramework>net45</TargetFramework>
77
<AssemblyTitle>Microsoft ASP.NET Web API Versioned API Explorer for OData v4.0</AssemblyTitle>
88
<Description>The API Explorer for Microsoft ASP.NET Web API Versioning and OData v4.0.</Description>

‎src/Microsoft.AspNet.OData.Versioning/Microsoft.AspNet.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>4.0.0</VersionPrefix>
5+
<AssemblyVersion>4.0.0.0</AssemblyVersion>
66
<TargetFramework>net45</TargetFramework>
77
<AssemblyTitle>Microsoft ASP.NET Web API Versioning for OData v4.0</AssemblyTitle>
88
<Description>A service API versioning library for Microsoft ASP.NET Web API and OData v4.0.</Description>

‎src/Microsoft.AspNet.WebApi.Versioning.ApiExplorer/Microsoft.AspNet.WebApi.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.1.0</VersionPrefix>
5-
<AssemblyVersion>3.1.0.0</AssemblyVersion>
4+
<VersionPrefix>4.0.0</VersionPrefix>
5+
<AssemblyVersion>4.0.0.0</AssemblyVersion>
66
<TargetFramework>net45</TargetFramework>
77
<AssemblyTitle>Microsoft ASP.NET Web API Versioned API Explorer</AssemblyTitle>
88
<Description>The API Explorer for Microsoft ASP.NET Web API Versioning.</Description>

‎src/Microsoft.AspNet.WebApi.Versioning/Microsoft.AspNet.WebApi.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.2</VersionPrefix>
5-
<AssemblyVersion>3.0.0.0</AssemblyVersion>
4+
<VersionPrefix>4.0.0</VersionPrefix>
5+
<AssemblyVersion>4.0.0.0</AssemblyVersion>
66
<TargetFramework>net45</TargetFramework>
77
<AssemblyTitle>Microsoft ASP.NET Web API Versioning</AssemblyTitle>
88
<Description>A service API versioning library for Microsoft ASP.NET Web API.</Description>

‎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.2.1</VersionPrefix>
5-
<AssemblyVersion>3.2.0.0</AssemblyVersion>
4+
<VersionPrefix>4.0.0</VersionPrefix>
5+
<AssemblyVersion>4.0.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.2.1</VersionPrefix>
5-
<AssemblyVersion>3.2.0.0</AssemblyVersion>
4+
<VersionPrefix>4.0.0</VersionPrefix>
5+
<AssemblyVersion>4.0.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)
Please sign in to comment.