Skip to content

Commit

Permalink
Update to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arnab-sen committed Feb 3, 2021
1 parent f2e3707 commit 06078f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ALACore/DomainAbstractions/VSDebugger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ public void ConnectToVisualStudio(string VSVersion = "2019")
{
if (!_mappingVSToDTEVersion.ContainsKey(VSVersion))
{
throw new ArgumentException($"Invalid Visual Studio year provided: {VSVersion}. Must be one of: [2019, 2017, 2015, 2013, 2012, 2010].");
Logging.Log($"Invalid Visual Studio year provided: {VSVersion}. Must be one of: [2019, 2017, 2015, 2013, 2012, 2010].");
return;
}

try
Expand Down
4 changes: 2 additions & 2 deletions GALADE_Standalone/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.10.0")]
[assembly: AssemblyFileVersion("1.10.0")]
[assembly: AssemblyVersion("1.10.1")]
[assembly: AssemblyFileVersion("1.10.1")]

0 comments on commit 06078f9

Please sign in to comment.