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

Commit 92504d5

Browse files
committed
Release 0.2.0, Nuget Packages uploaded
1 parent 736ac4f commit 92504d5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

OnnxStack.Core/OnnxStack.Core.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.1.0</Version>
4+
<Version>0.2.0</Version>
55
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
@@ -12,7 +12,7 @@
1212
<Description>
1313
OnnxRuntime Integration Library for .NET Core
1414

15-
Enhance your .NET Core applications with seamless integration of OnnxRuntime models using our comprehensive .NET Core services. Our library facilitates robust interfacing with OnnxRuntime models, allowing you to harness its powerful features in a wide range of .NET Core applications.
15+
This repository harnesses the capabilities of both ONNX Runtime and Microsoft ML, offering a comprehensive solution that empowers developers to build, deploy, and execute machine learning models seamlessly in .NET environments, unlocking a world of possibilities for intelligent applications.
1616
</Description>
1717
<Copyright>Backyard Industries - 2023</Copyright>
1818
<RepositoryUrl>https://github.com/saddam213/OnnxStack</RepositoryUrl>

OnnxStack.StableDiffusion/OnnxStack.StableDiffusion.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.1.0</Version>
4+
<Version>0.2.0</Version>
55
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
@@ -10,9 +10,9 @@
1010
<Title>OnnxStack.StableDiffusion</Title>
1111
<Company>Backyard Industries</Company>
1212
<Description>
13-
Stable Diffusion Integration Library for .NET Core using OnnxRuntime
13+
Stable Diffusion Integration Library for .NET Core
1414

15-
Enhance your .NET Core applications with seamless integration of Stable Diffusion using our comprehensive .NET Core services. Our library facilitates robust interfacing with OnnxRuntime Stable Diffusion models, allowing you to harness its powerful features in a wide range of .NET Core applications.
15+
This repository harnesses the capabilities of both ONNX Runtime and Microsoft ML, offering a comprehensive solution that empowers developers to build, deploy, and execute machine learning models seamlessly in .NET environments, unlocking a world of possibilities for intelligent applications.
1616
</Description>
1717
<Copyright>Backyard Industries - 2023</Copyright>
1818
<RepositoryUrl>https://github.com/saddam213/OnnxStack</RepositoryUrl>
@@ -43,7 +43,7 @@
4343
</ItemGroup>
4444

4545
<ItemGroup>
46-
<PackageReference Include="OnnxStack.Core" Version="0.1.0" Condition=" '$(Configuration)' == 'Release' " />
46+
<PackageReference Include="OnnxStack.Core" Version="0.2.0" Condition=" '$(Configuration)' == 'Release' " />
4747
<ProjectReference Include="..\OnnxStack.Core\OnnxStack.Core.csproj" Condition=" '$(Configuration)' == 'Debug' " />
4848
</ItemGroup>
4949

0 commit comments

Comments
 (0)