Skip to content

Commit e9e65c0

Browse files
Updating docs for next release
1 parent f1dee83 commit e9e65c0

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All changes to this module should be reflected in this document.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [[1.1.0]](https://github.com/mod-posh/LocalAutomation/releases/tag/v1.1.0) - 2023-01-22
9+
10+
This release contains additional documentation and more scripts
11+
12+
1. Vscode
13+
1. settings.json : How my vscode environment is set up
14+
15+
---
16+
817
## [[1.0.0]](https://github.com/mod-posh/LocalAutomation/releases/tag/v1.0.0) - 2023-01-22
918

1019
The initial release contains the base files as they are from existing repositories with some sanitizing and cleanup.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This is a collection of scripts that I use for PowerShell Module Development C#
66

77
There are times when I have issues with VSCode and the built-in PSScriptAnalyzer, mainly around psake Tasks, but in a few other places as well. Including this file in my Repositories since I rarely remember where it is.
88

9+
## Vscode
10+
11+
The settings file is how my local vscode is setup
12+
913
## ComplexModules
1014

1115
Complex modules are PowerShell modules made up of multiple modules. For my setup, the individual modules are built into a single module through my psake tasks.

0 commit comments

Comments
 (0)