Skip to content

Commit 69c8aaa

Browse files
authored
Merge pull request #23 from dsanchezcr/update-version202
Updating to version 2.0.2 to fix problem with npm
2 parents 10cd9fa + c88b411 commit 69c8aaa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/NuGet/ColonesExchangeRate/ColonesExchangeRate.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<PackageTags>colones; dollars; euros; currency-exchange; exchange-rate; costa-rica; CRC;</PackageTags>
1313
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1414
<PackageProjectUrl>https://github.com/dsanchezcr/ColonesExchangeRate</PackageProjectUrl>
15-
<Version>2.0.1</Version>
16-
<AssemblyVersion>2.0.1</AssemblyVersion>
15+
<Version>2.0.2</Version>
16+
<AssemblyVersion>2.0.2</AssemblyVersion>
1717
<Description>Currency conversion from Colones (Costa Rica - CRC ₡) to Dollars (United States - USD $) and Euros (European Union - EUR €). It consumes the exchange rate API from Ministerio de Hacienda de Costa Rica.</Description>
1818
</PropertyGroup>
1919
<ItemGroup>

src/npm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@dsanchezcr/colonesexchangerate",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"type": "module",
55
"description": "Currency conversion from Colones (Costa Rica - CRC ₡) to Dollars (United States - USD $) and Euros (European Union - EUR €). It consumes the exchange rate API from Ministerio de Hacienda de Costa Rica.",
6-
"main": "ColonesExchangeRate.mjs",
6+
"main": "colonesexchangerate.mjs",
77
"scripts": {
88
"test": "node colonesexchangerate.test.js",
99
"build": "echo 'No build step required'"

0 commit comments

Comments
 (0)