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

Feature: Nuget-Packages should be deployed as based on version.props semanitic versions #81

Closed antonyoung closed 1 year ago

antonyoung commented 1 year ago

Is your feature request related to a problem? Please describe.

I would like to double check, how to deploy as in version.props the nuget packages as Semantic Version. Based on '$(VersionPrefix)-$(VersionSuffix)' in current "AS IS" in Azure Devops Artifacts.

Describe the solution you'd like

Describe alternatives you've considered