Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 2.64 KB

File metadata and controls

64 lines (46 loc) · 2.64 KB

Changelog

All changes to this module should be reflected in this document.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.3.0] - 2024-01-05

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

[1.2.0] - 2023-06-27

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

[1.1.0] - 2023-01-22

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

[1.0.0] - 2023-01-22

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