Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
0.8.10 critical release
Browse files Browse the repository at this point in the history
CloudSmithBrandon committed Jan 24, 2020
1 parent 14dde48 commit 6f2ef75
Showing 6 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -6,12 +6,16 @@ All notable changes to the "cds-for-code" extension will be documented in this f

## v0.9 Public Preview - January 2020

**We expect the first 0.9 build to drop to GitHub on or before January 27, 2020.** Check back soon for release notes.
**We expect the first 0.9 build to drop to GitHub on or around January 30, 2020.** Check back soon for release notes.

---

## v0.8 Early Preview - December 2019 - January 2020

### v0.8.10 (January 24, 2020)

- Bugfix: Critical - extension does not activate due to publisher name change ([#566](https://dev.azure.com/cloudsmith-consulting/CloudSmith/_workitems/edit/566/))

### v0.8.9 (January 24, 2020)

- Doc Updates: Badging added to README
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ This extension is designed to help developers with a simple development loop for

|Version|Link|
|:--|:--|
|Current Preview Version:|[0.8.9](https://github.com/cloudsmithconsulting/cds-for-code/releases/tag/v0.8.9)|
|Current Preview Version:|[0.8.10](https://github.com/cloudsmithconsulting/cds-for-code/releases/tag/v0.8.10)|
|Current Release Version:|[0.8.8](https://github.com/cloudsmithconsulting/cds-for-code/releases/tag/v0.8.8)|

[![Board Status](https://dev.azure.com/cloudsmith-consulting/c20ca92d-a9a9-45af-8bdb-da3ce0803b59/b63fc4c8-773b-4ffc-ac61-c71890277c2c/_apis/work/boardbadge/350decde-59a7-49b4-a6f6-ee220fa7e391)](https://dev.azure.com/cloudsmith-consulting/c20ca92d-a9a9-45af-8bdb-da3ce0803b59/_boards/board/t/b63fc4c8-773b-4ffc-ac61-c71890277c2c/Microsoft.RequirementCategory/)
2 changes: 1 addition & 1 deletion docs/extension/api/classes/_cs_.cds.extension.md
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ ___

### `Static` productId

**productId**: *string* = `CloudSmith.cds-for-code`
**productId**: *string* = `CloudSmithConsulting.cds-for-code`

Defined in src/cs.ts:44

2 changes: 1 addition & 1 deletion docs/extension/api/index.md
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ This extension is designed to help developers with a simple development loop for

|Version|Link|
|:--|:--|
|Current Development Version:|0.8.9|
|Current Preview Version:|[0.8.10](https://github.com/cloudsmithconsulting/cds-for-code/releases/tag/v0.8.10)|
|Current Release Version:|[0.8.8](https://github.com/cloudsmithconsulting/cds-for-code/releases/tag/v0.8.8)|

[![Board Status](https://dev.azure.com/cloudsmith-consulting/c20ca92d-a9a9-45af-8bdb-da3ce0803b59/b63fc4c8-773b-4ffc-ac61-c71890277c2c/_apis/work/boardbadge/350decde-59a7-49b4-a6f6-ee220fa7e391)](https://dev.azure.com/cloudsmith-consulting/c20ca92d-a9a9-45af-8bdb-da3ce0803b59/_boards/board/t/b63fc4c8-773b-4ffc-ac61-c71890277c2c/Microsoft.RequirementCategory/)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/cloudsmithconsulting/cds-for-code/issues"
},
"version": "0.8.9",
"version": "0.8.10",
"preview": true,
"engines": {
"vscode": "^1.41.0"
2 changes: 1 addition & 1 deletion src/cs.ts
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ export namespace cds {
static readonly createTerminal: string = `${extension._namespace}.createTerminal`;
static readonly downloadRequiredIcons: string = `${extension._namespace}.downloadRequiredIcons`;
static readonly downloadRequiredScripts: string = `${extension._namespace}.downloadRequiredScripts`;
static readonly productId: string = `CloudSmith.cds-for-code`;
static readonly productId: string = `CloudSmithConsulting.cds-for-code`;
static readonly productName: string = `CloudSmith CDS for Code`;
static readonly telemetryKey: string = `8e60943e-a073-4ccd-a199-45516b5d7cf3`;
}

0 comments on commit 6f2ef75

Please sign in to comment.