Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
missed a package update
Browse files Browse the repository at this point in the history
  • Loading branch information
slewis74 committed Apr 28, 2021
1 parent a05bf3f commit 8d17be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public PackageReference()
{
Id = Guid.NewGuid().ToString();
Properties = new Dictionary<string, string>();
FeedIdOrName = new FeedIdOrName("feeds-builtin");
FeedIdOrName = "feeds-builtin".ToFeedIdOrName();
}

public string Id { get; }
Expand Down
2 changes: 1 addition & 1 deletion source/Server.Extensibility/Server.Extensibility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<PackageReference Include="Autofac" Version="4.9.4" />
<PackageReference Include="Octopus.Data" Version="6.0.0" />
<PackageReference Include="Octopus.Diagnostics" Version="2.1.1" />
<PackageReference Include="Octopus.Server.MessageContracts" Version="0.1.2" />
<PackageReference Include="Octopus.Server.MessageContracts" Version="0.1.70-0.1.4" />
<PackageReference Include="Octopus.TinyTypes" Version="0.1.513" />
<PackageReference Include="Octopus.Versioning" Version="5.0.3" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
Expand Down

0 comments on commit 8d17be5

Please sign in to comment.