Skip to content

Commit 40caec2

Browse files
authored
Bump version to 9.2.0 (#1410)
1 parent 7db96a9 commit 40caec2

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/Microsoft.AspNetCore.OData/PublicAPI.Shipped.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,8 @@ Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption.Default = 0 -> Micr
952952
Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption.False = 2 -> Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption
953953
Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption.True = 1 -> Microsoft.AspNetCore.OData.Query.HandleNullPropagationOption
954954
Microsoft.AspNetCore.OData.Query.HttpRequestODataQueryExtensions
955-
Microsoft.AspNetCore.OData.Query.IODataQueryRequestParser
955+
Microsoft.AspNetCore.OData.Query.ICountOptionCollection
956+
Microsoft.AspNetCore.OData.Query.ICountOptionCollection.TotalCount.get -> long?Microsoft.AspNetCore.OData.Query.IODataQueryRequestParser
956957
Microsoft.AspNetCore.OData.Query.IODataQueryRequestParser.CanParse(Microsoft.AspNetCore.Http.HttpRequest request) -> bool
957958
Microsoft.AspNetCore.OData.Query.IODataQueryRequestParser.ParseAsync(Microsoft.AspNetCore.Http.HttpRequest request) -> System.Threading.Tasks.Task<string>
958959
Microsoft.AspNetCore.OData.Query.ODataQueryContext
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
Microsoft.AspNetCore.OData.Query.ICountOptionCollection
2-
Microsoft.AspNetCore.OData.Query.ICountOptionCollection.TotalCount.get -> long?

tool/builder.versions.settings.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- Set the version number: major, minor, build and release (i.e. alpha, beta or blank for RTM)-->
33
<PropertyGroup>
44
<VersionMajor Condition="'$(VersionMajor)' == ''">9</VersionMajor>
5-
<VersionMinor Condition="'$(VersionMinor)' == ''">1</VersionMinor>
6-
<VersionBuild Condition="'$(VersionBuild)' == ''">3</VersionBuild>
5+
<VersionMinor Condition="'$(VersionMinor)' == ''">2</VersionMinor>
6+
<VersionBuild Condition="'$(VersionBuild)' == ''">0</VersionBuild>
77
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
88
</PropertyGroup>
99

0 commit comments

Comments
 (0)