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

Commit 2fcf7f9

Browse files
committed
Version 0.4.0
1 parent a3cc32a commit 2fcf7f9

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

OnnxStack.Core/OnnxStack.Core.csproj

Lines changed: 8 additions & 5 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.3.1</Version>
4+
<Version>0.4.0</Version>
55
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
@@ -32,10 +32,6 @@
3232
<Pack>True</Pack>
3333
<PackagePath>\</PackagePath>
3434
</None>
35-
<None Include="..\README.md">
36-
<Pack>True</Pack>
37-
<PackagePath>\</PackagePath>
38-
</None>
3935
</ItemGroup>
4036

4137
<ItemGroup>
@@ -46,4 +42,11 @@
4642
<PackageReference Include="Microsoft.ML.OnnxRuntime.Managed" Version="1.16.1" />
4743
</ItemGroup>
4844

45+
<ItemGroup>
46+
<None Update="README.md">
47+
<Pack>True</Pack>
48+
<PackagePath>\</PackagePath>
49+
</None>
50+
</ItemGroup>
51+
4952
</Project>

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.3.1</Version>
4+
<Version>0.4.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.3.1" Condition=" '$(Configuration)' == 'Release' " />
46+
<PackageReference Include="OnnxStack.Core" Version="0.4.0" Condition=" '$(Configuration)' == 'Release' " />
4747
<ProjectReference Include="..\OnnxStack.Core\OnnxStack.Core.csproj" Condition=" '$(Configuration)' == 'Debug' " />
4848
</ItemGroup>
4949

OnnxStack.WebUI/OnnxStack.WebUI.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
@@ -8,13 +8,14 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="AspNetCore.Unobtrusive.Ajax" Version="2.0.0" />
12-
<PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.16.1" />
13-
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
11+
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.4.0" Condition=" '$(Configuration)' == 'Release' "/>
12+
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" />
1413
</ItemGroup>
1514

1615
<ItemGroup>
17-
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" />
16+
<PackageReference Include="AspNetCore.Unobtrusive.Ajax" Version="2.0.0" />
17+
<PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.16.1" />
18+
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
1819
</ItemGroup>
1920

2021
<ItemGroup>

0 commit comments

Comments
 (0)