-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update ems-api.json for the changes * Include the ignoreIndex query parameter * Update release info
- Loading branch information
1 parent
2b03f7e
commit c353129
Showing
5 changed files
with
16,140 additions
and
16,102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# Release 2.19.0 | ||
* Adds support for the Export Analytic Service Reprocess route. | ||
# Release 2.20.0 | ||
* Adds analytic path properties. | ||
* Adds the ignoreIndex optional property for getting analytic groups. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<VersionPrefix>2.19.0</VersionPrefix> | ||
<VersionSuffix>prerelease</VersionSuffix> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<EmbedAllSources>true</EmbedAllSources> | ||
<DebugType>portable</DebugType> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
<Authors>c-owens</Authors> | ||
<LangVersion>10</LangVersion> | ||
</PropertyGroup> | ||
<Project> | ||
<PropertyGroup> | ||
<VersionPrefix>2.20.0</VersionPrefix> | ||
<VersionSuffix>prerelease</VersionSuffix> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<EmbedAllSources>true</EmbedAllSources> | ||
<DebugType>portable</DebugType> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
<Authors>c-owens</Authors> | ||
<LangVersion>10</LangVersion> | ||
</PropertyGroup> | ||
</Project> |
Oops, something went wrong.