Practice.Backend.CurrencyConverter.Messages 1.0.93

dotnet add package Practice.Backend.CurrencyConverter.Messages --version 1.0.93
                    
NuGet\Install-Package Practice.Backend.CurrencyConverter.Messages -Version 1.0.93
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Practice.Backend.CurrencyConverter.Messages" Version="1.0.93" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Practice.Backend.CurrencyConverter.Messages" Version="1.0.93" />
                    
Directory.Packages.props
<PackageReference Include="Practice.Backend.CurrencyConverter.Messages" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Practice.Backend.CurrencyConverter.Messages --version 1.0.93
                    
#r "nuget: Practice.Backend.CurrencyConverter.Messages, 1.0.93"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Practice.Backend.CurrencyConverter.Messages@1.0.93
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Practice.Backend.CurrencyConverter.Messages&version=1.0.93
                    
Install as a Cake Addin
#tool nuget:?package=Practice.Backend.CurrencyConverter.Messages&version=1.0.93
                    
Install as a Cake Tool

Practice.Backend.CurrencyConverter.Messages

Shared request and response message contracts for the Currency Converter API.

This package is a dependency of Practice.Backend.CurrencyConverter.Client and is installed automatically. You only need to reference it directly if you work with the message types independently.

Installation

dotnet add package Practice.Backend.CurrencyConverter.Messages

Contracts

Requests

Type Description
LatestExchangeRatesRequest Fetch latest exchange rates for a base currency
HistoricalExchangeRateRequest Fetch historical rates with optional date range and pagination
ConversionRequest Convert an amount between two currencies

Responses

Type Description
ExchangeRateResponse Base/quote currency, date, and rate dictionary
HistoricalExchangeRateResponse Paginated historical rates
ConversionRequest Conversion result with converted amount
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Practice.Backend.CurrencyConverter.Messages:

Package Downloads
Practice.Backend.CurrencyConverter.Client

A typed HTTP client library for the Currency Converter API. Provides DI-friendly, configurable access to exchange rate endpoints (latest rates, historical rates, and currency conversion) with built-in resilience (retry + circuit breaker) and JWT bearer authentication support.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.93 139 4/2/2026
1.0.91-dev 115 4/2/2026
1.0.89 158 4/1/2026
1.0.87-dev 122 4/1/2026
1.0.85 114 4/1/2026
1.0.83-dev 116 4/1/2026
1.0.81 131 3/31/2026
1.0.79-dev 124 3/31/2026
1.0.78 121 3/31/2026
1.0.75-dev 118 3/31/2026
1.0.72 118 3/31/2026
1.0.70-dev 113 3/31/2026
1.0.68 150 3/31/2026
1.0.66-dev 117 3/31/2026
1.0.64 116 3/31/2026
1.0.62-dev 110 3/31/2026
1.0.60 121 3/31/2026
1.0.58-dev 120 3/31/2026
1.0.55-dev 116 3/30/2026
1.0.52-dev 114 3/30/2026
Loading failed