Skip to content

Commit

Permalink
Release Version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushub committed Oct 24, 2022
1 parent d228c52 commit a59faaf
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
Binary file removed Nuget/SharpVectors.1.8.0.snupkg
Binary file not shown.
Binary file added Nuget/SharpVectors.1.8.1.nupkg
Binary file not shown.
Binary file removed Nuget/SharpVectors.Reloaded.1.8.0.snupkg
Binary file not shown.
Binary file added Nuget/SharpVectors.Reloaded.1.8.1.nupkg
Binary file not shown.
Binary file removed Nuget/SharpVectors.Wpf.1.8.0.snupkg
Binary file not shown.
Binary file added Nuget/SharpVectors.Wpf.1.8.1.nupkg
Binary file not shown.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ The library can be used in WPF and Windows Forms applications.

### For the Library
The library can be downloaded from the following sources
* **NuGet (WPF Only Package)**, [Version 1.8.0 - SharpVectors.Wpf](https://www.nuget.org/packages/SharpVectors.Wpf/).
* **NuGet (Full Package - WPF/GDI++)**, [Version 1.8.0 - SharpVectors](https://www.nuget.org/packages/SharpVectors/).
* **NuGet (Full Package - WPF/GDI++)**, [Version 1.8.0 - SharpVectors.Reloaded](https://www.nuget.org/packages/SharpVectors.Reloaded/).
* **NuGet (WPF Only Package)**, [Version 1.8.1 - SharpVectors.Wpf](https://www.nuget.org/packages/SharpVectors.Wpf/).
* **NuGet (Full Package - WPF/GDI++)**, [Version 1.8.1 - SharpVectors](https://www.nuget.org/packages/SharpVectors/).
* **NuGet (Full Package - WPF/GDI++)**, [Version 1.8.1 - SharpVectors.Reloaded](https://www.nuget.org/packages/SharpVectors.Reloaded/).
* **GitHub Releases Page**, [Version 1.8.0](https://github.com/ElinamLLC/SharpVectors/releases).

> * The **SharpVectors.Reloaded** package is the same as the **SharpVectors**, which is the recommended package if you need the full package.
Expand Down
16 changes: 8 additions & 8 deletions Samples/WpfTestResourceSvg/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
mc:Ignorable="d"
Title="SharpVector - Design Mode Tests" Height="720" Width="960" Icon="App.ico" WindowStartupLocation="CenterScreen">
<DockPanel LastChildFill="True" Margin="3">
<TextBlock Visibility="Collapsed" DockPanel.Dock="Top" Margin="3" Height="32" Text="A sample to demonstrate support for SVG files in resources in Design-Mode."
<TextBlock DockPanel.Dock="Top" Margin="3" Height="32" Text="A sample to demonstrate support for SVG files in resources in Design-Mode."
TextWrapping="Wrap" FontSize="18" HorizontalAlignment="Center" VerticalAlignment="Center" FontWeight="Bold"/>
<TabControl SelectedIndex="5">
<TabControl>
<TabControl.Resources>
<Style TargetType="TabItem">
<Setter Property="Template">
Expand Down Expand Up @@ -38,7 +38,7 @@
</Style>
</TabControl.Resources>

<TabItem x:Name="tabSvgImage" Visibility="Collapsed">
<TabItem x:Name="tabSvgImage">
<TabItem.Header>
<StackPanel Orientation="Horizontal">
<Image Height="24px" Width="24px" Source="{svgc:SvgImage Source=/Images/SvgLogoBasic.svg, AppName=WpfTestResourceSvg}" />
Expand Down Expand Up @@ -122,7 +122,7 @@
</DockPanel>
</TabItem>

<TabItem x:Name="tabSvgImageConverter" Visibility="Collapsed">
<TabItem x:Name="tabSvgImageConverter">
<TabItem.Header>
<StackPanel Orientation="Horizontal">
<Image Height="24px" Width="24px" Source="{svgc:SvgImage Source=/Images/Output.svg, AppName=WpfTestResourceSvg}" />
Expand Down Expand Up @@ -154,7 +154,7 @@
</UniformGrid>
</TabItem>

<TabItem x:Name="tabSvgViewbox" Visibility="Collapsed">
<TabItem x:Name="tabSvgViewbox">
<TabItem.Header>
<StackPanel Orientation="Horizontal">
<Image Height="24px" Width="24px" Source="{svgc:SvgImage Source=/Images/Debug.svg, AppName=WpfTestResourceSvg}" />
Expand All @@ -171,7 +171,7 @@
</UniformGrid>
</TabItem>

<TabItem x:Name="tabBitmap" Visibility="Collapsed">
<TabItem x:Name="tabBitmap">
<TabItem.Header>
<StackPanel Orientation="Horizontal">
<Image Height="24px" Width="24px" Source="{svgc:SvgImage Source=/Images/SvgLogoBasic.svg, AppName=WpfTestResourceSvg}" />
Expand All @@ -186,7 +186,7 @@
</UniformGrid>
</TabItem>

<TabItem x:Name="tabSvgIcon" Visibility="Collapsed">
<TabItem x:Name="tabSvgIcon">
<TabItem.Header>
<StackPanel Orientation="Horizontal">
<Image Height="24px" Width="24px" Source="{svgc:SvgImage Source=/Images/SvgLogoBasic.svg, AppName=WpfTestResourceSvg}" />
Expand Down Expand Up @@ -344,7 +344,7 @@
</DockPanel>
</TabItem>

<TabItem x:Name="tabExternal" Visibility="Collapsed">
<TabItem x:Name="tabExternal">
<TabItem.Header>
<StackPanel Orientation="Horizontal">
<Image Height="24px" Width="24px" Source="{svgc:SvgImage Source=/Images/SvgLogoBasic.svg, AppName=WpfTestResourceSvg}" />
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ <h2 id="installation">Installation</h2>
<h3 id="for-the-libraries">For the Libraries</h3>
<p>The library can be downloaded from the following sources</p>
<ul>
<li><strong>NuGet (Full Package - WPF/GDI+)</strong>, <a href="https://www.nuget.org/packages/SharpVectors/">Version 1.8.0 - SharpVectors</a>.</li>
<li><strong>NuGet (Full Package - WPF/GDI+)</strong>, <a href="https://www.nuget.org/packages/SharpVectors.Reloaded/">Version 1.8.0 - SharpVectors.Reloaded</a>.</li>
<li><strong>NuGet (WPF Only)</strong>, <a href="https://www.nuget.org/packages/SharpVectors.Wpf/">Version 1.8.0 - SharpVectors.Wpf</a>.</li>
<li><strong>GitHub Releases Page</strong>, <a href="https://github.com/ElinamLLC/SharpVectors/releases">Version 1.8.0</a>.</li>
<li><strong>NuGet (Full Package - WPF/GDI+)</strong>, <a href="https://www.nuget.org/packages/SharpVectors/">Version 1.8.1 - SharpVectors</a>.</li>
<li><strong>NuGet (Full Package - WPF/GDI+)</strong>, <a href="https://www.nuget.org/packages/SharpVectors.Reloaded/">Version 1.8.1 - SharpVectors.Reloaded</a>.</li>
<li><strong>NuGet (WPF Only)</strong>, <a href="https://www.nuget.org/packages/SharpVectors.Wpf/">Version 1.8.1 - SharpVectors.Wpf</a>.</li>
<li><strong>GitHub Releases Page</strong>, <a href="https://github.com/ElinamLLC/SharpVectors/releases">Version 1.8.1</a>.</li>
</ul>
<div class="NOTE">
<h5>Note</h5>
Expand Down

0 comments on commit a59faaf

Please sign in to comment.