gustavofrizzo / CreditCardValidator

A C# library for validating and generating credit card numbers.
MIT License
107 stars 35 forks source link

Support other .NET versions. #1

Closed gustavofrizzo closed 9 years ago

gustavofrizzo commented 9 years ago

.NET 3.5 +

PureKrome commented 9 years ago

This can be closed because of #2 ... unless .... you want a .NET 3.5 nuget package up on nuget.org ... which I didn't do. I just did the prj code .. so a person will have to manually compile the code and use the .dll manually.

gustavofrizzo commented 9 years ago

Yes! Closing...

I created the package using a tool (NuGet Package Explorer). So, I included the dll for .NET 3.5 in it too.

PureKrome commented 9 years ago

Nice work! If there's any probs i'll post another issue (or PR :) )