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

Commit 2928d00

Browse files
committed
Version v0.22.0
1 parent 23b0c27 commit 2928d00

File tree

5 files changed

+13
-13
lines changed

5 files changed

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

OnnxStack.FeatureExtractor/OnnxStack.FeatureExtractor.csproj

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

33
<PropertyGroup>
4-
<Version>0.21.0</Version>
4+
<Version>0.22.0</Version>
55
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
@@ -35,7 +35,7 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<PackageReference Include="OnnxStack.Core" Version="0.21.0" Condition=" '$(Configuration)' == 'Release' " />
38+
<PackageReference Include="OnnxStack.Core" Version="0.22.0" Condition=" '$(Configuration)' == 'Release' " />
3939
<ProjectReference Include="..\OnnxStack.Core\OnnxStack.Core.csproj" Condition=" '$(Configuration)' == 'Debug' " />
4040
</ItemGroup>
4141

OnnxStack.ImageUpscaler/OnnxStack.ImageUpscaler.csproj

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

33
<PropertyGroup>
4-
<Version>0.21.0</Version>
4+
<Version>0.22.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.21.0" Condition=" '$(Configuration)' == 'Release' " />
37+
<PackageReference Include="OnnxStack.Core" Version="0.22.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.21.0</Version>
4+
<Version>0.22.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.21.0" Condition=" '$(Configuration)' == 'Release' " />
47+
<PackageReference Include="OnnxStack.Core" Version="0.22.0" Condition=" '$(Configuration)' == 'Release' " />
4848
<ProjectReference Include="..\OnnxStack.Core\OnnxStack.Core.csproj" Condition=" '$(Configuration)' == 'Debug' " />
4949
</ItemGroup>
5050

OnnxStack.UI/OnnxStack.UI.csproj

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

33
<PropertyGroup>
4-
<Version>0.21.0</Version>
4+
<Version>0.22.0</Version>
55
<OutputType>WinExe</OutputType>
66
<TargetFramework>net7.0-windows</TargetFramework>
77
<Nullable>disable</Nullable>
@@ -51,9 +51,9 @@
5151
</ItemGroup>
5252

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

0 commit comments

Comments
 (0)