(string[] args)
| 160 | } |
| 161 | |
| 162 | static void Main(string[] args) |
| 163 | { |
| 164 | RefreshAppxManifestVersion(); |
| 165 | |
| 166 | SwitchDevelopmentChannel(); |
| 167 | |
| 168 | GenerateAppxManifestResourceIdentifies(); |
| 169 | |
| 170 | Console.WriteLine( |
| 171 | "NanaBox.RefreshPackageVersion task has been completed."); |
| 172 | Console.ReadKey(); |
| 173 | } |
| 174 | } |
| 175 | } |
nothing calls this directly
no outgoing calls
no test coverage detected