Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies and handle octokit upgrade #331

Merged
merged 2 commits into from
May 7, 2015

Conversation

amweiss
Copy link
Contributor

@amweiss amweiss commented May 6, 2015

Hopefully fixes #329

@@ -50,7 +50,7 @@ internal class SyncImplementations

await releases.ForEachAsync(async release => {
// NB: Why do I have to double-fetch the release assets? It's already in GetAll
var assets = await client.Release.GetAssets(nwo.Item1, nwo.Item2, release.Id);
var assets = await client.Release.GetAllAssets(nwo.Item1, nwo.Item2, release.Id);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amweiss
Copy link
Contributor Author

amweiss commented May 7, 2015

As a note, after building the library with these changes, I dropped the .dlls into an installed app and it started working again, so hopefully this covers the current issues with strong naming.

anaisbetts added a commit that referenced this pull request May 7, 2015
Update dependencies and handle octokit upgrade
@anaisbetts anaisbetts merged commit 1e65e60 into Squirrel:master May 7, 2015
@anaisbetts
Copy link
Contributor

Thanks @amweiss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update not running after install, works from visual studio
3 participants