Skip to content

Commit

Permalink
Release 1.8.4
Browse files Browse the repository at this point in the history
- Updated version numbers
- Update readme files
  • Loading branch information
paulushub committed Feb 14, 2024
1 parent 93b893a commit a0272a4
Show file tree
Hide file tree
Showing 28 changed files with 94 additions and 74 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gh-pages.yml
Expand Up @@ -25,22 +25,22 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Dotnet Setup
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x

- run: dotnet tool update -g docfx
- run: docfx Docs/docfx.json

- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'Docs/_site'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
5 changes: 3 additions & 2 deletions Docs/docfx.json
Expand Up @@ -85,8 +85,8 @@
"_appFaviconPath": "images/favicon.ico",
"_enableDiagrams": true,
"_enableSearch": true,
"pdf": true,
"pdfTocPage": true,
"pdf": false,
"pdfTocPage": false,
"_appFooter": "<div class=\"d-flex flex-column flex-sm-row justify-content-between pt-1\"><p> &copy; 2010 - 2023 Elinam LLC, Toyota City - Japan</p><p>Made with <a href=\"https://dotnet.github.io/docfx\">DocFX</a></p></div>",
"_gitContribute": {
"repo": "https://github.com/ElinamLLC/SharpVectors",
Expand All @@ -95,6 +95,7 @@
"_gitUrlPattern": "github"
},
"dest": "_site",
"xref": [ "https://github.com/dotnet/docfx/raw/main/.xrefmap.json" ],
"exportViewModel": false,
"globalMetadataFiles": [],
"fileMetadataFiles": [],
Expand Down
4 changes: 4 additions & 0 deletions Docs/filterConfig.yml
@@ -0,0 +1,4 @@
apiRules:
- exclude:
uidRegex: ^Svg\.Document_Structure$
type: Namespace
8 changes: 4 additions & 4 deletions Docs/index.md
Expand Up @@ -20,10 +20,10 @@ The library consists of a number of shared or common components and rendering im

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

