diff --git a/automatic/writage/tools/chocolateyinstall.ps1 b/automatic/writage/tools/chocolateyinstall.ps1 index a8c571245..283bdbd09 100644 --- a/automatic/writage/tools/chocolateyinstall.ps1 +++ b/automatic/writage/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url32 = 'http://www.writage.com/Writage-2.2.msi' -$checksum32 = '6cf736b7a91a85a4d5dee2534e8e41d67792c1e51f50c649eba6f8ff523597e6' +$url32 = 'http://www.writage.com/Writage-2.3.msi' +$checksum32 = '3b0fa1144f37fa5ed6987ff0f84de06d119c8985c9fcc476e6de161369d9f9f9' $checksumType32 = 'sha256' $packageArgs = @{ diff --git a/automatic/writage/writage.nuspec b/automatic/writage/writage.nuspec index 6b7247991..d91900f38 100644 --- a/automatic/writage/writage.nuspec +++ b/automatic/writage/writage.nuspec @@ -25,7 +25,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 2.2 + 2.3 Maurice Kevenaar