Skip to content

Commit

Permalink
### 0.2.2
Browse files Browse the repository at this point in the history
* updated dependencies (base, rendering, Minicv)
  • Loading branch information
aszabo314 committed Sep 23, 2024
1 parent 360ad58 commit 9588854
Show file tree
Hide file tree
Showing 9 changed files with 279 additions and 268 deletions.
32 changes: 16 additions & 16 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"version": 1,
"isRoot": true,
"tools": {
"paket": {
"version": "7.0.0-alpha003",
"commands": [
"paket"
]
},
"aardpack": {
"version": "1.0.10",
"commands": [
"aardpack"
]
}
"version": 1,
"isRoot": true,
"tools": {
"paket": {
"version": "8.0.3",
"commands": [
"paket"
]
},
"aardpack": {
"version": "1.0.22",
"commands": [
"aardpack"
]
}
}
}
}
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Dotnet
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.100'
global-json-file: global.json
- name: Build
run: sh ./build.sh
6 changes: 3 additions & 3 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Dotnet
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.100'
global-json-file: global.json
- name: Build
run: bash ./build.sh
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Dotnet
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.100'
global-json-file: global.json
- name: Restore Tools
run: dotnet tool restore
- name: Restore
Expand All @@ -30,7 +30,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: dotnet aardpack src\Aardvark.Reconstruction.sln --notag
- name: Upload Packages
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: packages
path: bin\pack
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Dotnet
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.100'
global-json-file: global.json
- name: Build
run: .\build.cmd
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.2.2
* updated dependencies (base, rendering, Minicv)

### 0.2.1
* updated dependencies (rendering)

Expand Down
7 changes: 7 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sdk": {
"version": "8.0.0",
"rollForward": "latestFeature",
"allowPrerelease": false
}
}
28 changes: 14 additions & 14 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@ source https://api.nuget.org/v3/index.json

nuget FSharp.Core >= 5.0.0 lowest_matching: true

nuget Aardvark.Base ~> 5.2.2
nuget Aardvark.Base.Incremental ~> 5.2.2
nuget Aardvark.Base.FSharp ~> 5.2.2
nuget Aardvark.Base.Tensors ~> 5.2.2
nuget Aardvark.Base ~> 5.3.0
nuget Aardvark.Base.Incremental ~> 5.3.0
nuget Aardvark.Base.FSharp ~> 5.3.0
nuget Aardvark.Base.Tensors ~> 5.3.0


nuget Aardvark.SceneGraph ~> 5.4.5
nuget Aardvark.SceneGraph.IO ~> 5.4.5
nuget Aardvark.Application.Slim ~> 5.4.5
nuget Aardvark.Application.Slim.GL ~> 5.4.5
nuget Aardvark.Application.Slim.Vulkan ~> 5.4.5
nuget Aardvark.Application.Utilities ~> 5.4.5
nuget Aardvark.Rendering.Text ~> 5.4.5
nuget Aardvark.SceneGraph ~> 5.5.0
nuget Aardvark.SceneGraph.Assimp ~> 5.5.0
nuget Aardvark.Application.Slim ~> 5.5.0
nuget Aardvark.Application.Slim.GL ~> 5.5.0
nuget Aardvark.Application.Slim.Vulkan ~> 5.5.0
nuget Aardvark.Application.Utilities ~> 5.5.0
nuget Aardvark.Rendering.Text ~> 5.5.0

nuget FSharp.Data.Adaptive ~> 1.2.8

nuget FShade ~> 5.5.2
nuget FShade ~> 5.6.0

nuget MiniCV ~> 1.1.8
nuget MiniCV ~> 1.1.16
nuget FSharp.Data
nuget MetadataExtractor

nuget FsCheck = 2.14.0
nuget Expecto ~> 8.13.1
nuget Expecto.FsCheck ~> 8.13.1

nuget Aardvark.Geometry.PointTree ~> 5.2.0
nuget Aardvark.Geometry.PointTree ~> 5.5.0
nuget Aardvark.Build ~> 1.0.11
Loading

0 comments on commit 9588854

Please sign in to comment.