Skip to content

Commit

Permalink
push before i clean my local repo
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikja163 committed Mar 18, 2020
1 parent 228531d commit fd68b10
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ anaconda-mode/
lib/debug
lib/release
*.exe
!.paket/paket.bootstrapper.exe

### Intellij+all ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Target.create "CreateNuGetPackage" (fun _ ->
description %s"""
release.NugetVersion
(authors |> List.reduce (fun s a -> s + " " + a))
description)
description).Replace("#VERSION#", release.NugetVersion)
File.WriteAllText(templatePath + ".template", newTmplCont)
let setParams (p:Paket.PaketPackParams) =
{ p with
Expand Down
8 changes: 8 additions & 0 deletions src/OpenToolkit.Graphics/paket
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
type file
id OpenToolkit.Graphics
dependencies
OpenToolkit.Core ~= #VERSION#
OpenToolkit.Mathematics ~= #VERSION#
files
bin\Release\netstandard2.0\OpenToolkit.Core.dll ==> lib\netstandard2.0
bin\Release\netstandard2.0\OpenToolkit.Core.xml ==> lib\netstandard2.0

0 comments on commit fd68b10

Please sign in to comment.