Skip to content

Commit 907baf6

Browse files
authored
Merge pull request #14 from Redth/repostory-set
Make `Artifact.Repository` setter `public`.
2 parents 95078bc + 8798344 commit 907baf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MavenNet/Models/Artifact.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public Artifact(string id, string groupId, params string[] versions)
1919
public string Id { get; private set; }
2020
public IList<string> Versions { get; private set; }
2121

22-
public MavenRepository Repository { get; internal set; }
22+
public MavenRepository Repository { get; set; }
2323

2424
public async Task<Models.Metadata> GetMetadata ()
2525
{

0 commit comments

Comments
 (0)