From def2186aa7303193eb4833f88f7c9d3389d3d467 Mon Sep 17 00:00:00 2001 From: Florian Rappl Date: Fri, 29 Dec 2023 17:58:34 +0100 Subject: [PATCH] Updated version --- CHANGELOG.md | 4 ++++ LICENSE | 2 +- README.md | 2 +- doc/introduction.md | 4 ++-- src/Directory.Build.props | 4 ++-- src/Mages.Nuget.nuspec | 2 +- src/Mages.Plugins.Draw/Mages.Plugins.Draw.csproj | 2 +- src/Mages.Squirrel.nuspec | 2 +- 8 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5e9fb1..a9a6e05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.0.2 + +- Fixed vulnerability using outdated version of `System.Drawing.Common` for plugins + # 2.0.1 - Fixed potential overflow in number scanning (#110) diff --git a/LICENSE b/LICENSE index 3eb450f..096008c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2022 Florian Rappl +Copyright (c) 2016-2024 Florian Rappl Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 6964c99..ccee93c 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Thanks for all the support and trust in the project! The MIT License (MIT) -Copyright (c) 2016-2022 Florian Rappl +Copyright (c) 2016-2024 Florian Rappl Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/doc/introduction.md b/doc/introduction.md index 5ef0992..f072b12 100644 --- a/doc/introduction.md +++ b/doc/introduction.md @@ -99,8 +99,8 @@ On starting the REPL we see the following: \____|__ /\____|__ /\______ /_______ /_______ / \/ \/ \/ \/ \/ - (c) Florian Rappl, 2022 - Version 2.0.1 + (c) Florian Rappl, 2024 + Version 2.0.2 Running on Microsoft Windows NT 6.2.9200.0 For help type 'help()'. diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 04ce093..4ab056d 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -3,8 +3,8 @@ Mages Florian Rappl smapiot - 2.0.1 - Copyright (c) 2022, Florian Rappl + 2.0.2 + Copyright (c) 2024, Florian Rappl https://github.com/FlorianRappl/MAGES/blob/main/LICENSE https://github.com/FlorianRappl/MAGES/ https://github.com/FlorianRappl/MAGES/ diff --git a/src/Mages.Nuget.nuspec b/src/Mages.Nuget.nuspec index 0fb8de7..3216844 100644 --- a/src/Mages.Nuget.nuspec +++ b/src/Mages.Nuget.nuspec @@ -11,7 +11,7 @@ false MAGES is a very simple, yet powerful, expression parser and interpreter. For all changes see: https://github.com/FlorianRappl/Mages/blob/main/CHANGELOG.md. - Copyright 2022, Florian Rappl. + Copyright 2024, Florian Rappl. interpreter mages expression scripting language mathematics performance diff --git a/src/Mages.Plugins.Draw/Mages.Plugins.Draw.csproj b/src/Mages.Plugins.Draw/Mages.Plugins.Draw.csproj index 8a86345..b435d5e 100644 --- a/src/Mages.Plugins.Draw/Mages.Plugins.Draw.csproj +++ b/src/Mages.Plugins.Draw/Mages.Plugins.Draw.csproj @@ -5,7 +5,7 @@ Mages.Plugins.Draw - + diff --git a/src/Mages.Squirrel.nuspec b/src/Mages.Squirrel.nuspec index e58c3ef..f4fcc24 100644 --- a/src/Mages.Squirrel.nuspec +++ b/src/Mages.Squirrel.nuspec @@ -10,7 +10,7 @@ https://raw.github.com/FlorianRappl/Mages/main/logo.png false https://github.com/FlorianRappl/Mages/blob/main/CHANGELOG.md - Copyright 2022, Florian Rappl. + Copyright 2024, Florian Rappl. MAGES is a very simple, yet powerful, expression parser and interpreter.