Skip to content

Commit

Permalink
3.2.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Oct 29, 2017
1 parent 0c21c0f commit 773b1fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ public IEnumerable<TaskTriggerInfo> GetDefaultTriggers()
{
IntervalTicks = TimeSpan.FromDays(1).Ticks,
Type = TaskTriggerInfo.TriggerInterval
},
new TaskTriggerInfo
{
Type = TaskTriggerInfo.TriggerStartup
}
};
}
Expand Down
2 changes: 1 addition & 1 deletion SharedVersion.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("3.2.34.2")]
[assembly: AssemblyVersion("3.2.35.0")]

0 comments on commit 773b1fb

Please sign in to comment.