Skip to content

Commit

Permalink
Merge pull request #55 from BlueBlock/fix-scheduler
Browse files Browse the repository at this point in the history
Possible fix to odd scheduler bug
  • Loading branch information
Smurf-IV authored Aug 4, 2019
2 parents 9786ae0 + de359cd commit 5da4ea6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Elucidate/Elucidate/Elucidate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</AssemblyInfoVersionSettings>
<PrimaryVersionType>AssemblyVersionAttribute</PrimaryVersionType>
<AssemblyInfoFilePath>Properties\AssemblyInfo.cs</AssemblyInfoFilePath>
<AssemblyVersion>2019.6.990.30</AssemblyVersion>
<AssemblyVersion>2019.7.992.28</AssemblyVersion>
<UpdatePackageVersion>False</UpdatePackageVersion>
<AssemblyInfoVersionType>SettingsVersion</AssemblyInfoVersionType>
<InheritWinAppVersionFrom>None</InheritWinAppVersionFrom>
Expand Down Expand Up @@ -321,7 +321,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<UserProperties BuildVersion_UseUniversalClock="False" BuildVersion_UpdateFileVersion="False" BuildVersion_UpdateAssemblyVersion="False" BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="YearStamp.MonthStamp.DayStamp.Increment" />
<UserProperties BuildVersion_BuildVersioningStyle="YearStamp.MonthStamp.DayStamp.Increment" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" BuildVersion_UpdateAssemblyVersion="False" BuildVersion_UpdateFileVersion="False" BuildVersion_UseUniversalClock="False" />
</VisualStudio>
</ProjectExtensions>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
4 changes: 2 additions & 2 deletions Elucidate/Elucidate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
// Build Number - Increment
// Revision - Day
//
[assembly: AssemblyVersion("2019.6.990.30")]
[assembly: AssemblyFileVersion("19.6.990.30")]
[assembly: AssemblyVersion("2019.7.992.28")]
[assembly: AssemblyFileVersion("19.7.992.28")]
[assembly: NeutralResourcesLanguage("en-US")]
// TODO: Add more relevant hints here
[assembly: Dependency("System", LoadHint.Always)]
Expand Down
2 changes: 1 addition & 1 deletion Elucidate/Elucidate/snapraid.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $loopStart = get-date
do {
if((get-process "snapraid" -ea SilentlyContinue) -eq $Null) {
Write-Host "To have this window hidden:"
Write-Host "Edit the Sheduled Task and in Security Options "
Write-Host "Edit the Scheduled Task and in Security Options "
Write-Host "select 'Run whether the user is logged on or not'"
Write-Host "and also make sure the 'Hidden' checkbox is checked."
Write-Host ""
Expand Down

0 comments on commit 5da4ea6

Please sign in to comment.