Skip to content

Commit b2d07a6

Browse files
committed
update version to 1.0.7
1 parent 63c033a commit b2d07a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/builder.versions.settings.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<PropertyGroup>
44
<VersionMajor Condition="'$(VersionMajor)' == ''">1</VersionMajor>
55
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
6-
<VersionBuild Condition="'$(VersionBuild)' == ''">6</VersionBuild>
6+
<VersionBuild Condition="'$(VersionBuild)' == ''">7</VersionBuild>
77
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
88
</PropertyGroup>
99

1010
<!-- For NuGet Package Dependencies -->
1111
<PropertyGroup>
12-
<ODataLibPackageDependency>[7.7.0, 8.0.0)</ODataLibPackageDependency>
12+
<ODataLibPackageDependency>[7.9.0, 8.0.0)</ODataLibPackageDependency>
1313
<SystemComponentPackageDependency>[4.6.0,)</SystemComponentPackageDependency>
1414
</PropertyGroup>
1515

src/Microsoft.OData.ModelBuilder/Microsoft.OData.ModelBuilder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9634,7 +9634,7 @@
96349634
</member>
96359635
<member name="T:Microsoft.OData.ModelBuilder.Vocabularies.VocabularyConfigurationsBase">
96369636
<summary>
9637-
Base for all vocabulary configuration classes
9637+
Base for all vocabulary configuration classes.
96389638
</summary>
96399639
</member>
96409640
<member name="P:Microsoft.OData.ModelBuilder.Vocabularies.VocabularyConfigurationsBase.VocabularyTermConfigurations">

0 commit comments

Comments
 (0)