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

Commit

Permalink
Version v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saddam213 committed Feb 1, 2024
1 parent f304f2b commit 9f42b0e
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 22 deletions.
7 changes: 4 additions & 3 deletions OnnxStack.Console/OnnxStack.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.15.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
<PackageReference Include="OnnxStack.ImageUpscaler" Version="0.15.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
<ProjectReference Include="..\OnnxStack.FeatureExtractor\OnnxStack.FeatureExtractor.csproj" />
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.19.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
<PackageReference Include="OnnxStack.ImageUpscaler" Version="0.19.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
<PackageReference Include="OnnxStack.FeatureExtractor" Version="0.19.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
<ProjectReference Include="..\OnnxStack.FeatureExtractor\OnnxStack.FeatureExtractor.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Cuda' OR '$(Configuration)' == 'Debug-TensorRT'" />
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Cuda' OR '$(Configuration)' == 'Debug-TensorRT'" />
<ProjectReference Include="..\OnnxStack.ImageUpscaler\OnnxStack.ImageUpscaler.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Cuda' OR '$(Configuration)' == 'Debug-TensorRT'" />
</ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions OnnxStack.Core/OnnxStack.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.17.0</Version>
<Version>0.19.0</Version>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<PlatformTarget>x64</PlatformTarget>

<Title>OnnxStack.Core</Title>
<Company>Backyard Industries</Company>
<Company>Stackyard AI</Company>
<Description>
OnnxRuntime Integration Library for .NET Core

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.
OnnxStack transforms machine learning in .NET, Seamlessly integrating with ONNX Runtime and Microsoft ML, this library empowers you to build, deploy, and execute machine learning models entirely within the .NET ecosystem. Bid farewell to Python dependencies and embrace a new era of intelligent applications tailored for .NET
</Description>
<Copyright>Backyard Industries - 2023</Copyright>
<Copyright>Stackyard AI - 2024</Copyright>
<RepositoryUrl>https://github.com/saddam213/OnnxStack</RepositoryUrl>
<PackageTags>onnx;onnx-runtime;llm;stable-diffusion</PackageTags>
<Authors>sa_ddam213</Authors>
Expand Down
8 changes: 4 additions & 4 deletions OnnxStack.FeatureExtractor/OnnxStack.FeatureExtractor.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.17.0</Version>
<Version>0.19.0</Version>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<PlatformTarget>x64</PlatformTarget>

<Title>OnnxStack.FeatureExtractor</Title>
<Company>Backyard Industries</Company>
<Company>Stackyard AI</Company>
<Description>
OnnxRuntime Image Feature Extractor Library for .NET Core
</Description>
<Copyright>Backyard Industries - 2023</Copyright>
<Copyright>Stackyard AI - 2024</Copyright>
<RepositoryUrl>https://github.com/saddam213/OnnxStack</RepositoryUrl>
<PackageTags>onnx;onnx-runtime;</PackageTags>
<Authors>sa_ddam213</Authors>
Expand All @@ -35,7 +35,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OnnxStack.Core" Version="0.17.0" Condition=" '$(Configuration)' == 'Release' " />
<PackageReference Include="OnnxStack.Core" Version="0.19.0" Condition=" '$(Configuration)' == 'Release' " />
<ProjectReference Include="..\OnnxStack.Core\OnnxStack.Core.csproj" Condition=" '$(Configuration)' == 'Debug' " />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions OnnxStack.ImageUpscaler/OnnxStack.ImageUpscaler.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.17.0</Version>
<Version>0.19.0</Version>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<PlatformTarget>x64</PlatformTarget>

<Title>OnnxStack.ImageUpscaler</Title>
<Company>Backyard Industries</Company>
<Company>Stackyard AI</Company>
<Description>
OnnxRuntime Image Upscale Library for .NET Core
</Description>
<Copyright>Backyard Industries - 2023</Copyright>
<Copyright>Stackyard AI - 2024</Copyright>
<RepositoryUrl>https://github.com/saddam213/OnnxStack</RepositoryUrl>
<PackageTags>onnx;onnx-runtime;upscale</PackageTags>
<Authors>sa_ddam213</Authors>
Expand All @@ -34,7 +34,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OnnxStack.Core" Version="0.17.0" Condition=" '$(Configuration)' == 'Release' " />
<PackageReference Include="OnnxStack.Core" Version="0.19.0" Condition=" '$(Configuration)' == 'Release' " />
<ProjectReference Include="..\OnnxStack.Core\OnnxStack.Core.csproj" Condition=" '$(Configuration)' == 'Debug' " />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions OnnxStack.StableDiffusion/OnnxStack.StableDiffusion.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.17.0</Version>
<Version>0.19.0</Version>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<PlatformTarget>x64</PlatformTarget>

<Title>OnnxStack.StableDiffusion</Title>
<Company>Backyard Industries</Company>
<Company>Stackyard AI</Company>
<Description>
Stable Diffusion Integration Library for .NET Core

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.
</Description>
<Copyright>Backyard Industries - 2023</Copyright>
<Copyright>Stackyard AI - 2023</Copyright>
<RepositoryUrl>https://github.com/saddam213/OnnxStack</RepositoryUrl>
<PackageTags>onnx;onnx-runtime;llm;stable-diffusion</PackageTags>
<Authors>sa_ddam213</Authors>
Expand Down Expand Up @@ -44,7 +44,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OnnxStack.Core" Version="0.17.0" Condition=" '$(Configuration)' == 'Release' " />
<PackageReference Include="OnnxStack.Core" Version="0.19.0" Condition=" '$(Configuration)' == 'Release' " />
<ProjectReference Include="..\OnnxStack.Core\OnnxStack.Core.csproj" Condition=" '$(Configuration)' == 'Debug' " />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions OnnxStack.UI/OnnxStack.UI.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.17.0</Version>
<Version>0.19.0</Version>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<Nullable>disable</Nullable>
Expand Down Expand Up @@ -51,8 +51,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.17.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
<PackageReference Include="OnnxStack.ImageUpscaler" Version="0.17.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.19.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
<PackageReference Include="OnnxStack.ImageUpscaler" Version="0.19.0" Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Cuda' OR '$(Configuration)' == 'Release-TensorRT'" />
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Cuda' OR '$(Configuration)' == 'Debug-TensorRT'" />
<ProjectReference Include="..\OnnxStack.ImageUpscaler\OnnxStack.ImageUpscaler.csproj" Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Cuda' OR '$(Configuration)' == 'Debug-TensorRT'" />
</ItemGroup>
Expand Down

0 comments on commit 9f42b0e

Please sign in to comment.