Skip to content

Commit da5db5b

Browse files
authored
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.
1 parent a2af587 commit da5db5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffi/dotnet/Devolutions.IronRdp/Devolutions.IronRdp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Company>Devolutions</Company>
55
<Description>Bindings to Rust IronRDP native library</Description>
66
<LangVersion>latest</LangVersion>
7-
<Version>2025.9.24.0</Version>
7+
<Version>2025.12.4.0</Version>
88
<ImplicitUsings>enable</ImplicitUsings> <!-- FIXME: set to disable -->
99
<Nullable>enable</Nullable>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)