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:
|
environment:
|
||||||
version: '5.2.0'
|
version: '5.2.0'
|
||||||
binaryversion: '11'
|
binaryversion: '11'
|
||||||
|
build: '2'
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
- 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"
|
# Building
|
||||||
#$version = '5.2.0'
|
|
||||||
#$binaryversion=11
|
|
||||||
|
|
||||||
# Building
|
|
||||||
choco new chicken --version $Env:version --maintainername="'Daniel Ziltener'"
|
choco new chicken --version $Env:version --maintainername="'Daniel Ziltener'"
|
||||||
Remove-Item -Recurse -Force chicken\tools\
|
Remove-Item -Recurse -Force chicken\tools\
|
||||||
Remove-Item -Force chicken\ReadMe.md
|
Remove-Item -Force chicken\ReadMe.md
|
||||||
|
@ -54,7 +50,7 @@ foreach ($file in $files) {
|
||||||
cd ..
|
cd ..
|
||||||
# Cleanup and packaging
|
# Cleanup and packaging
|
||||||
Remove-Item -Recurse -Force chickenbuild
|
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
|
cd chicken
|
||||||
choco pack
|
choco pack
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<id>chicken</id>
|
<id>chicken</id>
|
||||||
<version>CHICKEN_VERSION</version>
|
<version>CHICKEN_VERSION</version>
|
||||||
<title>Chicken Scheme</title>
|
<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>
|
<owners>Daniel Ziltener</owners>
|
||||||
<licenseUrl>https://opensource.org/licenses/BSD-3-Clause</licenseUrl>
|
<licenseUrl>https://opensource.org/licenses/BSD-3-Clause</licenseUrl>
|
||||||
<projectUrl>http://www.call-cc.org</projectUrl>
|
<projectUrl>http://www.call-cc.org</projectUrl>
|
||||||
|
|
Loading…
Reference in a new issue