Skip to content

Commit

Permalink
Merge branch 'hotfix-0.13.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
belkiss committed May 20, 2020
2 parents 22b37c8 + b563c70 commit 126bc99
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Sharpmake.Application/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.13.2.0")]
[assembly: AssemblyVersion("0.13.3.0")]
2 changes: 1 addition & 1 deletion Sharpmake.Generators/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.13.2.0")]
[assembly: AssemblyVersion("0.13.3.0")]

[assembly: InternalsVisibleTo("Sharpmake")]
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.13.2.0")]
[assembly: AssemblyVersion("0.13.3.0")]

[assembly: SharpmakeExtension]
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ public override void GeneratePlatformSpecificProjectDescription(IVcxprojGenerati
{
switch (devEnv)
{
case DevEnv.vs2015:
case DevEnv.vs2017:
{
string platformFolder = MSBuildGlobalSettings.GetCppPlatformFolder(context.DevelopmentEnvironmentsRange.MinDevEnv, Platform.win64);
Expand Down Expand Up @@ -464,8 +465,6 @@ public override void GeneratePlatformSpecificProjectDescription(IVcxprojGenerati
}
}
break;
default:
throw new Error(devEnv + " is not supported.");
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.13.2.0")]
[assembly: AssemblyVersion("0.13.3.0")]

[assembly: SharpmakeExtension]
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.13.2.0")]
[assembly: AssemblyVersion("0.13.3.0")]

[assembly: SharpmakeExtension]
4 changes: 2 additions & 2 deletions Sharpmake/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.13.2.0")]
[assembly: AssemblyVersion("0.13.3.0")]
#pragma warning disable CS7035
[assembly: AssemblyFileVersion("0.13.2.0 (LocalBuild)")]
[assembly: AssemblyFileVersion("0.13.3.0 (LocalBuild)")]
#pragma warning restore

[assembly: InternalsVisibleTo("Sharpmake.Application")]
Expand Down

0 comments on commit 126bc99

Please sign in to comment.