Skip to content

Commit b764bce

Browse files
committed
nuget update everything
1 parent 544f8ad commit b764bce

File tree

35 files changed

+1598
-1637
lines changed

35 files changed

+1598
-1637
lines changed

examples/Imageflow.Server.Example/Imageflow.Server.Example.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.300" />
11-
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="5.0.0" />
10+
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.301" />
11+
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.7" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

examples/Imageflow.Server.Example/packages.lock.json

Lines changed: 189 additions & 216 deletions
Large diffs are not rendered by default.

examples/Imageflow.Server.ExampleMinimal/packages.lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
},
1010
"Imageflow.AllPlatforms": {
1111
"type": "Transitive",
12-
"resolved": "0.13.1",
13-
"contentHash": "cOuUD9JqwgGqkOwaXe3rjmHdA8F1x1Bqsu4m9x9tgJUGsMqytOeujYHz/trctU+VY8rODoCVw4fStJ8vVELIeQ==",
12+
"resolved": "0.13.2",
13+
"contentHash": "RAvdU2qaqP+orATtDoy0C1e5ZmxECNkO4LPyYAcRNM4E1p86zyPh3H1mlmnncBrgU0799aXsvginm8/m3IoLBw==",
1414
"dependencies": {
1515
"Imageflow.NativeRuntime.osx-x86_64": "2.0.0-preview8",
1616
"Imageflow.NativeRuntime.ubuntu-x86_64": "2.0.0-preview8",
1717
"Imageflow.NativeRuntime.win-x86": "2.0.0-preview8",
1818
"Imageflow.NativeRuntime.win-x86_64": "2.0.0-preview8",
19-
"Imageflow.Net": "0.13.1"
19+
"Imageflow.Net": "0.13.2"
2020
}
2121
},
2222
"Imageflow.NativeRuntime.osx-x86_64": {
@@ -41,8 +41,8 @@
4141
},
4242
"Imageflow.Net": {
4343
"type": "Transitive",
44-
"resolved": "0.13.1",
45-
"contentHash": "QHSghMGgiy4DhRloqEgNaaY+AM/28mwSF5Q371B90JyKDGIEtJPYMX+d8AkCmHuuf9Tgc6Zl8v+9ieY5yXGcNw==",
44+
"resolved": "0.13.2",
45+
"contentHash": "9HGmpQY5NzuoVtsnm3I+6tkCFnPDHqhlQDekBlnpYVL8t/YiMUPdf+rrl5D1RNO7Hor2Vs1Xno0wZEF7ER39tQ==",
4646
"dependencies": {
4747
"Microsoft.IO.RecyclableMemoryStream": "[3.0.0, 4.0.0)",
4848
"System.Text.Json": "6.0.9"
@@ -142,7 +142,7 @@
142142
"imageflow.server": {
143143
"type": "Project",
144144
"dependencies": {
145-
"Imageflow.AllPlatforms": "[0.13.1, )",
145+
"Imageflow.AllPlatforms": "[0.13.2, )",
146146
"Imazen.Common": "[0.1.0--notset, )",
147147
"Imazen.Routing": "[0.1.0--notset, )",
148148
"Microsoft.IO.RecyclableMemoryStream": "[3.0.0, )"
@@ -168,7 +168,7 @@
168168
"type": "Project",
169169
"dependencies": {
170170
"CommunityToolkit.HighPerformance": "[8.*, )",
171-
"Imageflow.Net": "[0.13.0, )",
171+
"Imageflow.Net": "[0.13.2, )",
172172
"Imazen.Abstractions": "[0.1.0--notset, )",
173173
"Imazen.Common": "[0.1.0--notset, )",
174174
"System.Collections.Immutable": "[6.*, )",

examples/Imageflow.Server.ExampleModernAPI/Imageflow.Server.ExampleModernAPI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.3"/>
12-
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0"/>
11+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.7" />
12+
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

examples/Imageflow.Server.ExampleModernAPI/packages.lock.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
"net8.0": {
55
"Microsoft.AspNetCore.OpenApi": {
66
"type": "Direct",
7-
"requested": "[8.0.3, )",
8-
"resolved": "8.0.3",
9-
"contentHash": "mUq0UL+H7UtA3Jud/7/BC7n5W2c4zCvTFUa2hE2+/oQqATa4oGHb87ETON09SEWkcbBRTz3WM16kTE+zuoXq2A==",
7+
"requested": "[8.0.7, )",
8+
"resolved": "8.0.7",
9+
"contentHash": "9SBDNvlwA88r5oD7yUbTmwr9ylkmZWdPQgohBWCdz6cESDAo6JgCD5vEOZS/nq2WIL5SCn3/RamAStcdiRzd4g==",
1010
"dependencies": {
1111
"Microsoft.OpenApi": "1.4.3"
1212
}
1313
},
1414
"Swashbuckle.AspNetCore": {
1515
"type": "Direct",
16-
"requested": "[6.4.0, )",
17-
"resolved": "6.4.0",
18-
"contentHash": "eUBr4TW0up6oKDA5Xwkul289uqSMgY0xGN4pnbOIBqCcN9VKGGaPvHX3vWaG/hvocfGDP+MGzMA0bBBKz2fkmQ==",
16+
"requested": "[6.7.0, )",
17+
"resolved": "6.7.0",
18+
"contentHash": "nrkZMoflCvTKj2yckJ1k/tQu53IRGHYkKp7ESiQETkAaUXzn05CYlCl/DY9kBBbFqefHWIwC/9VmYisD44jqlA==",
1919
"dependencies": {
2020
"Microsoft.Extensions.ApiDescription.Server": "6.0.5",
21-
"Swashbuckle.AspNetCore.Swagger": "6.4.0",
22-
"Swashbuckle.AspNetCore.SwaggerGen": "6.4.0",
23-
"Swashbuckle.AspNetCore.SwaggerUI": "6.4.0"
21+
"Swashbuckle.AspNetCore.Swagger": "6.7.0",
22+
"Swashbuckle.AspNetCore.SwaggerGen": "6.7.0",
23+
"Swashbuckle.AspNetCore.SwaggerUI": "6.7.0"
2424
}
2525
},
2626
"CommunityToolkit.HighPerformance": {
@@ -30,14 +30,14 @@
3030
},
3131
"Imageflow.AllPlatforms": {
3232
"type": "Transitive",
33-
"resolved": "0.13.1",
34-
"contentHash": "cOuUD9JqwgGqkOwaXe3rjmHdA8F1x1Bqsu4m9x9tgJUGsMqytOeujYHz/trctU+VY8rODoCVw4fStJ8vVELIeQ==",
33+
"resolved": "0.13.2",
34+
"contentHash": "RAvdU2qaqP+orATtDoy0C1e5ZmxECNkO4LPyYAcRNM4E1p86zyPh3H1mlmnncBrgU0799aXsvginm8/m3IoLBw==",
3535
"dependencies": {
3636
"Imageflow.NativeRuntime.osx-x86_64": "2.0.0-preview8",
3737
"Imageflow.NativeRuntime.ubuntu-x86_64": "2.0.0-preview8",
3838
"Imageflow.NativeRuntime.win-x86": "2.0.0-preview8",
3939
"Imageflow.NativeRuntime.win-x86_64": "2.0.0-preview8",
40-
"Imageflow.Net": "0.13.1"
40+
"Imageflow.Net": "0.13.2"
4141
}
4242
},
4343
"Imageflow.NativeRuntime.osx-x86_64": {
@@ -62,8 +62,8 @@
6262
},
6363
"Imageflow.Net": {
6464
"type": "Transitive",
65-
"resolved": "0.13.1",
66-
"contentHash": "QHSghMGgiy4DhRloqEgNaaY+AM/28mwSF5Q371B90JyKDGIEtJPYMX+d8AkCmHuuf9Tgc6Zl8v+9ieY5yXGcNw==",
65+
"resolved": "0.13.2",
66+
"contentHash": "9HGmpQY5NzuoVtsnm3I+6tkCFnPDHqhlQDekBlnpYVL8t/YiMUPdf+rrl5D1RNO7Hor2Vs1Xno0wZEF7ER39tQ==",
6767
"dependencies": {
6868
"Microsoft.IO.RecyclableMemoryStream": "[3.0.0, 4.0.0)",
6969
"System.Text.Json": "6.0.9"
@@ -127,29 +127,29 @@
127127
},
128128
"Microsoft.OpenApi": {
129129
"type": "Transitive",
130-
"resolved": "1.4.3",
131-
"contentHash": "rURwggB+QZYcSVbDr7HSdhw/FELvMlriW10OeOzjPT7pstefMo7IThhtNtDudxbXhW+lj0NfX72Ka5EDsG8x6w=="
130+
"resolved": "1.6.14",
131+
"contentHash": "tTaBT8qjk3xINfESyOPE2rIellPvB7qpVqiWiyA/lACVvz+xOGiXhFUfohcx82NLbi5avzLW0lx+s6oAqQijfw=="
132132
},
133133
"Swashbuckle.AspNetCore.Swagger": {
134134
"type": "Transitive",
135-
"resolved": "6.4.0",
136-
"contentHash": "nl4SBgGM+cmthUcpwO/w1lUjevdDHAqRvfUoe4Xp/Uvuzt9mzGUwyFCqa3ODBAcZYBiFoKvrYwz0rabslJvSmQ==",
135+
"resolved": "6.7.0",
136+
"contentHash": "qI1ntGtNnt1Nksi/oDNkmCULVrImHyLWodJhQzghGj9W6uKYMqVl8Y7M2oU8VbHTQZFImD2kYR9ay8LZkJwaqA==",
137137
"dependencies": {
138-
"Microsoft.OpenApi": "1.2.3"
138+
"Microsoft.OpenApi": "1.6.14"
139139
}
140140
},
141141
"Swashbuckle.AspNetCore.SwaggerGen": {
142142
"type": "Transitive",
143-
"resolved": "6.4.0",
144-
"contentHash": "lXhcUBVqKrPFAQF7e/ZeDfb5PMgE8n5t6L5B6/BQSpiwxgHzmBcx8Msu42zLYFTvR5PIqE9Q9lZvSQAcwCxJjw==",
143+
"resolved": "6.7.0",
144+
"contentHash": "e2eRUBYnMBWzyl0esJfcB4YHuG/boD6nmuDcKdRa+nYPU/57+kbZ3Ot4TGpRDTJcZ0BrWoQiYe5mWRy6whvTkQ==",
145145
"dependencies": {
146-
"Swashbuckle.AspNetCore.Swagger": "6.4.0"
146+
"Swashbuckle.AspNetCore.Swagger": "6.7.0"
147147
}
148148
},
149149
"Swashbuckle.AspNetCore.SwaggerUI": {
150150
"type": "Transitive",
151-
"resolved": "6.4.0",
152-
"contentHash": "1Hh3atb3pi8c+v7n4/3N80Jj8RvLOXgWxzix6w3OZhB7zBGRwsy7FWr4e3hwgPweSBpwfElqj4V4nkjYabH9nQ=="
151+
"resolved": "6.7.0",
152+
"contentHash": "Oxyf8IcU28J0FlEVpBhywIAMRo1gvOERMyIZ56iOdyLJSkhz4MJRo4MDR++q+gh+R2f2+4KnATUvpU4wHweZJg=="
153153
},
154154
"System.Collections.Immutable": {
155155
"type": "Transitive",
@@ -194,7 +194,7 @@
194194
"imageflow.server": {
195195
"type": "Project",
196196
"dependencies": {
197-
"Imageflow.AllPlatforms": "[0.13.1, )",
197+
"Imageflow.AllPlatforms": "[0.13.2, )",
198198
"Imazen.Common": "[0.1.0--notset, )",
199199
"Imazen.Routing": "[0.1.0--notset, )",
200200
"Microsoft.IO.RecyclableMemoryStream": "[3.0.0, )"
@@ -220,7 +220,7 @@
220220
"type": "Project",
221221
"dependencies": {
222222
"CommunityToolkit.HighPerformance": "[8.*, )",
223-
"Imageflow.Net": "[0.13.0, )",
223+
"Imageflow.Net": "[0.13.2, )",
224224
"Imazen.Abstractions": "[0.1.0--notset, )",
225225
"Imazen.Common": "[0.1.0--notset, )",
226226
"System.Collections.Immutable": "[6.*, )",

src/Imageflow.Server.Configuration/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"Microsoft.NET.ILLink.Tasks": {
1212
"type": "Direct",
13-
"requested": "[8.0.2, )",
14-
"resolved": "8.0.2",
15-
"contentHash": "hKTrehpfVzOhAz0mreaTAZgbz0DrMEbWq4n3hAo8Ks6WdxdqQhNPvzOqn9VygKuWf1bmxPdraqzTaXriO/sn0A=="
13+
"requested": "[8.0.5, )",
14+
"resolved": "8.0.5",
15+
"contentHash": "4ISW1Ndgz86FkIbu5rVlMqhhtojdy5rUlxC/N+9kPh9qbYcvHiCvYbHKzAPVIx9OPYIjT9trXt7JI42Y5Ukq6A=="
1616
},
1717
"Microsoft.SourceLink.GitHub": {
1818
"type": "Direct",
@@ -37,14 +37,14 @@
3737
},
3838
"Imageflow.AllPlatforms": {
3939
"type": "Transitive",
40-
"resolved": "0.13.1",
41-
"contentHash": "cOuUD9JqwgGqkOwaXe3rjmHdA8F1x1Bqsu4m9x9tgJUGsMqytOeujYHz/trctU+VY8rODoCVw4fStJ8vVELIeQ==",
40+
"resolved": "0.13.2",
41+
"contentHash": "RAvdU2qaqP+orATtDoy0C1e5ZmxECNkO4LPyYAcRNM4E1p86zyPh3H1mlmnncBrgU0799aXsvginm8/m3IoLBw==",
4242
"dependencies": {
4343
"Imageflow.NativeRuntime.osx-x86_64": "2.0.0-preview8",
4444
"Imageflow.NativeRuntime.ubuntu-x86_64": "2.0.0-preview8",
4545
"Imageflow.NativeRuntime.win-x86": "2.0.0-preview8",
4646
"Imageflow.NativeRuntime.win-x86_64": "2.0.0-preview8",
47-
"Imageflow.Net": "0.13.1"
47+
"Imageflow.Net": "0.13.2"
4848
}
4949
},
5050
"Imageflow.NativeRuntime.osx-x86_64": {
@@ -69,8 +69,8 @@
6969
},
7070
"Imageflow.Net": {
7171
"type": "Transitive",
72-
"resolved": "0.13.1",
73-
"contentHash": "QHSghMGgiy4DhRloqEgNaaY+AM/28mwSF5Q371B90JyKDGIEtJPYMX+d8AkCmHuuf9Tgc6Zl8v+9ieY5yXGcNw==",
72+
"resolved": "0.13.2",
73+
"contentHash": "9HGmpQY5NzuoVtsnm3I+6tkCFnPDHqhlQDekBlnpYVL8t/YiMUPdf+rrl5D1RNO7Hor2Vs1Xno0wZEF7ER39tQ==",
7474
"dependencies": {
7575
"Microsoft.IO.RecyclableMemoryStream": "[3.0.0, 4.0.0)",
7676
"System.Text.Json": "6.0.9"
@@ -201,7 +201,7 @@
201201
"imageflow.server": {
202202
"type": "Project",
203203
"dependencies": {
204-
"Imageflow.AllPlatforms": "[0.13.1, )",
204+
"Imageflow.AllPlatforms": "[0.13.2, )",
205205
"Imazen.Common": "[0.1.0--notset, )",
206206
"Imazen.Routing": "[0.1.0--notset, )",
207207
"Microsoft.IO.RecyclableMemoryStream": "[3.0.0, )"
@@ -242,7 +242,7 @@
242242
"type": "Project",
243243
"dependencies": {
244244
"CommunityToolkit.HighPerformance": "[8.*, )",
245-
"Imageflow.Net": "[0.13.0, )",
245+
"Imageflow.Net": "[0.13.2, )",
246246
"Imazen.Abstractions": "[0.1.0--notset, )",
247247
"Imazen.Common": "[0.1.0--notset, )",
248248
"System.Collections.Immutable": "[6.*, )",

src/Imageflow.Server.Host/Imageflow.Server.Host.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
</Content>
2727
</ItemGroup>
2828
<ItemGroup>
29-
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.300" />
30-
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="5.0.0" />
29+
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.301" />
30+
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.7" />
3131
</ItemGroup>
3232

3333
<ItemGroup>

0 commit comments

Comments
 (0)