Skip to content

Commit

Permalink
Merge branch 'hotfix/5.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Feb 11, 2021
2 parents a6978b7 + 89ce2c1 commit 4eb5273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.cake
Expand Up @@ -38,7 +38,7 @@ Dependencies.Add("ExeToProcessWithNativeAndEmbeddedMixed");
Dependencies.Add("Costura.Template");

Components.Add("Costura.Fody");
Components.Add("Costura");
Dependencies.Add("Costura");

TestProjects.Add("Costura.Fody.Tests");

Expand Down
4 changes: 2 additions & 2 deletions tools/packages.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake" version="1.0.0-rc0001" />
<package id="Cake.CoreCLR" version="1.0.0-rc0001" />
<package id="Cake" version="1.0.0" />
<package id="Cake.CoreCLR" version="1.0.0" />
</packages>

0 comments on commit 4eb5273

Please sign in to comment.