Skip to content

Commit aa59345

Browse files
author
Andrei Arekhva
committed
Add nuget
1 parent 6f96103 commit aa59345

File tree

6 files changed

+25
-2
lines changed

6 files changed

+25
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,3 +250,5 @@ paket-files/
250250
# JetBrains Rider
251251
.idea/
252252
*.sln.iml
253+
254+
!nuget.exe

.nuget/build.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nuget pack ..\MathExpressionsNet\MathExpressionsNet.csproj -Build -Prop Configuration=Release

.nuget/nuget.exe

4.38 MB
Binary file not shown.

MathExpressionsNet.Tests/MathExpressionsNet.Tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>MathExpressionsNet.Tests</RootNamespace>
1111
<AssemblyName>MathExpressionsNet.Tests</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14+
<TargetFrameworkProfile />
1415
</PropertyGroup>
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1617
<DebugSymbols>true</DebugSymbols>

MathExpressionsNet/MathExpressionsNet.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>MathExpressionsNet</RootNamespace>
1111
<AssemblyName>MathExpressionsNet</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14+
<TargetFrameworkProfile />
1415
</PropertyGroup>
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1617
<DebugSymbols>true</DebugSymbols>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<title>$title$</title>
7+
<authors>AvdyNut</authors>
8+
<owners>$author$</owners>
9+
<!--<licenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</licenseUrl>-->
10+
<projectUrl>http://github.com/avdynut/MathExpressionsNet</projectUrl>
11+
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>Dynamic Creation of Expression from String, calculation symbolically derivative, partial differentiation, simplifying math expressions</description>
14+
<!--<releaseNotes>First release</releaseNotes>-->
15+
<copyright>Copyright 2017</copyright>
16+
<tags>math expression string derivative evaluate simplify</tags>
17+
</metadata>
18+
</package>

0 commit comments

Comments
 (0)