Updated contributors list
This commit is contained in:
parent
40db9da754
commit
aad8bf142d
3 changed files with 4 additions and 7 deletions
|
@ -9,6 +9,7 @@ jobs:
|
|||
environment:
|
||||
version: '5.2.0'
|
||||
binaryversion: '11'
|
||||
build: '2'
|
||||
steps:
|
||||
- checkout
|
||||
- run: iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#Set-Variable -Name "version" -Value "4.12.0"
|
||||
#$version = '5.2.0'
|
||||
#$binaryversion=11
|
||||
|
||||
# Building
|
||||
# Building
|
||||
choco new chicken --version $Env:version --maintainername="'Daniel Ziltener'"
|
||||
Remove-Item -Recurse -Force chicken\tools\
|
||||
Remove-Item -Force chicken\ReadMe.md
|
||||
|
@ -54,7 +50,7 @@ foreach ($file in $files) {
|
|||
cd ..
|
||||
# Cleanup and packaging
|
||||
Remove-Item -Recurse -Force chickenbuild
|
||||
(Get-Content chicken.nuspec).replace("CHICKEN_VERSION", "$Env:version") | Set-Content chicken\chicken.nuspec
|
||||
(Get-Content chicken.nuspec).replace("CHICKEN_VERSION", "$Env:version-$Env:build") | Set-Content chicken\chicken.nuspec
|
||||
cd chicken
|
||||
choco pack
|
||||
cd ..
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<id>chicken</id>
|
||||
<version>CHICKEN_VERSION</version>
|
||||
<title>Chicken Scheme</title>
|
||||
<authors>Felix Winkelmann, Peter Bex, Evan Hanson</authors>
|
||||
<authors>Felix Winkelmann, Peter Bex, Evan Hanson, Kooda, megane</authors>
|
||||
<owners>Daniel Ziltener</owners>
|
||||
<licenseUrl>https://opensource.org/licenses/BSD-3-Clause</licenseUrl>
|
||||
<projectUrl>http://www.call-cc.org</projectUrl>
|
||||
|
|
Loading…
Reference in a new issue