Skip to content

Commit 28e2773

Browse files
committed
Published Choco v4.13.0
1 parent 36445a2 commit 28e2773

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/chocolatey/publish.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
echo off
22
rem choco apikey --key ???????? --source https://push.chocolatey.org/
33

4-
choco push cs-script.4.12.0.nupkg --source https://push.chocolatey.org/
4+
choco push cs-script.4.13.0.nupkg --source https://push.chocolatey.org/
55
pause

src/chocolatey/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
$packageName = 'cs-script'
2-
$url = 'https://github.com/oleg-shilo/cs-script/releases/download/v4.12.0.0/cs-script.win.v4.12.0.0.7z'
2+
$url = 'https://github.com/oleg-shilo/cs-script/releases/download/v4.13.0.0/cs-script.win.v4.13.0.0.7z'
33

44
try {
55
$installDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
66

7-
$checksum = '3F9B7CD01DBB5F6792AE5F9142A860E8504B073BAFC114EDEB914DFCC832BC4D'
7+
$checksum = '6DD213949C697CD7E0E21AAC6F20C49CF0D81526C8232A54280182DE8A71D697'
88
$checksumType = "sha256"
99

1010
function stop-server

src/chocolatey/update_package.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
ServicePointManager.Expect100Continue = true;
1010
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
1111

12-
var url = "https://github.com/oleg-shilo/cs-script/releases/download/v4.12.0.0/cs-script.win.v4.12.0.0.7z";
12+
var url = "https://github.com/oleg-shilo/cs-script/releases/download/v4.13.0.0/cs-script.win.v4.13.0.0.7z";
1313

1414
var installScript = @"tools\chocolateyInstall.ps1";
1515

0 commit comments

Comments
 (0)