Skip to content

Commit 1f31322

Browse files
author
David Hall
committed
Updated versions to 2.8.1
1 parent 371a49a commit 1f31322

File tree

1,188 files changed

+1626
-1622
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,188 files changed

+1626
-1622
lines changed

TaskEditor/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
[assembly: AssemblyCompany("GitHub Community")]
2222
[assembly: AssemblyProduct("TaskService")]
2323
[assembly: AssemblyCopyright("Copyright © 2017")]
24-
[assembly: AssemblyVersion("2.8.0")]
25-
[assembly: AssemblyFileVersion("2.8.0")]
24+
[assembly: AssemblyVersion("2.8.1")]
25+
[assembly: AssemblyFileVersion("2.8.1")]

TaskEditor/TaskEditor.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>TaskSchedulerEditor</id>
5-
<version>2.8.0</version>
5+
<version>2.8.1</version>
66
<title>Task Scheduler Managed Wrapper UI Library</title>
77
<authors>David Hall</authors>
88
<description>Provides localizable UI elements for editing classes in the TaskScheduler library.</description>
@@ -12,7 +12,7 @@
1212
<iconUrl>https://github.com/dahall/TaskScheduler/blob/master/docs/icons/tsnew48.png?raw=true</iconUrl>
1313
<tags>task interop taskscheduler UI editor</tags>
1414
<dependencies>
15-
<dependency id="TaskScheduler" version="[2.8.0]" />
15+
<dependency id="TaskScheduler" version="[2.8.1]" />
1616
<dependency id="AeroWizard" version="[2.1.10]" />
1717
<dependency id="GroupControls" version="[1.5.3]" />
1818
<dependency id="TimeSpan2" version="[2.1.6]" />

TaskSchedulerHelp/TaskSchedulerHelp.shfbproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<NamespaceSummaryItem name="System.Reflection" isDocumented="False" />
115115
<NamespaceSummaryItem name="System.Security.AccessControl" isDocumented="False" />
116116
</NamespaceSummaries>
117-
<HelpFileVersion>2.8.0</HelpFileVersion>
117+
<HelpFileVersion>2.8.1</HelpFileVersion>
118118
<HelpFileFormat>MSHelpViewer, Website</HelpFileFormat>
119119
<CopyrightHref>https://github.com/dahall/TaskScheduler/blob/master/license.md</CopyrightHref>
120120
<SdkLinkTarget>Blank</SdkLinkTarget>

TaskSchedulerMockup/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
[assembly: AssemblyCompany("GitHub Community")]
1111
[assembly: AssemblyProduct("TaskService")]
1212
[assembly: AssemblyCopyright("Copyright © 2017")]
13-
[assembly: AssemblyVersion("2.8.0")]
14-
[assembly: AssemblyFileVersion("2.8.0")]
13+
[assembly: AssemblyVersion("2.8.1")]
14+
[assembly: AssemblyFileVersion("2.8.1")]
1515

1616
// Setting ComVisible to false makes the types in this assembly not visible
1717
// to COM components. If you need to access a type in this assembly from

TaskService/TaskService.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<AssemblyOriginatorKeyFile>TaskService.snk</AssemblyOriginatorKeyFile>
88
<DelaySign>false</DelaySign>
99
<PackageId>TaskScheduler</PackageId>
10-
<Version>2.8.0</Version>
10+
<Version>2.8.1</Version>
1111
<Title>Task Scheduler Managed Wrapper</Title>
1212
<Authors>David Hall</Authors>
1313
<Company>GitHub Community</Company>

TestTaskService/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
[assembly: AssemblyCompany("GitHub Community")]
1919
[assembly: AssemblyProduct("TaskService")]
2020
[assembly: AssemblyCopyright("Copyright © 2017")]
21-
[assembly: AssemblyVersion("2.8.0")]
22-
[assembly: AssemblyFileVersion("2.8.0")]
21+
[assembly: AssemblyVersion("2.8.1")]
22+
[assembly: AssemblyFileVersion("2.8.1")]

TestTaskServiceConsole/TestTaskServiceConsole.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<OutputType>Exe</OutputType>
44
<TargetFramework>netcoreapp2.0</TargetFramework>
55
<StartupObject>TestTaskServiceConsole.Program</StartupObject>
6-
<Version>2.8.0</Version>
6+
<Version>2.8.1</Version>
77
</PropertyGroup>
88
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
99
<LangVersion>latest</LangVersion>

