Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gigocabrera committed Sep 16, 2022
1 parent 6f8ebca commit d6cd582
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CoreOrderConfirmationEmailToPatient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.1</Version>
<AssemblyVersion>1.1</AssemblyVersion>
<FileVersion>1.1</FileVersion>
<Version>1.2</Version>
<AssemblyVersion>1.2</AssemblyVersion>
<FileVersion>1.2</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion DataAccess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Text;

namespace CoreOrderConfirmationEmailToPatient
Expand Down
8 changes: 7 additions & 1 deletion Log.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using System;
//
// Copyright (c) 2022 by Acentus
// Developed by: Luis Cabrera
// [email protected]
//

using System;
using System.IO;

namespace CoreOrderConfirmationEmailToPatient
Expand Down

0 comments on commit d6cd582

Please sign in to comment.