Skip to content

Commit 0ef2fe0

Browse files
committed
Update Readme
1 parent 25608d8 commit 0ef2fe0

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

README.md

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![Join the chat at https://gitter.im/mono/taglib-sharp](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mono/taglib-sharp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

55
(aka *Taglib-sharp*) is a .NET platform-independent library (tested on Windows/Linux) for reading and writing
6-
metadata in media files, including video, audio, and photo formats.
7-
This is a convenient one-stop-shop to present or tag all your media collection, regardless of which format/container
6+
metadata in media files, including video, audio, and photo formats.
7+
This is a convenient one-stop-shop to present or tag all your media collection, regardless of which format/container
88
these might use. You can read/write the standard or more common tags/properties of a media, or you can also create and
99
retrieve your own custom tags.
1010

@@ -85,12 +85,12 @@ TagLib# is available on NuGet: <https://www.nuget.org/packages/TagLibSharp>
8585

8686
Install from package manager:
8787

88-
PM> Install-Package TagLibSharp -Version 2.2.0
88+
PM> Install-Package TagLibSharp -Version 2.3.0
8989

9090

9191
## Building and Running
9292

93-
### Command Line (Linux)
93+
### Command Line
9494

9595
#### To Build From Git:
9696

@@ -100,28 +100,18 @@ cd taglib-sharp
100100
dotnet build
101101
```
102102

103-
#### To Build From Tarball:
104-
105-
```
106-
./configure && make
107-
```
108-
109103
#### To Test:
110104

111105
```
112-
make test
106+
dotnet test
113107
```
114108

115-
### Mono Develop (Linux)
109+
### Build in IDE (Visual Studio, Visual Studio for Mac, Rider, etc):
116110

117-
You can build from MonoDevelop using taglib-sharp.sln
118-
119-
### Visual Studio (Windows):
120-
121-
You can open it in Visual Studio by using taglib-sharp.sln
111+
You can open it in Visual Studio by using TaglibSharp.sln
122112

123113
#### Running regression by using Nunit 3 Test Adapter:
124-
114+
125115
1. Ensure NuGet packages have been restored
126116
1. See: <https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore>
127117
2. In Visual Studio, go to menu: Tools > Extensions and Updates > Online
@@ -149,12 +139,11 @@ Non exhaustive list of projects that use TagLib#:
149139
* [MediaPortal 2](https://www.team-mediaportal.com/wiki/display/MediaPortal2/MediaPortal+2)
150140
* [F-Spot](https://en.wikipedia.org/wiki/F-Spot)
151141

152-
And you, what do you use TagLib# for ? Reply [here](https://github.com/mono/taglib-sharp/issues/120)
142+
And you, what do you use TagLib# for? Reply [here](https://github.com/mono/taglib-sharp/issues/120)
153143

154144
## Contributions
155145

156146
TagLib# is free/open source software, released under the LGPL.
157147
We welcome contributions! Please try to match our coding style,
158148
and include unit tests with any patches. Patches can be submitted
159149
by issuing a Pull Request (Git).
160-

0 commit comments

Comments
 (0)