- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
C# DLL - Please embed version number
Currently, the DLL shows no version number in Visual Studio.
This is annoying when you are trying to confirm you have the correct version in the project.
Thanks!
โ06-22-2011 04:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the suggestion! I've passed this on to our development teams.
Thanks,
Michelle
Developer Community Manager
โ07-06-2011 03:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Consider this another request for better versioning of AuthorizeNet.dll. Here's a great article if your development team needs some guidance:
http://all-things-pure.blogspot.com/2009/09/assembly-version-file-version-product.html
Also, please note that the C# SDK that's currently on your website appears to only have been compiled for Debug mode and not for Release mode. One way to tell is whether CardType is null or not. I believe this is what another user observed in this forum post:
I would suggest implementing some version model before building in Release mode and pushing to the website, though. Please!
-Robert
โ10-18-2012 01:19 PM