From 27681d53dacba414654645d71e2b288d138e2d8f Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 14 Mar 2025 14:07:49 -0400 Subject: [PATCH] Update CHANGELOG.md for version 1.0.3 and modify project.json to reflect new version and updated dependency source --- CHANGELOG.md | 9 +++++++++ project.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 171e794..b2f341c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.3] - 2025-03-14 + +Minor changes to the project + +### Changed + + - Updated dependency remote address + + ## [1.0.2] - 2025-01-27 Minor changes to the project diff --git a/project.json b/project.json index 4dd205e..4faa15e 100644 --- a/project.json +++ b/project.json @@ -9,7 +9,7 @@ "assembly": { "name": "LogLib2", "package": "net.nosial.loglib2", - "version": "1.0.2", + "version": "1.0.3", "uuid": "11ac2c4d-94e5-4cc1-a2d3-054ac3f425b4" }, "build": { @@ -25,7 +25,7 @@ { "name": "net.nosial.optslib", "version": "latest", - "source": "nosial/libs.opts=latest@n64" + "source": "nosial/optslib=latest@github" } ], "configurations": [