Skip to content

Commit

Permalink
fix nuget trouble publication (v0.8.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierlam-dev committed Sep 29, 2020
1 parent 15a0509 commit 9621a19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Pierlam.ExpressionEval/Pierlam.ExpressionEval.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<Version>0.8</Version>
<Version>0.8.1</Version>
<Authors>Pierlam Software</Authors>
<Company>Pierlam Software</Company>
<Description>Expression Evaluator component.</Description>
<SignAssembly>false</SignAssembly>
<AssemblyVersion>0.7.0.2</AssemblyVersion>
<FileVersion>0.7.0.2</FileVersion>
<AssemblyVersion>0.8.1.0</AssemblyVersion>
<FileVersion>0.8.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions _BuildNuget/Model/Pierlam.ExpressionEval.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Pierlam.ExpressionEval</id>
<version>0.8</version>
<version>0.8.1</version>
<title>Expression Evaluator Component</title>
<authors>Pierlam Project</authors>
<owners>Pierlam Project</owners>
Expand All @@ -24,7 +24,7 @@
</summary>

<!-- Any details about this particular release -->
<releaseNotes>Now full open-source and free of charge. Web site is: https://github.com/Pierlam/ExpressionEval/.</releaseNotes>
<releaseNotes>Now open-source with full fonctionnalities. Web site is: https://github.com/Pierlam/ExpressionEval/</releaseNotes>

<tags>csharp netstandard dotnet library api expression evaluator eval comparison logical calculation function callback</tags>

Expand Down

0 comments on commit 9621a19

Please sign in to comment.