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

Commit 03a86b7

Browse files
committed
Version v0.10.0
1 parent 224d5e4 commit 03a86b7

File tree

4 files changed

+12
-7
lines changed

4 files changed

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

OnnxStack.StableDiffusion/OnnxStack.StableDiffusion.csproj

Lines changed: 2 additions & 2 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.9.0</Version>
4+
<Version>0.10.0</Version>
55
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
@@ -43,7 +43,7 @@
4343
</ItemGroup>
4444

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

OnnxStack.UI/OnnxStack.UI.csproj

Lines changed: 2 additions & 2 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.9.0</Version>
4+
<Version>0.10.0</Version>
55
<OutputType>WinExe</OutputType>
66
<TargetFramework>net7.0-windows</TargetFramework>
77
<Nullable>disable</Nullable>
@@ -41,7 +41,7 @@
4141

4242
<ItemGroup>
4343
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.5.1" />
44-
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.9.0" Condition=" '$(Configuration)' == 'Release' " />
44+
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.10.0" Condition=" '$(Configuration)' == 'Release' " />
4545
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition=" '$(Configuration)' == 'Debug' " />
4646
</ItemGroup>
4747

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
</p>
44

55

6-
![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/saddam213/OnnxStack)
6+
77
[![Core Badge](https://img.shields.io/nuget/v/OnnxStack.Core?color=4bc51e&label=OnnxStack.Core)](https://www.nuget.org/packages/OnnxStack.Core)
88
![Nuget](https://img.shields.io/nuget/dt/OnnxStack.Core)
99
[![StableDiffusion Badge](https://img.shields.io/nuget/v/OnnxStack.StableDiffusion?color=4bc51e&label=OnnxStack.StableDiffusion)](https://www.nuget.org/packages/OnnxStack.StableDiffusion)
1010
![Nuget](https://img.shields.io/nuget/dt/OnnxStack.StableDiffusion)
11+
[![StableDiffusion Badge](https://img.shields.io/nuget/v/OnnxStack.StableDiffusion?color=4bc51e&label=OnnxStack.UI)](https://github.com/saddam213/OnnxStack/releases)
12+
![Nuget](https://img.shields.io/github/downloads/saddam213/OnnxStack/total)
13+
14+
15+
![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/saddam213/OnnxStack)
1116
[![Discord](https://img.shields.io/discord/1170119641545314375?label=Discord&)](https://discord.gg/YmUpFaaFsf)
1217
[![YouTube Channel Views](https://img.shields.io/youtube/channel/views/UCaWjlIC2uz8hDIZCBXjyDRw)](https://www.youtube.com/@OnnxStack)
1318

@@ -20,7 +25,7 @@ OnnxStack transforms machine learning in .NET, Seamlessly integrating with `ONNX
2025
Welcome to Python-free AI integration with OnnxStack!
2126

2227

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

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

0 commit comments

Comments
 (0)