Version Control

C# |
public static string GetSofuNetVersion()

Returns the current Version


if (Sofu.Sofu.Parser.GetSofuNetVersion() < 0.2) { Console.Out.WriteLine("Error: I require at least version 0.2 of Sofu.Net"); }
C# |
public static string GetSofuNetVersion()
if (Sofu.Sofu.Parser.GetSofuNetVersion() < 0.2) { Console.Out.WriteLine("Error: I require at least version 0.2 of Sofu.Net"); }