Skip to content

Commit

Permalink
Update version to 8.0.0 (#3033)
Browse files Browse the repository at this point in the history
* Update version to 8.0.0

* Remove netstandard 2.0 references
  • Loading branch information
habbes authored Aug 12, 2024
1 parent 27f3c87 commit 8ca731e
Show file tree
Hide file tree
Showing 19 changed files with 5,817 additions and 11,609 deletions.
Empty file.
980 changes: 0 additions & 980 deletions src/Microsoft.OData.Client/PublicAPI/net48/PublicAPI.Unshipped.txt

This file was deleted.

980 changes: 980 additions & 0 deletions src/Microsoft.OData.Client/PublicAPI/net8.0/PublicAPI.Shipped.txt

Large diffs are not rendered by default.

980 changes: 0 additions & 980 deletions src/Microsoft.OData.Client/PublicAPI/net8.0/PublicAPI.Unshipped.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ OData .NET library is open source at http://github.com/OData/odata.net. Document
<group>
<dependency id="Microsoft.Spatial" version="[$VersionFullSemantic$-Nightly$NightlyBuildVersion$]" />
<dependency id="Microsoft.OData.Edm" version="[$VersionFullSemantic$-Nightly$NightlyBuildVersion$]" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Spatial" version="[$VersionFullSemantic$-Nightly$NightlyBuildVersion$]" />
<dependency id="Microsoft.OData.Edm" version="[$VersionFullSemantic$-Nightly$NightlyBuildVersion$]" />
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" />
<dependency id="Microsoft.Extensions.ObjectPool" version="6.0.3" />
</group>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ OData .NET library is open source at http://github.com/OData/odata.net. Document
<group>
<dependency id="Microsoft.Spatial" version="[$VersionNuGetSemantic$]" />
<dependency id="Microsoft.OData.Edm" version="[$VersionNuGetSemantic$]" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Spatial" version="[$VersionNuGetSemantic$]" />
<dependency id="Microsoft.OData.Edm" version="[$VersionNuGetSemantic$]" />
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" />
<dependency id="Microsoft.Extensions.ObjectPool" version="6.0.3" />
<dependency id="Microsoft.Extensions.ObjectPool" version="6.0.3" />
</group>
</dependencies>
</metadata>
Expand Down
Empty file.
2,483 changes: 0 additions & 2,483 deletions src/Microsoft.OData.Core/PublicAPI/net48/PublicAPI.Unshipped.txt

This file was deleted.

2,489 changes: 2,489 additions & 0 deletions src/Microsoft.OData.Core/PublicAPI/net8.0/PublicAPI.Shipped.txt

Large diffs are not rendered by default.

2,489 changes: 0 additions & 2,489 deletions src/Microsoft.OData.Core/PublicAPI/net8.0/PublicAPI.Unshipped.txt

Large diffs are not rendered by default.

Empty file.
1,949 changes: 0 additions & 1,949 deletions src/Microsoft.OData.Edm/PublicAPI/net48/PublicAPI.Unshipped.txt

This file was deleted.

1,973 changes: 1,972 additions & 1 deletion src/Microsoft.OData.Edm/PublicAPI/net8.0/PublicAPI.Shipped.txt

Large diffs are not rendered by default.

1,973 changes: 1 addition & 1,972 deletions src/Microsoft.OData.Edm/PublicAPI/net8.0/PublicAPI.Unshipped.txt

Large diffs are not rendered by default.

Empty file.
372 changes: 0 additions & 372 deletions src/Microsoft.Spatial/PublicAPI/net48/PublicAPI.Unshipped.txt

This file was deleted.

373 changes: 372 additions & 1 deletion src/Microsoft.Spatial/PublicAPI/net8.0/PublicAPI.Shipped.txt

Large diffs are not rendered by default.

373 changes: 1 addition & 372 deletions src/Microsoft.Spatial/PublicAPI/net8.0/PublicAPI.Unshipped.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/CustomMSBuild/Versioning.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<VersionMajor Condition="'$(VersionMajor)' == ''">8</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
<VersionBuildNumber Condition="'$(VersionBuildNumber)' == ''">0</VersionBuildNumber>
<VersionRelease Condition="'$(VersionRelease)' == ''">rc.1</VersionRelease>
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
</PropertyGroup>

<!--
Expand Down

0 comments on commit 8ca731e

Please sign in to comment.