Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fstueber committed Sep 23, 2021
1 parent 4cd0930 commit 8703c27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Ecf.Edoosys.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

<ItemGroup>
<PackageReference Include="Enbrea.Csv" Version="0.2.1" />
<PackageReference Include="Enbrea.Ecf" Version="0.1.10-develop.17" />
<PackageReference Include="Enbrea.Ecf" Version="0.1.10" />
<PackageReference Include="Enbrea.Edoosys.Db" Version="0.1.1" />
<PackageReference Include="Enbrea.GuidFactory" Version="0.1.1" />
<PackageReference Include="Enbrea.GuidFactory" Version="0.2.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Utils/IdFactory .cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static class IdFactory
{
public static Guid CreateIdFromValue(string value)
{
return GuidFactory.Create(GuidFactory.IsoOidNamespace, value);
return GuidGenerator.Create(GuidGenerator.IsoOidNamespace, value);
}
}
}

0 comments on commit 8703c27

Please sign in to comment.