Skip to content

Commit

Permalink
Update service index API docs to specify 3.0.0 instead of 3.0.0-beta.1 (
Browse files Browse the repository at this point in the history
  • Loading branch information
joelverhagen committed Feb 12, 2018
1 parent 74ded96 commit 8676c72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/_data/service-index.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-beta.1",
"version": "3.0.0",
"resources": [
{
"@id": "https://api.nuget.org/v3-flatcontainer/",
Expand Down
3 changes: 2 additions & 1 deletion docs/api/service-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ The `version` value is a SemVer 2.0.0 parseable version string which indicates t

Each resource in the service index is versioned independently from the service index schema version.

The current schema version is `3.0.0-beta.1`.
The current schema version is `3.0.0`. The `3.0.0` version is functionally equivalent to the older `3.0.0-beta.1`
version but should be preferred as it more clearly communicates the stable, defined schema.

## HTTP methods

Expand Down

0 comments on commit 8676c72

Please sign in to comment.