docs/Microsoft.Win32.TaskScheduler.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -4383,9 +4383,7 @@
43834383
<exception cref="T:Microsoft.Win32.TaskScheduler.NotV1SupportedException">Not supported under Task Scheduler 1.0.</exception>
43844384
</member>
43854385
<member name="M:Microsoft.Win32.TaskScheduler.Trigger.FromCronFormat(System.String)">
4386-
<summary>
4387-
Creates a trigger using a cron string.
4388-
</summary>
4386+
<summary>Creates a trigger using a cron string.</summary>
43894387
<param name="cronString">String using cron defined syntax for specifying a time interval. See remarks for syntax.</param>
43904388
<returns>Array of <see cref="T:Microsoft.Win32.TaskScheduler.Trigger" /> representing the specified cron string.</returns>
43914389
<exception cref="T:System.NotImplementedException">Unsupported cron string.</exception>

docs/TaskScheduler.mshc

81 Bytes
Binary file not shown.

docs/WebTOC.xml

+420-420
Large diffs are not rendered by default.

docs/fti/FTI_100.json

+1-1
Large diffs are not rendered by default.

docs/fti/FTI_101.json

+1-1
Large diffs are not rendered by default.

docs/fti/FTI_102.json

+1-1
Large diffs are not rendered by default.

docs/fti/FTI_103.json

+1-1
Large diffs are not rendered by default.

