You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# SafariBooks .NET Downloader
2
2
3
-
*This project is a .NET 9 rewrite of the original [SafariBooks downloader](https://github.com/lorenzodifuccia/safaribooks) by [lorenzodifuccia](https://github.com/lorenzodifuccia). All credits for the original concept and implementation go to the original author.*
3
+
*This project is a .NET 10 rewrite of the original [SafariBooks downloader](https://github.com/lorenzodifuccia/safaribooks) by [lorenzodifuccia](https://github.com/lorenzodifuccia). All credits for the original concept and implementation go to the original author.*
4
4
5
5
*This project was ported using GitHub Copilot in order to test its features and development flows. Given the educational purposes of this program, I am not responsible for its use. Before any usage please read the *O'Reilly*'s [Terms of Service](https://learning.oreilly.com/terms/).*
6
6
@@ -90,34 +90,39 @@ optional arguments:
90
90
The project includes a complete development environment configuration that works with any IDE supporting dev containers:
91
91
92
92
**Visual Studio Code:**
93
+
93
94
1. Install the "Dev Containers" extension
94
95
2. Open the project folder
95
96
3. Open Command Palette (`Ctrl+Shift+P`)
96
97
4. Select "Dev Containers: Reopen in Container"
97
-
5. The environment will be automatically configured with .NET 9 SDK
98
+
5. The environment will be automatically configured with .NET 10 SDK
98
99
99
100
**JetBrains Rider/IntelliJ:**
101
+
100
102
1. Use the "Remote Development" feature
101
103
2. Select "Dev Container" option
102
104
3. Point to the project's `.devcontainer/devcontainer.json`
0 commit comments