Versioning stuff

This commit is contained in:
Fergal Moran
2023-03-06 18:16:02 +00:00
parent 0b544633e3
commit 5a8a1abe3b

3
scheduler/scripts/version.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env pwsh
#
Write-Host((Get-Item ./bin/Debug/net7.0/OtherWay.Radio.Scheduler.dll).VersionInfo)