Skip to content

Commit

Permalink
Merge pull request #23 from Ali-YousefiTelori/develop
Browse files Browse the repository at this point in the history
rename amountcontract to pricecontract
  • Loading branch information
Ali-YousefiTelori authored Nov 12, 2023
2 parents bae2acb + 50dbb32 commit 92dde88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ namespace EasyMicroservices.Domain.Contracts.Common
/// <summary>
/// /
/// </summary>
public class AmountContract
public class PriceContract
{
/// <summary>
///
/// </summary>
public decimal Value { get; set; }
public decimal Amount { get; set; }
/// <summary>
///
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net45;net7.0</TargetFrameworks>
<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.0.2</Version>
<Version>0.0.0.3</Version>
<Description>Domain of programming.</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>utility,utilities,domain,domains,models,schemas,contracts</PackageTags>
Expand Down

0 comments on commit 92dde88

Please sign in to comment.