common.props: Remove personal extras

This commit is contained in:
softworkz
2025-11-15 08:27:34 +01:00
parent 10bf461b51
commit cd205edabb

View File

@@ -14,16 +14,6 @@
<PackageReleaseNotes>Changelog: https://github.com/ElectronNET/Electron.NET/blob/main/Changelog.md</PackageReleaseNotes>
<PackageIcon>PackageIcon.png</PackageIcon>
<DescriptionFirstPart>Building cross platform electron based desktop apps with .NET Core and - optionally - ASP.NET Core.</DescriptionFirstPart>
</PropertyGroup>
<PropertyGroup Condition="'$(SOFTWORKZ)' == '1'">
<Version>50.0.24.0</Version>
<PackageNamePrefix>ElectronNET</PackageNamePrefix>
<PackageProjectUrl>/</PackageProjectUrl>
<PublishRepositoryUrl>false</PublishRepositoryUrl>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageIcon>PackageIcon.png</PackageIcon>
</PropertyGroup>
<PropertyGroup>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<Version>$(Version)$(VersionPostFix)</Version>