File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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.
Original file line number Diff line number Diff line change 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 ) ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ $loopStart = get-date
1010do {
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 " "
You can’t perform that action at this time.
0 commit comments