MCPcopy Create free account
hub / github.com/M2Team/NanaBox / Main

Method Main

NanaBox.RefreshPackageVersion/Program.cs:162–173  ·  view source on GitHub ↗
(string[] args)

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected