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

Commit de58517

Browse files
committed
Merge branch 'master' into UpscaleUI
# Conflicts: # OnnxStack.UI/OnnxStack.UI.csproj
2 parents 00bd79f + c1bb71a commit de58517

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

OnnxStack.Core/OnnxStack.Core.csproj

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 2 additions & 3 deletions
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

Lines changed: 3 additions & 4 deletions
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,16 +40,15 @@
4040
</ItemGroup>
4141

4242
<ItemGroup>
43+
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.12.0" Condition=" '$(Configuration)' == 'Release' " />
4344
<ProjectReference Include="..\OnnxStack.ImageUpscaler\OnnxStack.ImageUpscaler.csproj" />
4445
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition=" '$(Configuration)' == 'Debug' " />
4546
</ItemGroup>
4647

4748
<ItemGroup>
48-
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.10.0" Condition=" '$(Configuration)' == 'Release' " />
49+
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.5.1" />
4950
<PackageReference Include="LibGit2Sharp" Version="0.28.0" />
5051
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
51-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
52-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
5352
<PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.16.2" />
5453
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
5554
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.5.1" />

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OnnxStack transforms machine learning in .NET, Seamlessly integrating with `ONNX
2525
Welcome to Python-free AI integration with OnnxStack!
2626

2727

28-
## **Latest Release Download: [OnnxStack UI v0.10.0](https://github.com/saddam213/OnnxStack/releases/download/v0.10.0/WindowsUI.v0.10.0.zip)**
28+
## **Latest Release Download: [OnnxStack UI v0.12.0](https://github.com/saddam213/OnnxStack/releases/download/v0.12.0/WindowsUI.v0.12.0.zip)**
2929

3030
### **[Discord](https://discord.gg/YxbQfbegdS)** | **[Youtube](https://www.youtube.com/@OnnxStack)**
3131

0 commit comments

Comments
 (0)