From d0d214cd24b5be89b59089629efce33b95bdc3bb Mon Sep 17 00:00:00 2001 From: softworkz Date: Mon, 13 Oct 2025 14:28:34 +0200 Subject: [PATCH] Introduce a common.props file, which provides version and other package metadata ...in a single place. There's some special sauce for myself, but we'll find a better way eventually, so that it can be removed. --- src/common.props | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/common.props diff --git a/src/common.props b/src/common.props new file mode 100644 index 0000000..a4bb353 --- /dev/null +++ b/src/common.props @@ -0,0 +1,31 @@ + + + 0.0.18.0 + ElectronNET.Core + Gregor Biswanger, Florian Rappl, softworkz + Electron.NET + MIT + https://github.com/ElectronNET/Electron.NET/ + $(PackageProjectUrl) + git + true + electron aspnetcore + Changelog: https://github.com/ElectronNET/Electron.NET/blob/main/Changelog.md + PackageIcon.png + Building cross platform electron based desktop apps with .NET Core and - optionally - ASP.NET Core. + + + 50.0.24.0 + ElectronNET + / + false + + PackageIcon.png + + + $(Version) + $(Version) + $(Version) + + +