Skip to content

Commit fce282f

Browse files
authored
Merge pull request #127 from Code52/version-scheme-different-what
we don't tag with the v prefix any more
2 parents 0a4e5e2 + b67e587 commit fce282f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
<ItemGroup>
254254
<RegexTransform Include="$(ChocoSourceDir)\tools\chocolateyinstall.ps1">
255255
<Find><![CDATA[\$url = '.+']]></Find>
256-
<ReplaceWith>$url = 'https://github.com/$(GithubRepo)/releases/download/v$(Version)/carnac.$(Version).zip'</ReplaceWith>
256+
<ReplaceWith>$url = 'https://github.com/$(GithubRepo)/releases/download/$(Version)/carnac.$(Version).zip'</ReplaceWith>
257257
<Options>Singleline</Options>
258258
</RegexTransform>
259259
</ItemGroup>

0 commit comments

Comments
 (0)