> [!NOTE]
> * The **SharpVectors.Reloaded** package is the same as the **SharpVectors**, which is the recommended package if you need the full package.
Expand Down
8 changes: 4 additions & 4 deletions Readme.md
Expand Up @@ -42,10 +42,10 @@ 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.3 - SharpVectors.Wpf](https://www.nuget.org/packages/SharpVectors.Wpf/).
* **NuGet (Full Package - WPF/GDI++)**, [Version 1.8.3 - SharpVectors](https://www.nuget.org/packages/SharpVectors/).
* **NuGet (Full Package - WPF/GDI++)**, [Version 1.8.3 - SharpVectors.Reloaded](https://www.nuget.org/packages/SharpVectors.Reloaded/).
* **GitHub Releases Page**, [Version 1.8.3](https://github.com/ElinamLLC/SharpVectors/releases).
* **NuGet (WPF Only Package)**, [Version 1.8.4 - SharpVectors.Wpf](https://www.nuget.org/packages/SharpVectors.Wpf/).
* **NuGet (Full Package - WPF/GDI++)**, [Version 1.8.4 - SharpVectors](https://www.nuget.org/packages/SharpVectors/).
* **NuGet (Full Package - WPF/GDI++)**, [Version 1.8.4 - SharpVectors.Reloaded](https://www.nuget.org/packages/SharpVectors.Reloaded/).
* **GitHub Releases Page**, [Version 1.8.4](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.
> * The **SharpVectors.Reloaded** name was used for the Nuget package at the time the **SharpVectors** package name was not available.
Expand Down
4 changes: 2 additions & 2 deletions Samples/GdiSvgTestBox/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
4 changes: 2 additions & 2 deletions Samples/GdiTestSvgControl/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
4 changes: 2 additions & 2 deletions Samples/GdiW3cSvgTestSuite/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
4 changes: 2 additions & 2 deletions Samples/WpfSvgTestBox/Properties/AssemblyInfo.cs
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
4 changes: 2 additions & 2 deletions Samples/WpfTestOtherSvg/Properties/AssemblyInfo.cs
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
4 changes: 2 additions & 2 deletions Samples/WpfTestSvgControl/Properties/AssemblyInfo.cs
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
4 changes: 2 additions & 2 deletions Samples/WpfTestSvgSample/Properties/AssemblyInfo.cs
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
4 changes: 2 additions & 2 deletions Samples/WpfTestThreadSafety/Properties/AssemblyInfo.cs
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
21 changes: 21 additions & 0 deletions Samples/WpfW3cSvgTestSuite/Output/SvgTestResults11.xml
Expand Up @@ -168,4 +168,25 @@
<category label="Data Types" total="15" unknowns="0" failures="6" successes="6" partials="3" />
<category label="Metadata and Others" total="7" unknowns="0" failures="2" successes="3" partials="2" />
</result>
<result version="1.8.3.0" date="2024-02-03T18:33:35.7115108+09:00">
<category label="Animations" total="78" unknowns="0" failures="78" successes="0" partials="0" />
<category label="Colors" total="6" unknowns="0" failures="0" successes="5" partials="1" />
<category label="Coordinates and Transforms" total="32" unknowns="0" failures="4" successes="28" partials="0" />
<category label="Filter Effects" total="43" unknowns="0" failures="43" successes="0" partials="0" />
<category label="Fonts" total="17" unknowns="0" failures="0" successes="15" partials="2" />
<category label="Interactivities" total="24" unknowns="0" failures="24" successes="0" partials="0" />
<category label="Linking" total="12" unknowns="0" failures="12" successes="0" partials="0" />
<category label="Masking" total="19" unknowns="0" failures="6" successes="11" partials="2" />
<category label="Paint Servers" total="33" unknowns="0" failures="0" successes="33" partials="0" />
<category label="Painting" total="31" unknowns="0" failures="0" successes="28" partials="3" />
<category label="Paths" total="21" unknowns="0" failures="1" successes="18" partials="2" />
<category label="Rendering" total="8" unknowns="0" failures="0" successes="8" partials="0" />
<category label="Scripting" total="6" unknowns="0" failures="6" successes="0" partials="0" />
<category label="Shapes" total="22" unknowns="0" failures="0" successes="22" partials="0" />
<category label="Structures" total="72" unknowns="0" failures="27" successes="42" partials="3" />
<category label="Styling" total="18" unknowns="0" failures="2" successes="16" partials="0" />
<category label="Text" total="62" unknowns="0" failures="10" successes="33" partials="19" />
<category label="Data Types" total="15" unknowns="0" failures="6" successes="6" partials="3" />
<category label="Metadata and Others" total="7" unknowns="0" failures="2" successes="3" partials="2" />
</result>
</results>
4 changes: 2 additions & 2 deletions Samples/WpfW3cSvgTestSuite/Properties/AssemblyInfo.cs
Expand Up @@ -50,5 +50,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
4 changes: 2 additions & 2 deletions Samples/WpfXXETestBox/Properties/AssemblyInfo.cs
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
6 changes: 3 additions & 3 deletions Source/SharpVectorConvertersWpf/Properties/AssemblyInfo.cs
Expand Up @@ -55,9 +55,9 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyInformationalVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]

[assembly: XmlnsPrefix("http://sharpvectors.codeplex.com/svgc/", "svgc")]
[assembly: XmlnsDefinition("http://sharpvectors.codeplex.com/svgc/", "SharpVectors.Converters")]
6 changes: 3 additions & 3 deletions Source/SharpVectorCore/Properties/AssemblyInfo.cs
Expand Up @@ -29,9 +29,9 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyInformationalVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorCss/Properties/AssemblyInfo.cs
Expand Up @@ -30,9 +30,9 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyInformationalVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorDom/Properties/AssemblyInfo.cs
Expand Up @@ -30,9 +30,9 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyInformationalVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorModel/Properties/AssemblyInfo.cs
Expand Up @@ -29,9 +29,9 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyInformationalVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorRenderingGdi/Properties/AssemblyInfo.cs
Expand Up @@ -29,9 +29,9 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyInformationalVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorRenderingWpf/Properties/AssemblyInfo.cs
Expand Up @@ -53,9 +53,9 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyInformationalVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorRuntimeWpf/Properties/AssemblyInfo.cs
Expand Up @@ -55,9 +55,9 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyInformationalVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Source/SharpVectorScripting/Properties/AssemblyInfo.cs
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyInformationalVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyInformationalVersion("1.8.4.0")]
6 changes: 2 additions & 4 deletions Source/SharpVectors.Reloaded.nuspec
Expand Up @@ -16,10 +16,8 @@
<copyright>Copyright (c) 2010 - 2024 Elinam LLC</copyright>
<readme>docs\SharpVectors.Reloaded.md</readme>
<releaseNotes>
Release 1.8.3
* Root viewbox support improvements.
* .NET 8 support.
* Bug fixes and code improvements.
Release 1.8.4
* Reactivated the EnsureViewboxSize support.
</releaseNotes>
<tags>svg .net wpf svg2xaml svg2wpf xaml</tags>
<dependencies>
Expand Down
6 changes: 2 additions & 4 deletions Source/SharpVectors.Wpf.nuspec
Expand Up @@ -16,10 +16,8 @@
<copyright>Copyright (c) 2010 - 2024 Elinam LLC</copyright>
<readme>docs\SharpVectors.Wpf.md</readme>
<releaseNotes>
Release 1.8.3
* Root viewbox support improvements.
* .NET 8 support.
* Bug fixes and code improvements.
Release 1.8.4
* Reactivated the EnsureViewboxSize support.
</releaseNotes>
<tags>svg .net wpf svg2xaml svg2wpf xaml</tags>
<dependencies>
Expand Down
6 changes: 2 additions & 4 deletions Source/SharpVectors.nuspec
Expand Up @@ -16,10 +16,8 @@
<copyright>Copyright (c) 2010 - 2024 Elinam LLC</copyright>
<readme>docs\SharpVectors.md</readme>
<releaseNotes>
Release 1.8.3
* Root viewbox support improvements.
* .NET 8 support.
* Bug fixes and code improvements.
Release 1.8.4
* Reactivated the EnsureViewboxSize support.
</releaseNotes>
<tags>svg .net wpf svg2xaml svg2wpf xaml</tags>
<dependencies>
Expand Down

0 comments on commit a0272a4

Please sign in to comment.