Skip to content

Releases: mod-posh/LocalAutomation

Version 1.3.0 C# Project Release

05 Jan 22:13
201129f
Compare
Choose a tag to compare

This release adds support for CSharp Projects

  1. CSharpProject
    1. Updated the psake to support C# projects
      1. Added a check for git setup
      2. Added a check for DefaultDocumentation nuget tool
      3. Updated most of the tasks to work with C#
      4. Added BlueSky as a notification option
    2. Updated the nuget.config to work with nuget.org properly

What's Changed

v1.2.0

27 Jun 13:05
42f55f5
Compare
Choose a tag to compare

This release updated a few issues with the CsharpModule

  1. C-Sharp Module
    1. Fixed README title
    2. Updated README content to suit
    3. Updated Psakefile with a updates
      1. Fixed incorrect taskname
      2. Fixed comment indentation
      3. Added a Source variable for projects that aren't nested within a project folder

What's Changed

Full Changelog: v1.1.0...v1.2.0

Version 1.1.0

23 Jan 02:43
5f6cd32
Compare
Choose a tag to compare

This release contains additional documentation and more scripts

  1. Vscode
    1. settings.json : How my vscode environment is set up
  2. C-Sharp Module
  3. Calculate expiration on tokens outside of tasks

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

Version 1.0.0

22 Jan 07:18
Compare
Choose a tag to compare

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

  1. Complex Modules
    1. psakefile : See the README for usage instructions
      1. ado.json : You will need to create a PAT Token if you're working with Azure Devops
      2. discord.json : You will need to get a Webhook Url if you wish to post to Discord
      3. github.json : You will need to create a Github PAT
      4. nuget.config : You will need to create a PowerShell Gallery PAT to publish to the PowerShell Gallery
  2. Simmple Modules
    1. psakefile
      1. ado.json
      2. discord.json
      3. github.json
      4. nuget.config

Full Changelog: https://github.com/mod-posh/LocalAutomation/commits/v1.0.0