dotnet-bundle icon indicating copy to clipboard operation
dotnet-bundle copied to clipboard

Update Readme.MD

Open NoralK opened this issue 3 years ago • 3 comments

Not all properties are listed.

NoralK avatar Sep 02 '20 16:09 NoralK

What properties are missing?

x2bool avatar Sep 04 '20 15:09 x2bool

CFBundleShortVersionString for one. Also the README is just generally lacking a lot of info. Running dotnet msbuild -t:BundleApp -p:RuntimeIdentifier=osx-x64 (as per the README) for the first time and I got the the error The "BundleAppTask" task was not given a value for the required parameter "CFBundleShortVersionString". I can't find info about that anywhere

derekantrican avatar Sep 11 '20 03:09 derekantrican

This property is not required, but mistake in task code:

<CFBundleShortVersionString Condition="'$(CFBundleVersion)' == ''">$(CFBundleVersion)</CFBundleShortVersionString>

maxkatz6 avatar Jan 15 '22 09:01 maxkatz6