AmpScm / SharpSvn

Subversion wrapped for .Net 4.0+ and .Net Core
Apache License 2.0
60 stars 19 forks source link

Needs versioned SharpSvn for netcoreapp #70

Closed dcmukai closed 1 month ago

dcmukai commented 1 year ago

Hi, we are currently using your SharpSvn package and have encountered a situation that assembly version [^1] of SharpSvn.dll doesn't seems to be specified.

This will cause problem that our installer would not update the files using file version. So, would you please specify file versions on SharpSvn.dll for netcoreapp and publish new package on Nuget?

[^1] Assembly version: https://learn.microsoft.com/en-us/dotnet/api/system.reflection.assemblyversionattribute?source=recommendations&view=net-7.0

Best regards,