cancel
Showing results for 
Search instead for 
Did you mean: 

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!

nhustak
Member
2 REPLIES 2

Thanks for the suggestion! I've passed this on to our development teams.

 

Thanks,

 

Michelle

Developer Community Manager

Michelle
All Star

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:

http://community.developer.authorize.net/t5/Integration-and-Testing/CardType-not-returned-on-live-ac...

 

I would suggest implementing some version model before building in Release mode and pushing to the website, though.  Please!

 

-Robert

 

rhanlon70
Member