Skip to content

Commit

Permalink
bump IsIdentifiable to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jan 7, 2024
1 parent f3ad6f0 commit ffddadb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageVersion Include="HIC.FAnsiSql" Version="3.1.1" />
<PackageVersion Include="HIC.RDMP.Dicom" Version="7.0.1" />
<PackageVersion Include="HIC.RDMP.Plugin" Version="8.1.0" />
<PackageVersion Include="IsIdentifiable" Version="0.1.0" />
<PackageVersion Include="IsIdentifiable" Version="0.2.0" />
<PackageVersion Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageVersion Include="LibArchive.Net" Version="0.1.4" />
<PackageVersion Include="LineReader" Version="0.1.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using CsvHelper;
using CsvHelper.Configuration;
using IsIdentifiable.Reporting;
using IsIdentifiable.Failures;
using Microservices.CohortPackager.Execution.ExtractJobStorage;
using Microservices.CohortPackager.Execution.JobProcessing.Reporting.CsvRecords;
using Newtonsoft.Json;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

using IsIdentifiable.Reporting;
using IsIdentifiable.Failures;
using Microservices.CohortPackager.Execution.ExtractJobStorage;
using Newtonsoft.Json;
using Smi.Common.Messages;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.IO;
using System.IO.Abstractions;
using System.Linq;
using Failure = IsIdentifiable.Reporting.Failure;
using IsIdentifiable.Failures;

namespace Microservices.IsIdentifiable.Service
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.IO;
using System.IO.Abstractions;
using Failure = IsIdentifiable.Reporting.Failure;
using IsIdentifiable.Failures;

namespace Microservices.IsIdentifiable.Service
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using IsIdentifiable.Reporting;
using Newtonsoft.Json;
using Smi.Common.Messages;
using Smi.Common.Messages.Extraction;
Expand All @@ -8,6 +7,7 @@
using System.IO;
using System.IO.Abstractions;
using System.Linq;
using IsIdentifiable.Failures;

namespace Microservices.IsIdentifiable.Service
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
using System.Collections.Generic;
using System.IO;
using System.IO.Abstractions;
using IsIdentifiable.Failures;
using IsIdentifiable.Options;
using IsIdentifiable.Reporting.Reports;
using IsIdentifiable.Runners;
using IsIdentifiable.Reporting;
using IsIdentifiable.Runners;

namespace Microservices.IsIdentifiable.Service
{
Expand Down

0 comments on commit ffddadb

Please sign in to comment.