Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a3ddc27

Browse filesBrowse files
Update version number and release notes for Web API
1 parent 650d491 commit a3ddc27
Copy full SHA for a3ddc27

File tree

Expand file treeCollapse file tree

8 files changed

+12
-12
lines changed
Filter options
Expand file treeCollapse file tree

8 files changed

+12
-12
lines changed

‎src/AspNet/OData/src/Asp.Versioning.WebApi.OData.ApiExplorer/Asp.Versioning.WebApi.OData.ApiExplorer.csproj

Copy file name to clipboardExpand all lines: src/AspNet/OData/src/Asp.Versioning.WebApi.OData.ApiExplorer/Asp.Versioning.WebApi.OData.ApiExplorer.csproj
+2-2Lines 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>6.0.0</VersionPrefix>
5-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
4+
<VersionPrefix>6.1.0</VersionPrefix>
5+
<AssemblyVersion>6.1.0.0</AssemblyVersion>
66
<TargetFrameworks>net45;net472</TargetFrameworks>
77
<RootNamespace>Asp.Versioning</RootNamespace>
88
<AssemblyTitle>ASP.NET Web API Versioning API Explorer for OData v4.0</AssemblyTitle>
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-

1+
Update OData query option exploration (#702, #853)

‎src/AspNet/OData/src/Asp.Versioning.WebApi.OData/Asp.Versioning.WebApi.OData.csproj

Copy file name to clipboardExpand all lines: src/AspNet/OData/src/Asp.Versioning.WebApi.OData/Asp.Versioning.WebApi.OData.csproj
+2-2Lines 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>6.0.0</VersionPrefix>
5-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
4+
<VersionPrefix>6.1.0</VersionPrefix>
5+
<AssemblyVersion>6.1.0.0</AssemblyVersion>
66
<TargetFrameworks>net45;net472</TargetFrameworks>
77
<RootNamespace>Asp.Versioning</RootNamespace>
88
<AssemblyTitle>API Versioning for ASP.NET Web API with OData v4.0</AssemblyTitle>
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-

1+
Minor version bump

‎src/AspNet/WebApi/src/Asp.Versioning.WebApi.ApiExplorer/Asp.Versioning.WebApi.ApiExplorer.csproj

Copy file name to clipboardExpand all lines: src/AspNet/WebApi/src/Asp.Versioning.WebApi.ApiExplorer/Asp.Versioning.WebApi.ApiExplorer.csproj
+2-2Lines 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>6.0.0</VersionPrefix>
5-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
4+
<VersionPrefix>6.1.0</VersionPrefix>
5+
<AssemblyVersion>6.1.0.0</AssemblyVersion>
66
<TargetFrameworks>net45;net472</TargetFrameworks>
77
<AssemblyTitle>ASP.NET Web API Versioning API Explorer</AssemblyTitle>
88
<Description>The API Explorer extensions for ASP.NET Web API Versioning.</Description>
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-

1+
Minor version bump

‎src/AspNet/WebApi/src/Asp.Versioning.WebApi/Asp.Versioning.WebApi.csproj

Copy file name to clipboardExpand all lines: src/AspNet/WebApi/src/Asp.Versioning.WebApi/Asp.Versioning.WebApi.csproj
+2-2Lines 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>6.0.0</VersionPrefix>
5-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
4+
<VersionPrefix>6.1.0</VersionPrefix>
5+
<AssemblyVersion>6.1.0.0</AssemblyVersion>
66
<TargetFrameworks>net45;net472</TargetFrameworks>
77
<AssemblyTitle>ASP.NET Web API Versioning</AssemblyTitle>
88
<Description>A service API versioning library for Microsoft ASP.NET Web API.</Description>
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-

1+
Support custom reporting HTTP headers (#875)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.