Skip to content

Commit

Permalink
Resolves #89 and increments app version number
Browse files Browse the repository at this point in the history
  • Loading branch information
david-poindexter committed Mar 24, 2016
1 parent c38e605 commit c9f38bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]

2 changes: 1 addition & 1 deletion Start.cs
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ private static void SetFolderPermission(String accountName, String folderPath)

var accessRule2 = new FileSystemAccessRule(accountName, Rights, iFlags, PropagationFlags.InheritOnly, AccessControlType.Allow);
dSecurity.ModifyAccessRule(AccessControlModification.Add, accessRule2, out modified);

dInfo.SetAccessControl(dSecurity);
}
catch (Exception ex)
Expand Down

0 comments on commit c9f38bd

Please sign in to comment.