Skip to content

Commit

Permalink
Merge pull request chocolatey#2651 from AdmiringWorm/config-deprecati…
Browse files Browse the repository at this point in the history
…on-notice

(maint) Update deprecation notice for config settings
  • Loading branch information
gep13 authored Mar 14, 2022
2 parents 72e62bd + 17d2a75 commit 66281ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ namespace chocolatey.infrastructure.app.configuration
[XmlRoot("chocolatey")]
public class ConfigFileSettings
{
[Obsolete("This will be removed in v1 of Chocolatey")]
[Obsolete("This will be removed once CCM v0.7.0 is no longer supported. Possibly in Chocolatey CLI v2.0.0.")]
[XmlElement(ElementName = "cacheLocation")]
public string CacheLocation { get; set; }

[Obsolete("This will be removed in v1 of Chocolatey")]
[Obsolete("This will be removed once CCM v0.7.0 is no longer supported. Possibly in Chocolatey CLI v2.0.0.")]
[XmlElement(ElementName = "commandExecutionTimeoutSeconds")]
public int CommandExecutionTimeoutSeconds { get; set; }

Expand Down

0 comments on commit 66281ed

Please sign in to comment.