mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-12-23 12:26:46 +00:00
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:
parent
a2af587e60
commit
da5db5bf11
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue