Skip to content

Commit

Permalink
updated Adaptify to Adaptify 1.3.0 which uses local adaptify, listed …
Browse files Browse the repository at this point in the history
…as tool in dotnet-tools.json & version bump
  • Loading branch information
haraldsteinlechner committed Oct 1, 2024
1 parent ade78de commit 918c62c
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 22 deletions.
41 changes: 25 additions & 16 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
{
"version": 1,
"isRoot": true,
"tools": {
"paket": {
"version": "8.0.0",
"commands": [
"paket"
]
},
"aardpack": {
"version": "1.0.24",
"commands": [
"aardpack"
]
}
"version": 1,
"isRoot": true,
"tools": {
"paket": {
"version": "8.0.0",
"commands": [
"paket"
],
"rollForward": false
},
"aardpack": {
"version": "1.0.24",
"commands": [
"aardpack"
],
"rollForward": false
},
"adaptify": {
"version": "1.3.0",
"commands": [
"adaptify"
],
"rollForward": false
}
}
}
}
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 5.5.2
- updated Adaptify.Core to 1.3.0 (using local, new style adaptify)

### 5.5.1
- [Cef.WinForms] Fixed missing dependencies

Expand Down
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ nuget Aardvark.Rendering.Text ~> 5.5.0
nuget Aardvark.Rendering.Vulkan ~> 5.5.0
nuget Aardvark.GPGPU ~> 5.5.0

nuget Adaptify.Core ~> 1.1.13
nuget Adaptify.MSBuild ~> 1.1.13
nuget Adaptify.Core ~> 1.3.0
nuget Adaptify.MSBuild ~> 1.3.0

nuget FsPickler ~> 5.3.2
nuget FsPickler.Json ~> 5.3.2
Expand Down
8 changes: 4 additions & 4 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ NUGET
Aardvark.SceneGraph (5.5)
FSharp.Core (>= 8.0)
SharpZipLib (>= 1.4.1 < 1.5)
Adaptify.Core (1.1.13)
FSharp.Data.Adaptive (>= 1.2.13 < 1.3)
Adaptify.MSBuild (1.1.13)
Adaptify.Core (1.1.13)
Adaptify.Core (1.3)
FSharp.Data.Adaptive (>= 1.2.14 < 1.3)
Adaptify.MSBuild (1.3)
Adaptify.Core (1.3)
Aether (8.3.1)
FSharp.Core (>= 4.3.4)
System.ValueTuple (>= 4.4) - restriction: || (== net471) (&& (== net8.0) (>= net45)) (&& (== net8.0-windows10.0.17763.0) (>= net45)) (&& (== netstandard2.0) (>= net45))
Expand Down

0 comments on commit 918c62c

Please sign in to comment.