Skip to content

Commit

Permalink
Update version to 7.15.0 (#2629)
Browse files Browse the repository at this point in the history
  • Loading branch information
habbes authored Mar 1, 2023
1 parent e00449e commit 3941b4d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Microsoft.OData.Json.IJsonWriter.WriteValue(System.Text.Json.JsonElement value) -> void
Microsoft.OData.Json.IJsonWriterAsync.WriteValueAsync(System.Text.Json.JsonElement value) -> System.Threading.Tasks.Task
Microsoft.OData.ODataJsonElementValue
Microsoft.OData.ODataJsonElementValue.ODataJsonElementValue(System.Text.Json.JsonElement value) -> void
Microsoft.OData.ODataJsonElementValue.Value.get -> System.Text.Json.JsonElement
override Microsoft.OData.ODataEnumValue.ToString() -> string
override Microsoft.OData.ODataPrimitiveValue.ToString() -> string
abstract Microsoft.OData.ODataBatchReader.CreateOperationRequestMessageImplementation() -> Microsoft.OData.ODataBatchOperationRequestMessage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
Microsoft.OData.Json.IJsonWriter.WriteValue(System.Text.Json.JsonElement value) -> void
Microsoft.OData.Json.IJsonWriterAsync.WriteValueAsync(System.Text.Json.JsonElement value) -> System.Threading.Tasks.Task
Microsoft.OData.ODataJsonElementValue
Microsoft.OData.ODataJsonElementValue.ODataJsonElementValue(System.Text.Json.JsonElement value) -> void
Microsoft.OData.ODataJsonElementValue.Value.get -> System.Text.Json.JsonElement
4 changes: 2 additions & 2 deletions tools/CustomMSBuild/Versioning.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<!-- Set the version number: major, minor, build and release (i.e. alpha, beta or blank for RTM)-->
<PropertyGroup>
<VersionMajor Condition="'$(VersionMajor)' == ''">7</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">14</VersionMinor>
<VersionBuildNumber Condition="'$(VersionBuildNumber)' == ''">1</VersionBuildNumber>
<VersionMinor Condition="'$(VersionMinor)' == ''">15</VersionMinor>
<VersionBuildNumber Condition="'$(VersionBuildNumber)' == ''">0</VersionBuildNumber>
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
</PropertyGroup>

Expand Down

0 comments on commit 3941b4d

Please sign in to comment.