Closed gathogojr closed 8 months ago
@gregwinterstein @jphorv-bdo @rpallares FYI
Thank you everyone for your work on this, I look forward to seeing it published!
Thank you everyone for your work on this, I look forward to seeing it published!
Any estimate as to when this will be published to VS Marketplace?
@ElizabethOkerio @KenitoInc @habbes I just realized there have been 38 PRs merged since the last time a release was published to VS Marketplace on August 10, 2022.
I wish I had looked at that earlier - if I had, I wouldn't have bothered checking for a new release every day for the past month!
When will a new release be published to VS Marketplace?
This pull request replaces https://github.com/OData/ODataConnectedService/pull/362 and fixes #379
It supports omitting runtime version and code generation timestamp from generated files. When the option is set to true, the auto-generated code disclaimer section will look as follows:
as opposed to:
The
no-timestamp
/ti
option introduced in #362 is replaced withomit-versioning-info
/vi
.No release of OData Connected Service or CLI has been done subsequent to #362 being merged so having a common flag to control whether runtime version and code generation timestamp should omitted was deemed to be a better option.
Additional Details
This pull request also fixes an issue causing the builds to fail by upgrading the VS build tools: