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

Commit

Permalink
Merged PR 243: Critical - 0.8.10 release
Browse files Browse the repository at this point in the history
- changelog / release updates
- 0.8.10 critical release

Related work items: #566
  • Loading branch information
CloudSmithBrandon committed Jan 24, 2020
2 parents d1fc31b + 6f2ef75 commit 586d4d0
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
12 changes: 11 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,22 @@ 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
- DevOps: Release pipeline added publish step to Marketplace
- DevOps: Marketplace build is now available

### v0.8.8 (January 23, 2020)

- Feature: DevOps - Add built in template sources to solution/deployment ([#395](https://dev.azure.com/cloudsmith-consulting/CloudSmith/_workitems/edit/395/))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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/)
Expand Down
2 changes: 1 addition & 1 deletion docs/extension/api/classes/_cs_.cds.extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ___

### `Static` productId

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

Defined in src/cs.ts:44

Expand Down
2 changes: 1 addition & 1 deletion docs/extension/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/cs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
}
Expand Down

0 comments on commit 586d4d0

Please sign in to comment.