From 1a82a909c5c4d0262d69a8a543e902ff6533a4b2 Mon Sep 17 00:00:00 2001 From: vnugent Date: Mon, 1 Jan 2024 10:56:02 -0500 Subject: swallow vnlib.browser --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3a7ce56..08495fc 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ This repository contains a collection of essential "Web Plugins" that are built This repo will be used a small "mono-repo" for essential runtime loadable plugins that provide essential web-site/api functionality. +This repo also now contains the [vnlib.browser](lib/vnlib.browser) TypeScript library, which is a collection of TypeScript classes and functions that are used to provide a consistent and easy to use interface for common web-site functionality. + ## Builds Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my website (link below). All tar-gzip (.tgz) files will have an associated .sha256 appended checksum of the desired download file. @@ -13,4 +15,6 @@ Documentation, specifications, and setup guides are available on my website. [Builds and Source](https://www.vaughnnugent.com/resources/software/modules/VNLib.Core) ## License -The software in this repository is licensed under the GNU Affero General Public License (or any later version). See the LICENSE files for more information. \ No newline at end of file +The vnlib.browser project is licensed under the MIT license. See the LICENSE file for more information. + +Unless otherwise stated, all other software in this repository is licensed under the GNU Affero General Public License (or any later version). See the LICENSE files for more information. \ No newline at end of file -- cgit