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

Commit

Permalink
Merged PR 241: doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudSmithBrandon committed Jan 24, 2020
2 parents e2a3009 + b6ce34d commit e122aac
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
.babelrc
.browserlistrc
.devops/**
.gitignore
.github/**
.vscode/**
.vscode-test/**
CNAME
dist/**
gruntfile.js
docs/**
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

This extension is designed to help developers with a simple development loop for Microsoft™ Common Data Service (CDS) using Visual Studio Code. Many developers do not have access to a full Visual Studio license in order to use Microsoft™ CDS Development Toolkit. This extension is designed to get you started.

Release version: 0.8.8
|Version|Link|
|:--|:--|
|Current Development Version:|0.8.9|
|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/)
[![Build Status](https://dev.azure.com/cloudsmith-consulting/CloudSmith/_apis/build/status/cds-for-code?branchName=master)](https://dev.azure.com/cloudsmith-consulting/CloudSmith/_build/latest?definitionId=2&branchName=master)
Expand Down
File renamed without changes.
12 changes: 12 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Table of Contents

- CDS for Code extension how to guides
- [Working with Solutions](extension/howto/Solutions.md)
- [Working with Web Resources](extension/howto/WebResources.md)
- [Working with Plugins](extension/howto/Plugins.md)
- [Working with Code Generation and CrmSvcUtil](extension/howto/CodeGeneration.md)
- [Working with Templates for code and projects](extension/howto/Templates.md)
- [Overview of Security Features](extension/howto/SecurityFeatures.md)

- CrmSvcUtil custom code generation tooling
- [Customzing Code Generation](tools/CrmSvcUtil.md)
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.8",
"version": "0.8.9",
"preview": true,
"engines": {
"vscode": "^1.41.0"
Expand Down

0 comments on commit e122aac

Please sign in to comment.