Skip to content

Commit 61fac41

Browse files
Bump extension versions to 3.8.3.0 for next release. (MonoGame#8679)
Bump versions before next release. Still Draft because we're waiting for MonoGame.Template submodule bump, once MonoGame/MonoGame.Templates#3 is merged. --------- Co-authored-by: Simon (Darkside) Jackson <darkside@zenithmoon.com>
1 parent 5f961b4 commit 61fac41

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
[$RootKey$\TemplateEngine\Templates\MonoGame.Templates.VSExtension\3.8.1.1]
1+
[$RootKey$\TemplateEngine\Templates\MonoGame.Templates.VSExtension\3.8.3.0]
22
"InstalledPath"="$PackageFolder$\ProjectTemplates"

Templates/MonoGame.Templates.VSExtension/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Version="3.8.2.0" Id="MonoGame.Templates.VSExtension.03a6f6d5-6ec0-45ff-a4f6-ec098d51464d" Language="en-US" Publisher="MonoGame" />
4+
<Identity Version="3.8.3.0" Id="MonoGame.Templates.VSExtension.03a6f6d5-6ec0-45ff-a4f6-ec098d51464d" Language="en-US" Publisher="MonoGame" />
55
<DisplayName>MonoGame Framework C# project templates</DisplayName>
66
<Description xml:space="preserve">This extension contains the C# project templates for using the MonoGame Framework</Description>
77
<Tags>.NET,C#,Game development,Templates,Games,Gamedev,Project,Mono,MonoGame</Tags>

Tools/MonoGame.Content.Builder.Task/MonoGame.Content.Builder.Task.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<MGCBToolDirectory Condition="'$(MGCBToolDirectory)' == ''">$(MSBuildThisFileDirectory)dotnet-tools/</MGCBToolDirectory>
1111
<MGCBToolDirectory Condition="'$(MGCBToolDirectory)' != '' And !HasTrailingSlash('$(MGCBToolDirectory)')">$(MGCBToolDirectory)/</MGCBToolDirectory>
1212
<MGCBCommand Condition="'$(MGCBCommand)' == ''">mgcb</MGCBCommand>
13-
<MonoGameVersion Condition="'$(MonoGameVersion)' == ''">3.8.2.0</MonoGameVersion>
13+
<MonoGameVersion Condition="'$(MonoGameVersion)' == ''">3.8.3.0</MonoGameVersion>
1414
</PropertyGroup>
1515

1616
</Project>

build/BuildContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public enum ProjectType
1818

1919
public class BuildContext : FrostingContext
2020
{
21-
public static string VersionBase = "3.8.2";
21+
public static string VersionBase = "3.8.3";
2222
public static readonly Regex VersionRegex = new(@"^v\d+.\d+.\d+", RegexOptions.Compiled | RegexOptions.IgnoreCase);
2323
public static readonly string DefaultRepositoryUrl = "https://github.com/MonoGame/MonoGame";
2424

0 commit comments

Comments
 (0)