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/*"