|
5 | 5 | <Product>CodingSeb.ExpressionEvaluator</Product>
|
6 | 6 | <Description>A Simple Math and Pseudo C# Expression Evaluator in One C# File. Can also execute small C# like scripts</Description>
|
7 | 7 | <Copyright>Copyright © Coding Seb 2017</Copyright>
|
8 |
| - <Version>1.4.33.0</Version> |
9 |
| - <AssemblyVersion>1.4.33.0</AssemblyVersion> |
10 |
| - <FileVersion>1.4.33.0</FileVersion> |
| 8 | + <Version>1.4.34.0</Version> |
| 9 | + <AssemblyVersion>1.4.34.0</AssemblyVersion> |
| 10 | + <FileVersion>1.4.34.0</FileVersion> |
11 | 11 | <OutputPath>bin\$(Configuration)\</OutputPath>
|
12 | 12 | <Authors>Coding Seb</Authors>
|
13 | 13 | <PackageId>CodingSeb.ExpressionEvaluator</PackageId>
|
|
19 | 19 | <PackageIconUrl>https://github.com/codingseb/ExpressionEvaluator/blob/master/Icon.png?raw=true</PackageIconUrl>
|
20 | 20 | <PackageIcon>Icon.png</PackageIcon>
|
21 | 21 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
22 |
| - <PackageReleaseNotes>* Fix return null when return within Foreach</PackageReleaseNotes> |
| 22 | + <PackageReleaseNotes>* Add intellisence documentation</PackageReleaseNotes> |
23 | 23 | <PackageLicenseFile>LICENSE.md</PackageLicenseFile>
|
24 | 24 | <RepositoryUrl>https://github.com/codingseb/ExpressionEvaluator</RepositoryUrl>
|
| 25 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
25 | 26 | </PropertyGroup>
|
26 | 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
27 | 28 | <DebugType>full</DebugType>
|
|
32 | 33 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net45|AnyCPU'">
|
33 | 34 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
34 | 35 | </PropertyGroup>
|
| 36 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'"> |
| 37 | + <DocumentationFile /> |
| 38 | + </PropertyGroup> |
35 | 39 | <ItemGroup>
|
36 | 40 | <PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
37 | 41 | <PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
|
|
0 commit comments