Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit 01584b4

Browse files
cleanup
1 parent 5f6ad96 commit 01584b4

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Fody/Configuration.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33

44
public class Configuration
55
{
6-
public bool UseProject;
7-
public bool UseFileVersion;
8-
public bool OverwriteFileVersion = true;
9-
public string ChangeString = "HasChanges";
6+
public bool UseProject { get; set; }
7+
public bool UseFileVersion { get; set; }
8+
public bool OverwriteFileVersion { get; set; } = true;
9+
10+
public string ChangeString { get; set; } = "HasChanges";
1011

1112
public Configuration(XElement config)
1213
{

0 commit comments

Comments
 (0)