Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 87f1571

Browse files
committed
Version v0.39.0
1 parent 1a46a2a commit 87f1571

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

OnnxStack.Console/OnnxStack.Console.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.31.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
20-
<PackageReference Include="OnnxStack.ImageUpscaler" Version="0.31.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
21-
<PackageReference Include="OnnxStack.FeatureExtractor" Version="0.31.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
19+
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.39.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
20+
<PackageReference Include="OnnxStack.ImageUpscaler" Version="0.39.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
21+
<PackageReference Include="OnnxStack.FeatureExtractor" Version="0.39.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
2222
<ProjectReference Include="..\OnnxStack.FeatureExtractor\OnnxStack.FeatureExtractor.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
2323
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
2424
<ProjectReference Include="..\OnnxStack.ImageUpscaler\OnnxStack.ImageUpscaler.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
2525
</ItemGroup>
2626

2727
<ItemGroup>
2828
<PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.18.0" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Release' " />
29-
<PackageReference Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.17.3" Condition=" '$(Configuration)' == 'Debug-Nvidia' OR '$(Configuration)' == 'Release-Nvidia'" />
29+
<PackageReference Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.18.0" Condition=" '$(Configuration)' == 'Debug-Nvidia' OR '$(Configuration)' == 'Release-Nvidia'" />
3030
</ItemGroup>
3131

3232
<ItemGroup>

OnnxStack.Core/OnnxStack.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.31.28</Version>
4+
<Version>0.39.0</Version>
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>

OnnxStack.FeatureExtractor/OnnxStack.FeatureExtractor.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.31.11</Version>
4+
<Version>0.39.0</Version>
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
@@ -35,7 +35,7 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<PackageReference Include="OnnxStack.Core" Version="0.31.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
38+
<PackageReference Include="OnnxStack.Core" Version="0.39.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
3939
<ProjectReference Include="..\OnnxStack.Core\OnnxStack.Core.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)'=='Debug-Nvidia'" />
4040
</ItemGroup>
4141

OnnxStack.ImageUpscaler/OnnxStack.ImageUpscaler.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.31.11</Version>
4+
<Version>0.39.0</Version>
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
@@ -35,7 +35,7 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<PackageReference Include="OnnxStack.Core" Version="0.31.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
38+
<PackageReference Include="OnnxStack.Core" Version="0.39.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
3939
<ProjectReference Include="..\OnnxStack.Core\OnnxStack.Core.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)'=='Debug-Nvidia'" />
4040
</ItemGroup>
4141

OnnxStack.StableDiffusion/OnnxStack.StableDiffusion.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.31.29</Version>
4+
<Version>0.39.0</Version>
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
@@ -44,7 +44,7 @@
4444
</ItemGroup>
4545

4646
<ItemGroup>
47-
<PackageReference Include="OnnxStack.Core" Version="0.31.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
47+
<PackageReference Include="OnnxStack.Core" Version="0.39.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
4848
<ProjectReference Include="..\OnnxStack.Core\OnnxStack.Core.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)'=='Debug-Nvidia'" />
4949
</ItemGroup>
5050

OnnxStack.UI/OnnxStack.UI.csproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.31.0</Version>
4+
<Version>0.39.0</Version>
55
<OutputType>WinExe</OutputType>
66
<TargetFramework>net8.0-windows</TargetFramework>
77
<Nullable>disable</Nullable>
@@ -47,23 +47,23 @@
4747
</ItemGroup>
4848

4949
<ItemGroup>
50-
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.31.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
51-
<PackageReference Include="OnnxStack.ImageUpscaler" Version="0.31.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
52-
<PackageReference Include="OnnxStack.FeatureExtractor" Version="0.31.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
50+
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.39.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
51+
<PackageReference Include="OnnxStack.ImageUpscaler" Version="0.39.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
52+
<PackageReference Include="OnnxStack.FeatureExtractor" Version="0.39.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
5353
<ProjectReference Include="..\OnnxStack.FeatureExtractor\OnnxStack.FeatureExtractor.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
5454
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
5555
<ProjectReference Include="..\OnnxStack.ImageUpscaler\OnnxStack.ImageUpscaler.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
5656
</ItemGroup>
5757

5858
<ItemGroup>
5959
<PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.18.0" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Release' " />
60-
<PackageReference Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.17.3" Condition=" '$(Configuration)' == 'Debug-Nvidia' OR '$(Configuration)' == 'Release-Nvidia'" />
60+
<PackageReference Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.18.0" Condition=" '$(Configuration)' == 'Debug-Nvidia' OR '$(Configuration)' == 'Release-Nvidia'" />
6161
</ItemGroup>
6262

6363
<ItemGroup>
6464
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.6.0" />
6565
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
66-
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
66+
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.122" />
6767
</ItemGroup>
6868

6969
<ItemGroup>

0 commit comments

Comments
 (0)