Skip to content

Commit f29831e

Browse files
Add release notes and bump versions
1 parent 1970f0f commit f29831e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>7.0.2</VersionPrefix>
4+
<VersionPrefix>7.0.3</VersionPrefix>
55
<AssemblyVersion>7.0.0.0</AssemblyVersion>
66
<TargetFrameworks>net45;net472</TargetFrameworks>
77
<RootNamespace>Asp.Versioning</RootNamespace>
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fix: `EnableQueryAttribute` should override _Model Bound_ settings (Related to [#928](https://github.com/dotnet/aspnet-api-versioning/issues/928))
1+
Fix: Explore model per EDM + API version ([#996](https://github.com/dotnet/aspnet-api-versioning/issues/996))

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>7.0.2</VersionPrefix>
4+
<VersionPrefix>7.0.3</VersionPrefix>
55
<AssemblyVersion>7.0.0.0</AssemblyVersion>
66
<TargetFramework>net7.0</TargetFramework>
77
<RootNamespace>Asp.Versioning</RootNamespace>
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fix: `EnableQueryAttribute` should override _Model Bound_ settings (Related to [#928](https://github.com/dotnet/aspnet-api-versioning/issues/928))
1+
Fix: Explore model per EDM + API version ([#996](https://github.com/dotnet/aspnet-api-versioning/issues/996))

0 commit comments

Comments
 (0)