Skip to content

Commit

Permalink
fix: add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpierrefortune committed Dec 6, 2023
1 parent e6b8fa0 commit d9466b9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions client/dotnet/domain/data/ApiInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
// Copyright (c) 2023 Calypso Networks Association https://calypsonet.org/
//
// See the NOTICE file(s) distributed with this work for additional information
// regarding copyright ownership.
//
// This program and the accompanying materials are made available under the terms of the
// Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0
//
// SPDX-License-Identifier: EPL-2.0

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace App.domain.data
{
internal class ApiInfo
{
public const int API_LEVEL = 2;
public const int CORE_API_LEVEL = 2;
}
}

0 comments on commit d9466b9

Please sign in to comment.