From efc530059f5eb677dd7cd2ea6533fc1e95cc5d4a Mon Sep 17 00:00:00 2001 From: Robert Ivanc Date: Sun, 1 Sep 2019 15:26:50 +0200 Subject: [PATCH] init --- CebelcaAPI.csproj | 7 +++++++ CebelcaAPISharp.cs | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 CebelcaAPI.csproj create mode 100644 CebelcaAPISharp.cs diff --git a/CebelcaAPI.csproj b/CebelcaAPI.csproj new file mode 100644 index 0000000..72764a6 --- /dev/null +++ b/CebelcaAPI.csproj @@ -0,0 +1,7 @@ + + + + netstandard2.0 + + + diff --git a/CebelcaAPISharp.cs b/CebelcaAPISharp.cs new file mode 100644 index 0000000..dbd9a21 --- /dev/null +++ b/CebelcaAPISharp.cs @@ -0,0 +1,8 @@ +using System; + +namespace CebelcaAPI +{ + public class CebelcaAPISharp + { + } +}