docs/fti/FTI_104.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"hour":[24707077,26411013,47054854,90963969],"help":[47054849,82313217],"historical":[49807364,88080385,91553793,94109697,96665601],"handledestroyed":[11599873,34734081,90439681],"hourly":[96927746],"height":[48431106,53542914,68419586,70713346,75038723,94961666,98369538,99024898],"hold":[66256897],"hidedropdown":[7995393,8126465,8585217,17432580,94961665,98369537,99024897],"highestsupportedversion":[49807361,55836673,83820548,96141313,98172929],"http":[34144257,47054849],"held":[93257730],"hide":[95617025],"hours":[46923777,47054849,89260033,95420418,99745793],"happens":[40894465],"having":[31522817,32178177,32505857],"hidden":[41287681,46923777,89522180,95420417,99745793],"header":[49020929,53870593,99483649],"hides":[7995393,8126465,8585217,17432577,94961665,98369537,99024897],"handled":[95617025],"hierarchy":[39256067,39976963,75956225,76021761,76152833,76742657,77201409,77398017,77594625,77660161,77987841,86704129,87425025,87556097,87621633,87752705,87818241,87883777,88014849,88080385,88145921,88211457,88408065,88735745,88997889,89063425,89128961,89194497,89325569,89391105,89980929,90439681,90505217,90767361,90898433,91226113,91553793,92536833,92995585,93061121,93126657,93192193,93323265,93454337,93519873,93585409,93650945,93716481,93782017,93913089,94044161,94109697,94175233,94568449,94699521,94830593,94896129,94961665,95027201,95158273,95354881,95485953,95617025,95682561,95813633,95944705,96010241,96075777,96141313,96272385,96337921,96600065,96665601,96993281,97058817,97189889,97255425,97452033,97517569,97583105,97648641,97714177,97779713,97910785,98041857,98107393,98172929,98238465,98369537,98631681,98762753,98828289,99024897,99155969,99352577,99483649,99614722,99680257,99745793,99811329,99876865,99942401,100073473,100204545,100270081,100335617],"holds":[18874369,19005441,49807361,89194497],"hash":[7208961,7667713,7798785,7864321,8060929,8650753,8781825,8912897,9109505,9240577,9371649,10027009,10420225,10813441,11272193,11534337,12124161,12517377,12713985,12976129,13434881,14286849,15073281,15138817,15925251,28639235,30408707,32374787,42401795,43646979,47251459,77660161,77987841,86704129,87425025,88014849,92995585,93192193,93913089,94568449,95158273,95485953,95813633,96141313,96337921,97058817,97452033,97517569,97583105,98041857,99483649,99614721,99811329,100270081,100335617],"handling":[99549185],"helper":[50331655,90767361,91226113,96010241,97648641,97779713,98107393,98631681],"handlers":[49807361,95289345],"hierarchal":[82313217],"handler":[9175048,9699330,12124162,16777218,25100292,25296899,25559042,26214402,26345473,26542082,41943041,42663937,49807364,51052545,52625409,74383362,77070337,77987843,87949313,88735745,95092749,95289347,96141314,98959361],"holder":[93257732],"hasdates":[60162052,68485121,77594625],"htm":[47054849],"helplink":[48300033,61145089,61407233,61538305,95944705,96272385,96600065,100204545],"hosting":[12124161,42270721,96141313],"handles":[46923777,49807363,75956225,83951617,89653249,99745793,100073473],"handlecreated":[11599873,33816577,90439681],"host":[49807361,82313218,83820545,88539137],"history":[11468801,33357825,33685505,47906817,48168961,49807362,55640065,71630850,75759619,80674818,82313217,89325570,92143618,92536833,93061121,95027201,98238465],"headerfields":[49020929,53870596,99483650],"https":[82313217],"hiding":[48431105,52690946,68419585,70713345,94961665,98369537,99024897],"hidable":[49807361,89325569],"highest":[55836674,83820545,88539137,88866817,92864514,96141314],"hresult":[48300033,61145089,61407233,61538305,95944705,96272385,96600065,100204545],"higher":[48758785,55836673,76677121,77266945,88539137,96141313,96731137],"hyphen":[47054849],"hashing":[15925249,28639233,30408705,32374785,42401793,43646977,47251457],"haserror":[48168961,79495172,93061121],"high":[3145729,4718596,22151169,77594625,99483649]}
1+
{"high":[3276801,7340036,19857409,94699521,95617025],"highest":[56819714,81788929,82182145,92536834,93913090,99549185],"hide":[93716481],"hidedropdown":[6750209,7143425,7536641,90374148,93585409,94240769,94568449],"hash":[6356993,6684673,6946817,7471105,7995393,8060929,8126465,8716289,9371649,9568257,10027009,10682369,10944513,11010049,11206657,11534337,12058625,12189697,12320769,12386305,12910593,13172737,13238273,16711683,16777217,26673155,28770307,33816579,43581443,43778051,45416451,87752705,91291649,92405761,92602369,93782017,93847553,93913089,94699521,95092737,95289345,95420417,95748097,96010241,96075777,97058817,97648641,97714177,97845249,97910785,98107393,98566145,98631681,98893825,98959361],"host":[49938433,81788929,82182145,90963970],"having":[31981569,32243713,32440321],"hours":[45154305,57409537,84869121,94633985,96796674],"hides":[6750209,7143425,7536641,90374145,93585409,94240769,94568449],"hyphen":[45154305],"htm":[45154305],"handles":[49938435,57409537,85524481,88866817,91881473,94633985,95682561],"history":[14614529,36569089,37355521,49938434,53346305,54853633,62652417,71565314,77332482,78577666,88670210,90963969,91947009,92143619,93061121,99811329,100073473],"historical":[49938436,92930049,93126657,99942401,100139009],"hresult":[58785793,59572225,59703297,59899905,95813633,98238465,98304001,98369537],"hierarchy":[41615363,42270723,87752705,88080385,88342529,88670209,89260033,89522177,90243073,90439681,91226113,91291649,91488257,91684865,91881473,91947009,92078081,92209153,92405761,92602369,92667905,92733441,92798977,92930049,92995585,93061121,93126657,93192193,93585409,93716481,93782017,93847553,93913089,94044161,94109697,94175233,94240769,94568449,94633985,94699521,94765057,94896129,95027201,95092737,95158273,95223809,95289345,95354881,95420418,95485953,95551489,95617025,95682561,95748097,95813633,95879169,95944705,96010241,96075777,96141313,96272385,96337921,96403457,96468993,96534529,96600065,96665601,96731137,96993281,97058817,97583105,97648641,97714177,97779713,97845249,97910785,98041857,98107393,98172929,98238465,98304001,98369537,98566145,98631681,98697217,98762753,98828289,98893825,98959361,99024897,99155969,99221505,99352577,99418113,99483649,99614721,99745793,99811329,99876865,99942401,100007937,100073473,100139009,100204545,100270081,100335617],"helplink":[58785793,59572225,59703297,59899905,95813633,98238465,98304001,98369537],"holds":[18284545,18612225,49938433,100270081],"http":[34865153,45154305],"handled":[93716481],"hour":[23592965,24117253,45154310,65667073],"handlers":[49938433,97386497],"help":[45154305,90963969],"handling":[94502913],"holder":[91029508],"hashing":[16711681,26673153,28770305,33816577,43581441,43778049,45416449],"happens":[41418753],"handledestroyed":[11796481,32178177,89260033],"hidable":[49938433,88670209],"hold":[69206017],"held":[91029506],"handler":[8912904,9109506,13172738,16646146,25231361,25427970,25624578,25755650,25952260,26148867,38600705,38862849,49938436,51970050,62783489,63045633,92012545,92602371,93913090,94306305,97320973,97386499,99287041,100204545],"handlecreated":[11796481,32047105,89260033],"headerfields":[54591489,69926916,94699522],"header":[54591489,69926913,94699521],"highestsupportedversion":[49938433,56819713,81788932,93913089,94175233],"hidden":[44040193,57409537,85000196,94633985,96796673],"height":[52887554,53936130,54394882,60489730,62128131,93585410,94240770,94568450],"helper":[50331655,96141313,96272385,96337921,96468993,96534529,96600065,96665601],"hierarchal":[90963969],"hosting":[13172737,38993921,93913089],"haserror":[54853633,76939268,91947009],"https":[90963969],"higher":[56819713,60555265,82182145,88408065,89128961,93913089,98435073],"hiding":[52887553,53936129,54394881,62717954,93585409,94240769,94568449],"hasdates":[55574529,71630852,95617025],"hourly":[98500610]}

