Compare commits

..

2 Commits
1.1.0 ... 1.1.1

Author SHA1 Message Date
Matt Nadareski
1b97aca46e Change runtime identifiers set 2023-09-04 22:38:07 -04:00
Matt Nadareski
b0b9f2099b Add Nuget link 2023-09-04 21:37:57 -04:00
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
# SabreTools.RedumpLib
This library comprises interaction logic for [Redump](http://redump.org/). Because there is no formal API for the site, this library interacts with the site through normal HTTP methods. It includes a fairly comprehensive reference of supported parts of the site, including URLs, page information, and packs.
Find the link to the Nuget package [here](https://www.nuget.org/packages/SabreTools.RedumpLib).

View File

@@ -3,8 +3,8 @@
<PropertyGroup>
<!-- Assembly Properties -->
<TargetFrameworks>net48;net6.0;net7.0;net8.0</TargetFrameworks>
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<Version>1.1.0</Version>
<RuntimeIdentifiers>win7-x64;win8-x64;win81-x64;win10-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<Version>1.1.1</Version>
<!-- Package Properties -->
<Authors>Matt Nadareski</Authors>