Skip to content

Commit

Permalink
Add MGOS 4.0 preview to known site versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpinjackie committed Oct 16, 2019
1 parent bb72f11 commit 5c5f569
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions OSGeo.MapGuide.MaestroAPI/SiteVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,16 @@ public enum KnownSiteVersions
/// MapGuide Open Source 3.1.2
/// </summary>
MapGuideOS3_1_2,

/// <summary>
/// MapGuide Open Source 4.0 Preview 1
/// </summary>
MapGuideOS4_0_Preview1,

/// <summary>
/// MapGuide Open Source 4.0 Preview 1.1
/// </summary>
MapGuideOS4_0_Preview1_1
}

/// <summary>
Expand Down Expand Up @@ -219,6 +229,8 @@ public static class SiteVersions
new Version(3,1,0,9064), //MGOS 3.1
new Version(3,1,1,9378), //MGOS 3.1.1
new Version(3,1,2,9484), //MGOS 3.1.2
new Version(4,0,0,9592), //MGOS 4.0 Preview 1
new Version(4,0,0,9598) //MGOS 4.0 Preview 1.1
};

/// <summary>
Expand Down

0 comments on commit 5c5f569

Please sign in to comment.