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

Commit ab48d4b

Browse files
committed
Version v0.8.0
1 parent 5e1029f commit ab48d4b

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
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.7.0</Version>
4+
<Version>0.8.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.7.0</Version>
4+
<Version>0.8.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.7.0" Condition=" '$(Configuration)' == 'Release' " />
46+
<PackageReference Include="OnnxStack.Core" Version="0.8.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: 3 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.6.0</Version>
4+
<Version>0.8.0</Version>
55
<OutputType>WinExe</OutputType>
66
<TargetFramework>net7.0-windows</TargetFramework>
77
<Nullable>disable</Nullable>
@@ -40,8 +40,8 @@
4040
</ItemGroup>
4141

4242
<ItemGroup>
43-
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.7.0" Condition=" '$(Configuration)' == 'Release' " />
44-
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" />
43+
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.8.0" Condition=" '$(Configuration)' == 'Release' " />
44+
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition=" '$(Configuration)' == 'Debug' " />
4545
</ItemGroup>
4646

4747

OnnxStack.sln

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OnnxStack.StableDiffusion",
99
EndProject
1010
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OnnxStack.Console", "OnnxStack.Console\OnnxStack.Console.csproj", "{46A43C80-A440-4461-B7EB-81FA998FB24B}"
1111
EndProject
12-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OnnxStack.WebUI", "OnnxStack.WebUI\OnnxStack.WebUI.csproj", "{E1432983-8736-4968-8B3D-25FD4B5B2FE0}"
13-
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnnxStack.UI", "OnnxStack.UI\OnnxStack.UI.csproj", "{85BB1855-8C3B-4049-A2DD-1130FA6CD846}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OnnxStack.UI", "OnnxStack.UI\OnnxStack.UI.csproj", "{85BB1855-8C3B-4049-A2DD-1130FA6CD846}"
1513
EndProject
1614
Global
1715
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -31,10 +29,6 @@ Global
3129
{46A43C80-A440-4461-B7EB-81FA998FB24B}.Debug|Any CPU.Build.0 = Debug|Any CPU
3230
{46A43C80-A440-4461-B7EB-81FA998FB24B}.Release|Any CPU.ActiveCfg = Release|Any CPU
3331
{46A43C80-A440-4461-B7EB-81FA998FB24B}.Release|Any CPU.Build.0 = Release|Any CPU
34-
{E1432983-8736-4968-8B3D-25FD4B5B2FE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
35-
{E1432983-8736-4968-8B3D-25FD4B5B2FE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
36-
{E1432983-8736-4968-8B3D-25FD4B5B2FE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
37-
{E1432983-8736-4968-8B3D-25FD4B5B2FE0}.Release|Any CPU.Build.0 = Release|Any CPU
3832
{85BB1855-8C3B-4049-A2DD-1130FA6CD846}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3933
{85BB1855-8C3B-4049-A2DD-1130FA6CD846}.Debug|Any CPU.Build.0 = Debug|Any CPU
4034
{85BB1855-8C3B-4049-A2DD-1130FA6CD846}.Release|Any CPU.ActiveCfg = Release|Any CPU

0 commit comments

Comments
 (0)