Skip to content

Commit 7360db4

Browse files
mikeblasdecriptor
authored andcommitted
update Readme, AppVeyor to 2019 (#191)
1 parent b27beab commit 7360db4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,11 @@ You can open it in Visual Studio by using taglib-sharp.sln
120120
1. Ensure NuGet packages have been restored
121121
1. See: <https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore>
122122
2. In Visual Studio, go to menu: Tools > Extensions and Updates > Online
123+
(In Visual Studio 2019, use Extensions > Manage Extensions)
123124
3. Search: Nunit 3 Test Adapter
124125
4. Download and install it
125126
5. Open from menu: Test > Windows > Test Explorer
127+
(In Visual Studio 2019, use Test > Test Explorer)
126128
6. You can run your tests from this panel (*not* using the "Start" button)
127129
7. You can debug your tests from this panel:
128130
1. Double click on a test. Set some breakpoints in the test in the editor panel.
@@ -136,7 +138,6 @@ You can open it in Visual Studio by using taglib-sharp.sln
136138
3. Set some breakpoints and hit the "Start" button
137139

138140

139-
140141
## They also use TagLib#
141142
Non exhaustive list of projects that use TagLib#:
142143
* [Lidarr](https://lidarr.audio/)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 2.2.0.{build}
2-
image: Visual Studio 2017
2+
image: Visual Studio 2019
33

44
build_script:
55
- cmd: >-

0 commit comments

Comments
 (0)