From 5aa9974d54c775008ba902ba463489c566646d6f Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 7 Aug 2025 22:38:08 +0100 Subject: [PATCH] Bump version. --- plist-cil/plist-cil.csproj | 4 ++-- version.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plist-cil/plist-cil.csproj b/plist-cil/plist-cil.csproj index dd165df..978bd4a 100644 --- a/plist-cil/plist-cil.csproj +++ b/plist-cil/plist-cil.csproj @@ -2,7 +2,7 @@ net5.0;net6.0;net7.0;net8.0;net9.0 - 2.2 + 2.3 Natalia Portillo Claunia.com MIT licensed C#/.NET parser and writer for Apple and GnuStep Property Lists, supporting ASCII, Binary and Xml formats, based on Java's dd-plist. @@ -20,7 +20,7 @@ true true $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - 2.2 + 2.3 diff --git a/version.json b/version.json index 36abc50..4cac8dd 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "2.2", + "version": "2.3", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/releases/*"