Skip to content

Commit

Permalink
(chocolateyGH-10) FeatureCommandConfiguration Serializable
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Feb 4, 2015
1 parent f1df436 commit 7fe37c8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,9 @@ public sealed class SourcesCommandConfiguration
public SourceCommandType Command { get; set; }
public string Username { get; set; }
public string Password { get; set; }
}

}

[Serializable]
public sealed class FeatureCommandConfiguration
{
public string Name { get; set; }
Expand Down

0 comments on commit 7fe37c8

Please sign in to comment.