This repository was archived by the owner on Mar 21, 2023. It is now read-only.
Commit 0f8ef24
committed
v1.4.3
### Configuration Manager
- Updated Assembly Version/FileVersion
### Service
- Updated Assembly Version/FileVersion
- **Enhancement**: Removed Stop(); from each failure catch to prevent random service stops
- **Enhancement**: Added TryCatch to each part of the exporter to the export doesn't fail entirely
- **Enhancement**: Added in SetLastAggregateRegistry() and GetLastAggregateRegistry() to track exports to hopefully prevent duplicates
### Core
- Updated Assembly Version/FileVersion
- **Bug**: Reverted bug that was introduced in v1.4.2 trying to fix [#14]
- **Enhancement**: Added SendFailureAlert() to mailer.cs1 parent 32818a0 commit 0f8ef24
File tree
10 files changed
+586
-158
lines changed- Product Design
- SnowMorningCheck.Configurator/Properties
- SnowMorningCheck.Core
- Classes
- Properties
- SnowPlatformMonitor.Installer
- SnowPlatformMonitor.Service
- Properties
10 files changed
+586
-158
lines changedBinary file not shown.
Binary file not shown.
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
97 | 118 | | |
98 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
99 | 124 | | |
100 | 125 | | |
101 | 126 | | |
| |||
113 | 138 | | |
114 | 139 | | |
115 | 140 | | |
116 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
117 | 146 | | |
118 | | - | |
119 | 147 | | |
120 | 148 | | |
121 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
0 commit comments