Skip to content

Commit 5da4ea6

Browse files
authored
Merge pull request #55 from BlueBlock/fix-scheduler
Possible fix to odd scheduler bug
2 parents 9786ae0 + de359cd commit 5da4ea6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Elucidate/Elucidate/Elucidate.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</AssemblyInfoVersionSettings>
3131
<PrimaryVersionType>AssemblyVersionAttribute</PrimaryVersionType>
3232
<AssemblyInfoFilePath>Properties\AssemblyInfo.cs</AssemblyInfoFilePath>
33-
<AssemblyVersion>2019.6.990.30</AssemblyVersion>
33+
<AssemblyVersion>2019.7.992.28</AssemblyVersion>
3434
<UpdatePackageVersion>False</UpdatePackageVersion>
3535
<AssemblyInfoVersionType>SettingsVersion</AssemblyInfoVersionType>
3636
<InheritWinAppVersionFrom>None</InheritWinAppVersionFrom>
@@ -321,7 +321,7 @@
321321
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
322322
<ProjectExtensions>
323323
<VisualStudio>
324-
<UserProperties BuildVersion_UseUniversalClock="False" BuildVersion_UpdateFileVersion="False" BuildVersion_UpdateAssemblyVersion="False" BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="YearStamp.MonthStamp.DayStamp.Increment" />
324+
<UserProperties BuildVersion_BuildVersioningStyle="YearStamp.MonthStamp.DayStamp.Increment" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" BuildVersion_UpdateAssemblyVersion="False" BuildVersion_UpdateFileVersion="False" BuildVersion_UseUniversalClock="False" />
325325
</VisualStudio>
326326
</ProjectExtensions>
327327
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

Elucidate/Elucidate/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
// Build Number - Increment
5959
// Revision - Day
6060
//
61-
[assembly: AssemblyVersion("2019.6.990.30")]
62-
[assembly: AssemblyFileVersion("19.6.990.30")]
61+
[assembly: AssemblyVersion("2019.7.992.28")]
62+
[assembly: AssemblyFileVersion("19.7.992.28")]
6363
[assembly: NeutralResourcesLanguage("en-US")]
6464
// TODO: Add more relevant hints here
6565
[assembly: Dependency("System", LoadHint.Always)]

Elucidate/Elucidate/snapraid.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $loopStart = get-date
1010
do {
1111
if((get-process "snapraid" -ea SilentlyContinue) -eq $Null) {
1212
Write-Host "To have this window hidden:"
13-
Write-Host "Edit the Sheduled Task and in Security Options "
13+
Write-Host "Edit the Scheduled Task and in Security Options "
1414
Write-Host "select 'Run whether the user is logged on or not'"
1515
Write-Host "and also make sure the 'Hidden' checkbox is checked."
1616
Write-Host ""

0 commit comments

Comments
 (0)