Skip to content

Commit 5c05cc4

Browse files
committed
Update Program.cs
1 parent 6f75ec5 commit 5c05cc4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Program.cs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
using System;
2+
using CommandLine;
23

34
namespace GmodNET.VersionTool
45
{
56
class Program
67
{
8+
class SemVerOptions
9+
{
10+
11+
}
12+
13+
class AseemblyVerOptions
14+
{
15+
16+
}
17+
18+
class FileVerOptions
19+
{
20+
21+
}
22+
723
static void Main(string[] args)
824
{
925
Console.WriteLine("Hello World!");

0 commit comments

Comments
 (0)