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

Preparing 104.2.0 release #422

Merged
merged 2 commits into from
Sep 18, 2013
Merged

Preparing 104.2.0 release #422

merged 2 commits into from
Sep 18, 2013

Conversation

haacked
Copy link
Contributor

@haacked haacked commented Sep 12, 2013

TODO

  • Update the version to remove pre-release
  • Write a blog post
  • Merge to master
  • Tag the release
  • Create the release
  • Publish to NuGet

@devinrader
Copy link
Contributor

Do you think we should modify the nuget package to add a binding redirect for RestSharp? I know we've run into issues in the past where the Twilio library needs version X of restsharp, but RandomOtherPackage installs version Y and now we break.

From what I've read, it seems like having RestSharp add a binding redirect might help avoid that issue.

@haacked
Copy link
Contributor Author

haacked commented Sep 12, 2013

Do you think we should modify the nuget package to add a binding redirect for RestSharp?

Huh? I RestSharp is not strong named so no binding redirects are necessary or even possible. Also, NuGet does that automatically anyways, so there's nothing to do within the package.

Do you need RestSharp to be strongnamed?

@devinrader
Copy link
Contributor

OK. Honestly my knowledge around assembly versioning is limited, I just know that customers have in the past had the issue I described.

No strong naming please.

@haacked
Copy link
Contributor Author

haacked commented Sep 12, 2013

No strong naming please

Ha! I just reopened an issue to consider it. #216

There have been some new approaches to doing it that make a lot of sense. :)

haacked added a commit that referenced this pull request Sep 18, 2013
@haacked haacked merged commit e69d283 into master Sep 18, 2013
@haacked haacked deleted the Release-104.2 branch September 18, 2013 20:35
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.

2 participants