BoolBySigma / UpdateAssemblyInfo

SORRY THIS IS NO LONGER MAINTAINED
10 stars 9 forks source link

dayofyear misses preceding zeroes #27

Open royvanmanen opened 6 years ago

royvanmanen commented 6 years ago

Please change line 148 in update.ps1 to:

$value = $value.Replace("`$(DayOfYear)", "{0:000}" -f [int] (Get-Date -UFormat %j))