Skip to content

Commit

Permalink
Add application logo to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemalcs committed Nov 5, 2022
1 parent f3f8250 commit 1d5daff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<p align="center">
<img src="logo.png" width="256" height="256"/>
</p>

# DTSXReader
An helper to read tons of DTSX files without using Visual Studio.

Expand Down Expand Up @@ -212,4 +216,4 @@ You can review the DTSXExplorer project (WPF desktop application) as an example

There are two libraries available as nuget packages:
- [DTSXDumper](https://www.nuget.org/packages/DTSXDumper) which targets .NET 3.1 and later
- [DTSXDumper.Net40](https://www.nuget.org/packages/DTSXDumper.Net40) which targets .Net Framework 4.0 and later.
- [DTSXDumper.Net40](https://www.nuget.org/packages/DTSXDumper.Net40) which targets .Net Framework 4.0 and later.

0 comments on commit 1d5daff

Please sign in to comment.