Merge branch 'master' of github.com:alcexhim/MBS.Framework

This commit is contained in:
Michael Becker 2020-04-10 13:47:12 -04:00
commit cda7510668
No known key found for this signature in database
GPG Key ID: 506F54899E2BFED7
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ namespace MBS.Framework.Logic
public string Name { get; set; } = null;
public Expression Expression { get; set; } = null;
public Variable(string name, Expression expression)
public Variable(string name, Expression expression = null)
{
Name = name;
Expression = expression;

View File

@ -10,7 +10,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\MichaelBecker.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\Production.snk</AssemblyOriginatorKeyFile>
<ReleaseVersion>4.0.2019.12</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">