chore(release): prepare for Devolutions.IronRdp v2025.12.4.0 (#1048)

We still don't have a means to set the nuget version directly in the
workflow. I thought of adding it, but on closer inspection we have logic
to handle package and product version differently (and the same is true
of sspi-rs etc) and probably needs a closer look. It can be troublesome
to deploy a newer nuget package that doesn't increment the assembly
versions (for example - and it shouldn't be an issue for Devolutions,
but maybe for other consumers - Windows Installers generally might not
overwrite a DLL if the version number is not newer than what is already
installed.

For now, I just bump the package version manually.
This commit is contained in:
Richard Markiewicz 2025-12-04 10:11:34 -05:00 committed by GitHub
parent a2af587e60
commit da5db5bf11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
<Company>Devolutions</Company>
<Description>Bindings to Rust IronRDP native library</Description>
<LangVersion>latest</LangVersion>
<Version>2025.9.24.0</Version>
<Version>2025.12.4.0</Version>
<ImplicitUsings>enable</ImplicitUsings> <!-- FIXME: set to disable -->
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>