Skip to content

Commit

Permalink
UI simplified for dependencies without version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Dec 11, 2014
1 parent a381e9f commit a6264b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Paket.VisualStudio.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3C379C61-EBC9-47FB-945C-61242838D624}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Global
Expand Down
1 change: 1 addition & 0 deletions src/Paket.VisualStudio/PaketMetadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public class PaketMetadata : IVsPackageMetadata
public PaketMetadata(string packageName, string version)
{
Id = packageName;
if (version == ">= 0") version = "";
VersionString = version;
}

Expand Down

0 comments on commit a6264b7

Please sign in to comment.