Skip to content

Commit 1ced5e1

Browse files
committed
Bump Version
1 parent 95f8cbd commit 1ced5e1

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.1.97</Version>
3+
<Version>0.2.0</Version>
44
<Company>TensorStack</Company>
55
<Copyright>TensorStack - 2025</Copyright>
66
<RepositoryUrl>https://github.com/TensorStack-AI/TensorStack</RepositoryUrl>

Examples/TensorStack.Example.TextGeneration/Views/SummaryView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159

160160
<DockPanel Margin="0,3,0,0" Visibility="{Binding IsMultipleResult, Converter={StaticResource InverseBooleanToHiddenConverter}}">
161161
<TextBlock DockPanel.Dock="Top" Text="Summary Result" Style="{StaticResource FieldTextBlockStyle}" />
162-
<TextBox Text="{Binding Result[0].Content}" TextWrapping="Wrap" IsReadOnly="True" BorderThickness="0" />
162+
<TextBox Text="{Binding Result.Content}" TextWrapping="Wrap" IsReadOnly="True" BorderThickness="0" />
163163
</DockPanel>
164164
</Grid>
165165

TensorStack.Common/TensorStack.Common.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<Product>$(AssemblyName)</Product>
1919
<Description></Description>
2020
<PackageIcon>Icon.png</PackageIcon>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
2122
<Description>Core library for .NET handling tensors, pipelines, and ONNX model/session management.</Description>
2223
</PropertyGroup>
2324
<ItemGroup Condition="'$(Configuration)' == 'Debug'">

TensorStack.Providers.RyzenAI/TensorStack.Providers.RyzenAI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net9.0-windows10.0.17763.0;net10.0-windows10.0.17763.0</TargetFrameworks>
55
<PlatformTarget>x64</PlatformTarget>
6+
<Copyright>Advanced Micro Devices, TensorStack - 2025</Copyright>
67

78
<!--DirectML.dll content warning-->
89
<NoWarn>$(NoWarn);NU5100</NoWarn>

0 commit comments

Comments
 (0)