Skip to content

Commit 5caa64c

Browse files
author
ci
committed
Build 3.0.0.331 updates
1 parent af5c5b0 commit 5caa64c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/keypay-dotnet/My/Enums/ExternalService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace KeyPayV2.My.Enums
55
{
66
public enum ExternalService
77
{
8+
Harmony,
89
None,
910
Saasu,
1011
Xero,
@@ -16,7 +17,6 @@ public enum ExternalService
1617
FileImport,
1718
FileExport,
1819
QuickBooks,
19-
Harmony,
2020
AwardStore,
2121
Attache,
2222
IntegratedRostering,

src/keypay-dotnet/keypay-dotnet.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<RootNamespace>KeyPayV2</RootNamespace>
66
<AssemblyName>KeyPayV2</AssemblyName>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8-
<AssemblyVersion>3.0.0.330</AssemblyVersion>
9-
<FileVersion>3.0.0.330</FileVersion>
8+
<AssemblyVersion>3.0.0.331</AssemblyVersion>
9+
<FileVersion>3.0.0.331</FileVersion>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<PackageProjectUrl>https://github.com/keypay/keypay-dotnet-v2</PackageProjectUrl>
1212
<PackageIcon>keypay.png</PackageIcon>
@@ -15,7 +15,7 @@
1515
<PackageReleaseNotes>KeyPay API dotnet client v2</PackageReleaseNotes>
1616
<Copyright>Copyright 2025</Copyright>
1717
<Description>A .NET library for the KeyPay API</Description>
18-
<Version>3.0.0.330</Version>
18+
<Version>3.0.0.331</Version>
1919
</PropertyGroup>
2020
<ItemGroup>
2121
<None Include="keypay.png" Pack="true" PackagePath="\"/>

0 commit comments

Comments
 (0)