docs/fti/FTI_105.json

+1-1
Large diffs are not rendered by default.

docs/fti/FTI_106.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"jobstartfailed":[88604673],"jobregistered":[88604673],"january":[49807361,93388803],"joe":[99811330],"jobnostartwithoutnetwork":[88604673],"jobsuccess":[88604673],"jobfailure":[88604673],"july":[93388802],"june":[93388802],"job":[49807361,88408065,88604673,93192193],"jobtermination":[88604673],"just":[87425025,98041857,99483649],"jobstart":[88604673]}
1+
{"jobstart":[99090433],"jobtermination":[99090433],"jobfailure":[99090433],"jobregistered":[99090433],"joe":[98893826],"july":[97976322],"june":[97976322],"jobstartfailed":[99090433],"just":[94699521,96075777,98959361],"jobsuccess":[99090433],"job":[49938433,97910785,99090433,99483649],"january":[49938433,97976323],"jobnostartwithoutnetwork":[99090433]}

docs/fti/FTI_107.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"keywords":[3866626,5439493,76742658],"keepexisting":[18546692,19267588],"know":[86638593,88735745],"kvp":[27983876],"key":[9043969,27590657,47120389,93650945],"kinds":[29229057],"kind":[49807361,61669377,66650113,76677125,77266952,82313218,99418113,99811329],"known":[49807361,88080385,98172929],"kept":[95617025],"keyvaluepair":[27983878,50462721,93913089],"keyboard":[7995393,8126465,8585217,18219009,94961665,98369537,99024897]}
1+
{"know":[76414977,100204545],"keywords":[3407874,5177349,95158274],"kept":[93716481],"kind":[49938433,61014017,74711041,88408069,89128968,90963970,94437377,98893825],"key":[12713985,25559041,49676293,98041857],"keepexisting":[17760260,19136516],"keyboard":[6750209,7143425,7536641,90898433,93585409,94240769,94568449],"kinds":[30539777],"keyvaluepair":[26869766,50855937,98107393],"kvp":[26869764],"known":[45154305,49938433,94175233,100139009]}

docs/fti/FTI_108.json

+1-1
Large diffs are not rendered by default.

docs/fti/FTI_109.json

+1-1
Large diffs are not rendered by default.

docs/fti/FTI_110.json

+1-1
Large diffs are not rendered by default.

docs/fti/FTI_111.json

+1-1
Large diffs are not rendered by default.

docs/fti/FTI_112.json

+1-1
Large diffs are not rendered by default.

docs/fti/FTI_113.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"queries":[49807361,51380225,57344001,70254593,82313217,95158273,99680257],"question":[47054850],"quicktriggertype":[12124161,42139654,49807361,57868289,96141313,96927748],"query":[4390914,6225925,9371649,19660801,24117250,44957698,47906817,49152001,51380226,57212929,57344003,57540610,70254596,76152835,76742657,89325569,89718786,95158279,99680257],"querylist":[95158274],"quota":[88604674,93257729],"quickly":[82313217],"quick":[49807361,96927745],"queue":[88604674,89653249],"quantities":[48758785,96731137],"queued":[88604674,100007940],"quotas":[93257729]}
1+
{"quota":[91029505,99090434],"queued":[94830596,99090434],"quickly":[90963969],"quick":[49938433,98500609],"quotas":[91029505],"question":[45154306],"quantities":[60555265,98435073],"queue":[88866817,99090434],"query":[3080194,10027009,10289157,19726337,20971522,41091074,50200578,53346305,54722561,55771140,71041026,72220673,72417283,78184450,88670209,94896129,95027203,95158273,95748103],"queries":[49938433,50200577,55771137,72417281,90963969,94896129,95748097],"querylist":[95748098],"quicktriggertype":[13172737,41025542,49938433,56688641,93913089,98500612]}

docs/fti/FTI_114.json

+1-1
Large diffs are not rendered by default.

docs/fti/FTI_115.json

+1-1
Large diffs are not rendered by default.

docs/fti/FTI_116.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)