Skip to content

Commit

Permalink
Add nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Arekhva committed Apr 14, 2017
1 parent 6f96103 commit aa59345
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,5 @@ paket-files/
# JetBrains Rider
.idea/
*.sln.iml

!nuget.exe
1 change: 1 addition & 0 deletions .nuget/build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nuget pack ..\MathExpressionsNet\MathExpressionsNet.csproj -Build -Prop Configuration=Release
Binary file added .nuget/nuget.exe
Binary file not shown.
3 changes: 2 additions & 1 deletion MathExpressionsNet.Tests/MathExpressionsNet.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MathExpressionsNet.Tests</RootNamespace>
<AssemblyName>MathExpressionsNet.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
3 changes: 2 additions & 1 deletion MathExpressionsNet/MathExpressionsNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MathExpressionsNet</RootNamespace>
<AssemblyName>MathExpressionsNet</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
18 changes: 18 additions & 0 deletions MathExpressionsNet/MathExpressionsNet.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>AvdyNut</authors>
<owners>$author$</owners>
<!--<licenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</licenseUrl>-->
<projectUrl>http://github.com/avdynut/MathExpressionsNet</projectUrl>
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Dynamic Creation of Expression from String, calculation symbolically derivative, partial differentiation, simplifying math expressions</description>
<!--<releaseNotes>First release</releaseNotes>-->
<copyright>Copyright 2017</copyright>
<tags>math expression string derivative evaluate simplify</tags>
</metadata>
</package>

0 comments on commit aa59345

Please sign in to comment.