PowerShell / DSC

This repo is for the DSC v3 project
MIT License
195 stars 24 forks source link

Added debug trace with DSC version #250

Closed anmenaga closed 10 months ago

anmenaga commented 10 months ago

PR Summary

2 updates with this PR: 1) Changed Clap::Args::version (used in dsc -V) to use value from dsc\Cargo.toml. This makes one less place to update when dsc version is incremented after a release. 2) Added debug statement with the current dsc version; e.g.:

PS C:\DSCv3> dsc -l trace resource get -r Microsoft/OSInfo
  2023-11-01T22:59:24.235180Z DEBUG dsc: Running dsc 3.0.0-alpha.4
    at src\main.rs:48