Skip to content

Commit

Permalink
Merge pull request #127 from Code52/version-scheme-different-what
Browse files Browse the repository at this point in the history
we don't tag with the v prefix any more
  • Loading branch information
shiftkey authored Apr 16, 2017
2 parents 0a4e5e2 + b67e587 commit fce282f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
<ItemGroup>
<RegexTransform Include="$(ChocoSourceDir)\tools\chocolateyinstall.ps1">
<Find><![CDATA[\$url = '.+']]></Find>
<ReplaceWith>$url = 'https://github.com/$(GithubRepo)/releases/download/v$(Version)/carnac.$(Version).zip'</ReplaceWith>
<ReplaceWith>$url = 'https://github.com/$(GithubRepo)/releases/download/$(Version)/carnac.$(Version).zip'</ReplaceWith>
<Options>Singleline</Options>
</RegexTransform>
</ItemGroup>
Expand Down

0 comments on commit fce282f

Please sign in to comment.