From 27f9d9ddcf20be87c6cede65c89c5b098b16330d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 10 Jun 2026 17:49:07 +0200 Subject: Release 0.6.0 - CMake: Add ${CMAKE_BINARY_DIR}/src to target_include_directories(). - debian/: Prepare release v0.6.0. Update packaging from Debian unstable. - tests/test-libappindicator-fallback-watcher.c: Increase test timeout, fix unit test on riscv64. - Add support for tooltips. - Add macros for compile-time version checking. - Use symlink in the build directory for includes. - Revert "Explicitly mark deprecated functions and use substitutes". - Implement the Activate D-Bus method for primary click handling. --- bindings/mono/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings') diff --git a/bindings/mono/AssemblyInfo.cs b/bindings/mono/AssemblyInfo.cs index 4941ec3..c9c5f32 100644 --- a/bindings/mono/AssemblyInfo.cs +++ b/bindings/mono/AssemblyInfo.cs @@ -27,4 +27,4 @@ using System.Reflection; [assembly: AssemblyCopyright ("© 2010 Canonical, Ltd.; © 2015 Mike Gabriel; © 2021 Robert Tari")] [assembly: AssemblyTrademark ("")] [assembly: AssemblyCulture ("")] -[assembly: AssemblyVersion ("0.5.94.0")] +[assembly: AssemblyVersion ("0.6.0.0")] -- cgit v1.2.3