Merge branch 'master' of github.com:alcexhim/MBS.Framework
This commit is contained in:
commit
cda7510668
@ -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;
|
||||
|
||||
@ -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' ">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user