From a25ffc8a36c8bfbac57fc23c4615852d1ff40197 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 15 Jul 2020 10:56:50 -0700 Subject: [PATCH] Update README with main --- README.MD | 10 +++------- SabreTools.sln | 1 + 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.MD b/README.MD index 9f66fcb2..f9b123bf 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,6 @@ # ![](images/sabretools-rect.png) -[![Build status](https://ci.appveyor.com/api/projects/status/c3hsfpmqhg40al35/branch/master?svg=true)](https://ci.appveyor.com/project/mnadareski/sabretools/branch/master) +[![Build status](https://ci.appveyor.com/api/projects/status/c3hsfpmqhg40al35/branch/main?svg=true)](https://ci.appveyor.com/project/mnadareski/sabretools/branch/main) ## Introduction @@ -10,7 +10,7 @@ The SabreTools project started as a desktop port of some core features of Wizard ## Features -For the most complete set of information, see the [README.1ST](https://raw.githubusercontent.com/SabreTools/SabreTools/master/SabreTools.Library/README.1ST) file. Currently, the SabreTools suite consists of the following programs: +For the most complete set of information, see the [README.1ST](https://raw.githubusercontent.com/SabreTools/SabreTools/main/SabreTools.Library/README.1ST) file. Currently, the SabreTools suite consists of the following programs: ### SabreTools / SabreTools.Library @@ -74,16 +74,12 @@ An in-progress tool that will try to act as a C# port of the Go-based [Romba](ht Last stable releases can be found on [the Releases tab](https://github.com/SabreTools/SabreTools/releases). -Latest unstable builds can be found on [AppVeyor](https://ci.appveyor.com/project/mnadareski/sabretools/branch/master). +Latest unstable builds can be found on [AppVeyor](https://ci.appveyor.com/project/mnadareski/sabretools/branch/main). For older test versions, please see the old [MEGA link](https://mega.nz/#F!8JUhWZxT!h4DnCsgcBsMH3RRDKv27CA). Note that older test versions had wonky naming, didn't always include all variants, and may be feature incomplete or not working at all. ## Licensing -The preceding programs use, in part or in whole, code, libraries, and/or applications from the [7-zip project](http://www.7-zip.org). 7-zip is licensed under the GNU LGPL. - -The preceding programs use, in part or in whole, code, libraries, and/or applications from [DotNetSharp](https://dotnetzip.codeplex.com). DotNetSharp is licensed under the Microsoft Public License of October 2006. - All other external code is marked as such within the source and correctly attributed to the site and/or person(s) that originally wrote the code. All code written by project members is licensed under GPL v3. See LICENSE for more details. diff --git a/SabreTools.sln b/SabreTools.sln index 99813121..be9ca9fd 100644 --- a/SabreTools.sln +++ b/SabreTools.sln @@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .gitignore = .gitignore appveyor.yml = appveyor.yml + README.MD = README.MD EndProjectSection EndProject Global