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

Commit d60d421

Browse files
committed
Version bump
1 parent a14bdf0 commit d60d421

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-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.5.0</Version>
4+
<Version>0.6.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.5.0</Version>
4+
<Version>0.6.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.5.0" Condition=" '$(Configuration)' == 'Release' " />
46+
<PackageReference Include="OnnxStack.Core" Version="0.6.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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<Version>0.6.0</Version>
45
<OutputType>WinExe</OutputType>
56
<TargetFramework>net7.0-windows</TargetFramework>
67
<Nullable>disable</Nullable>
@@ -48,7 +49,7 @@
4849
</ItemGroup>
4950

5051
<ItemGroup>
51-
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.5.0" Condition=" '$(Configuration)' == 'Release' "/>
52+
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.6.0" Condition=" '$(Configuration)' == 'Release' "/>
5253
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" />
5354
</ItemGroup>
5455

OnnxStack.WebUI/OnnxStack.WebUI.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4+
<Version>0.6.0</Version>
45
<TargetFramework>net7.0</TargetFramework>
56
<Nullable>disable</Nullable>
67
<ImplicitUsings>enable</ImplicitUsings>
78
<PlatformTarget>x64</PlatformTarget>
89
</PropertyGroup>
910

1011
<ItemGroup>
11-
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.5.0" Condition=" '$(Configuration)' == 'Release' "/>
12+
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.6.0" Condition=" '$(Configuration)' == 'Release' "/>
1213
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" />
1314
</ItemGroup>
1415

0 commit comments

Comments
 (0)