Skip to content

Commit 2a2bbdd

Browse files
committed
Merge branch 'release/moov-1.8.24'
2 parents 55918fd + 32ffa12 commit 2a2bbdd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/NoFrixion.MoneyMoov/Models/Account/PaymentAccount.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,10 @@ public string Summary
210210
/// The list of rules associated with this account.
211211
/// </summary>
212212
public List<RuleMinimal> Rules { get; set; } = [];
213+
214+
/// <summary>
215+
/// Indicates whether the account is archived. Archived accounts are not displayed in the UI.
216+
/// If an account receives a payment it will be automatically unarchived.
217+
/// </summary>
218+
public bool IsArchived { get; set; }
213219
}

src/NoFrixion.MoneyMoov/NoFrixion.MoneyMoov.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<AssemblyVersion>1.8.23.0</AssemblyVersion>
8-
<FileVersion>1.8.23.0</FileVersion>
7+
<AssemblyVersion>1.8.24.0</AssemblyVersion>
8+
<FileVersion>1.8.24.0</FileVersion>
99
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1010
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
1111
<NoWarn>$(NoWarn);1591</NoWarn>

0 commit comments

Comments
 (0)