Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Dec 29, 2023
1 parent 6c03965 commit def2186
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions doc/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()'.
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Product>Mages</Product>
<Authors>Florian Rappl</Authors>
<Company>smapiot</Company>
<Version>2.0.1</Version>
<Copyright>Copyright (c) 2022, Florian Rappl</Copyright>
<Version>2.0.2</Version>
<Copyright>Copyright (c) 2024, Florian Rappl</Copyright>
<PackageLicenseUrl>https://github.com/FlorianRappl/MAGES/blob/main/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/FlorianRappl/MAGES/</PackageProjectUrl>
<RepositoryUrl>https://github.com/FlorianRappl/MAGES/</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/Mages.Nuget.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MAGES is a very simple, yet powerful, expression parser and interpreter.</description>
<releaseNotes>For all changes see: https://github.com/FlorianRappl/Mages/blob/main/CHANGELOG.md.</releaseNotes>
<copyright>Copyright 2022, Florian Rappl.</copyright>
<copyright>Copyright 2024, Florian Rappl.</copyright>
<tags>interpreter mages expression scripting language mathematics performance</tags>
<dependencies>
<group targetFramework="netstandard2.0"></group>
Expand Down
2 changes: 1 addition & 1 deletion src/Mages.Plugins.Draw/Mages.Plugins.Draw.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>Mages.Plugins.Draw</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
<PackageReference Include="System.Drawing.Common" Version="5.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Mages.Squirrel.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<iconUrl>https://raw.github.com/FlorianRappl/Mages/main/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/FlorianRappl/Mages/blob/main/CHANGELOG.md</releaseNotes>
<copyright>Copyright 2022, Florian Rappl.</copyright>
<copyright>Copyright 2024, Florian Rappl.</copyright>
<description>MAGES is a very simple, yet powerful, expression parser and interpreter.</description>
</metadata>
</package>

0 comments on commit def2186

Please sign in to comment.