1- ## SVGImage
1+ # SVGImage
22This is an SVG Image View Control for WPF applications.
33
44Initially forked from: [ SVGImage Control - CodeProject Article] ( https://www.codeproject.com/Articles/92434/SVGImage-Control )
@@ -8,6 +8,27 @@ Besides the bug fixes, new features are added including the following:
88 - Support of styles.
99 - Simple Animation support.
1010
11+ ## Downloads
12+ The SVGImage is available as a single DLL in [ NuGet Package] ( https://www.nuget.org/packages/DotNetProjects.SVGImage ) .
13+ The respository includes
14+ * ** Tests:** For test tools, and
15+ * ** Samples:** For sample applications
16+ * ** Docs:** For the documentations (in markdown format).
17+
18+ The command lines installation options are: For the version ` 5.0.118 `
19+ * ** .NET CLI:** dotnet add package DotNetProjects.SVGImage --version 5.0.118
20+ * ** Package Manager:** NuGet\Install-Package DotNetProjects.SVGImage -Version 5.0.118
21+
22+ For reference in projects use: For the version ` 5.0.118 `
23+ ``` xml
24+ <PackageReference Include =" DotNetProjects.SVGImage" Version =" 5.0.118" />
25+ ```
26+
27+ ## How to build
28+ The SVGImage build targets .NET6.0-Windows (and up), .Net Framework 4.x TFMs and .NET Core 3.1.
29+ * Use ` Source/SVGImage.sln ` in requires Visual Studio 2022 for complete build, or
30+ * Use ` Source/SVGImage.VS2019.sln ` in Visual Studio 2019 for .Net Frameworks and .NET Core 3.1.
31+
1132## Documentations
1233For the User Manual and API References see [ Documentation] ( http://dotnetprojects.github.io/SVGImage/ ) .
1334
@@ -19,7 +40,7 @@ The SVGImage control library targets the following frameworks
1940* .NET Framework, Version 4.7
2041* .NET Framework, Version 4.8
2142* .NET Core, Version 3.1
22- * .NET 6 ~ 7
43+ * .NET 6 ~ 8
2344
2445## License
2546The SVGImage control library is relicensed under [ MIT License] ( https://github.com/dotnetprojects/SVGImage/blob/master/LICENSE ) ,
@@ -28,3 +49,5 @@ with permission from the original author.
2849## Sample Application
2950
3051![ ] ( Docs/images/sample.png )
52+
53+
0 commit comments