Updated contributors list

This commit is contained in:
Daniel Ziltener 2020-04-03 22:37:31 +02:00
parent 40db9da754
commit aad8bf142d
3 changed files with 4 additions and 7 deletions

View File

@ -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'))

View File

@ -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 ..

View File

@ -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>