Skip to content

Commit c9f38bd

Browse files
Resolves #89 and increments app version number
1 parent c38e605 commit c9f38bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Properties/AssemblyInfo.cs

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
[assembly: AssemblyVersion("1.0.1.0")]
3535
[assembly: AssemblyFileVersion("1.0.1.0")]
36+

Start.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ private static void SetFolderPermission(String accountName, String folderPath)
571571

572572
var accessRule2 = new FileSystemAccessRule(accountName, Rights, iFlags, PropagationFlags.InheritOnly, AccessControlType.Allow);
573573
dSecurity.ModifyAccessRule(AccessControlModification.Add, accessRule2, out modified);
574-
574+
575575
dInfo.SetAccessControl(dSecurity);
576576
}
577577
catch (Exception ex)

0 commit comments

Comments
 (0)