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

Commit 90412eb

Browse files
committed
Version v0.13.0
1 parent 9b28719 commit 90412eb

File tree

4 files changed

+5
-5
lines changed

4 files changed

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

OnnxStack.ImageUpscaler/OnnxStack.ImageUpscaler.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.12.0</Version>
4+
<Version>0.13.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.12.0</Version>
4+
<Version>0.13.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.12.0" Condition=" '$(Configuration)' == 'Release' " />
46+
<PackageReference Include="OnnxStack.Core" Version="0.13.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: 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.12.0</Version>
4+
<Version>0.13.0</Version>
55
<OutputType>WinExe</OutputType>
66
<TargetFramework>net7.0-windows</TargetFramework>
77
<Nullable>disable</Nullable>

0 commit comments

Comments
 (0)