Skip to content

Commit

Permalink
Package info
Browse files Browse the repository at this point in the history
  • Loading branch information
kajetan-kazimierczak committed Mar 21, 2019
1 parent fe6bfcd commit 45ee60b
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,18 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageTags>swedish bank account validator validate</PackageTags>
<Version>1.0.0-beta</Version>
<Description>Can validate most swedish bank account numbers consisting of a clearing number an account number</Description>
<Description>Can validate most swedish bank account numbers consisting of clearing number and account number</Description>
<RepositoryUrl>https://github.com/kajetan-kazimierczak/SwedishBankAccounts</RepositoryUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageReleaseNotes>Initial release. Give it a go.</PackageReleaseNotes>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 45ee60b

Please sign in to comment.