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

Commit ca11e4c

Browse files
committed
Version v0.16.0
1 parent c042de9 commit ca11e4c

File tree

4 files changed

+8
-8
lines changed

4 files changed

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

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.15.0</Version>
4+
<Version>0.16.0</Version>
55
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
@@ -34,7 +34,7 @@
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="OnnxStack.Core" Version="0.15.0" Condition=" '$(Configuration)' == 'Release' " />
37+
<PackageReference Include="OnnxStack.Core" Version="0.16.0" Condition=" '$(Configuration)' == 'Release' " />
3838
<ProjectReference Include="..\OnnxStack.Core\OnnxStack.Core.csproj" Condition=" '$(Configuration)' == 'Debug' " />
3939
</ItemGroup>
4040

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.15.0</Version>
4+
<Version>0.16.0</Version>
55
<TargetFramework>net7.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.15.0" Condition=" '$(Configuration)' == 'Release' " />
47+
<PackageReference Include="OnnxStack.Core" Version="0.16.0" Condition=" '$(Configuration)' == 'Release' " />
4848
<ProjectReference Include="..\OnnxStack.Core\OnnxStack.Core.csproj" Condition=" '$(Configuration)' == 'Debug' " />
4949
</ItemGroup>
5050

OnnxStack.UI/OnnxStack.UI.csproj

+3-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.15.0</Version>
4+
<Version>0.16.0</Version>
55
<OutputType>WinExe</OutputType>
66
<TargetFramework>net7.0-windows</TargetFramework>
77
<Nullable>disable</Nullable>
@@ -51,8 +51,8 @@
5151
</ItemGroup>
5252

5353
<ItemGroup>
54-
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.15.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
55-
<PackageReference Include="OnnxStack.ImageUpscaler" Version="0.15.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
54+
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.16.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
55+
<PackageReference Include="OnnxStack.ImageUpscaler" Version="0.16.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
5656
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Cuda' OR '$(Configuration)' == 'Debug-TensorRT'" />
5757
<ProjectReference Include="..\OnnxStack.ImageUpscaler\OnnxStack.ImageUpscaler.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Cuda' OR '$(Configuration)' == 'Debug-TensorRT'" />
5858
</ItemGroup>

0 commit comments

Comments
 (0)