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

Commit d08274f

Browse files
committed
Version v0.12.0
1 parent 07f4563 commit d08274f

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

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.10.0</Version>
4+
<Version>0.12.0</Version>
55
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>

OnnxStack.ImageUpscaler/OnnxStack.ImageUpscaler.csproj

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

33
<PropertyGroup>
4+
<Version>0.12.0</Version>
45
<TargetFramework>net7.0</TargetFramework>
56
<ImplicitUsings>disable</ImplicitUsings>
67
<Nullable>disable</Nullable>

OnnxStack.StableDiffusion/OnnxStack.StableDiffusion.csproj

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

33
<PropertyGroup>
4-
<Version>0.10.0</Version>
4+
<Version>0.12.0</Version>
55
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
@@ -43,15 +43,14 @@
4343
</ItemGroup>
4444

4545
<ItemGroup>
46-
<PackageReference Include="OnnxStack.Core" Version="0.10.0" Condition=" '$(Configuration)' == 'Release' " />
46+
<PackageReference Include="OnnxStack.Core" Version="0.12.0" Condition=" '$(Configuration)' == 'Release' " />
4747
<ProjectReference Include="..\OnnxStack.Core\OnnxStack.Core.csproj" Condition=" '$(Configuration)' == 'Debug' " />
4848
</ItemGroup>
4949

5050

5151
<ItemGroup>
5252
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
5353
<PackageReference Include="NumSharp" Version="0.30.0" />
54-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
5554
</ItemGroup>
5655

5756
<ItemGroup>

OnnxStack.UI/OnnxStack.UI.csproj

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

33
<PropertyGroup>
4-
<Version>0.10.0</Version>
4+
<Version>0.12.0</Version>
55
<OutputType>WinExe</OutputType>
66
<TargetFramework>net7.0-windows</TargetFramework>
77
<Nullable>disable</Nullable>
@@ -40,17 +40,15 @@
4040
</ItemGroup>
4141

4242
<ItemGroup>
43-
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.5.1" />
44-
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.10.0" Condition=" '$(Configuration)' == 'Release' " />
43+
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.12.0" Condition=" '$(Configuration)' == 'Release' " />
4544
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition=" '$(Configuration)' == 'Debug' " />
4645
</ItemGroup>
4746

4847

4948
<ItemGroup>
49+
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.5.1" />
5050
<PackageReference Include="LibGit2Sharp" Version="0.28.0" />
5151
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
52-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
53-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
5452
<PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.16.2" />
5553
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
5654
</ItemGroup>

0 commit comments

Comments
 (0)