antonyoung / validators

Engine as validator, formatter of European Postal Codes and or International Bank Accounts Numbers ( IBAN, ) It's fast, it's simple and it works ( based on regular expressions and C#, NET Standard 2.1 ) Easy extendable, deployed as separate nuget-packages.
GNU General Public License v3.0
2 stars 1 forks source link

Bug: License file doesn't work as nuget-packages #89

Open antonyoung opened 1 year ago

antonyoung commented 1 year ago

Describe the bug No license file shown with acceptance and view license file from nuget-package install

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Manage nuget-packages'
  2. Click on 'preview'
  3. Search for 'Validators'
  4. Install 'AntonYoung.Validator' nuget-package.
  5. At license agrement
  6. View license, no license is shown.
  7. Accept license agrement and install.
  8. In view license, after install it links to download the LINCENSE file.

Expected behavior LICENSE should be shown in both cases.

Screenshots image