Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CoreZipCode/CoreZipCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<Description>CoreZipCode is useful to retrives zipcodes and postalcodes.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>- Change SmartyStreets to Smarty since they changed their name
<PackageReleaseNotes>- Do general enchancements all over the package
- Check Smarty Service and keep compatibility
- Check ViaCep Service and keep compatibility
- Check Smarty Service and keep compatibility
- Check PostalpincodeIn Service and keep compatibility
Expand All @@ -26,7 +27,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\corezipcode128.png">
<None Include="..\docs\images\corezipcode128.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
Loading