diff options
author | Sense Egbert Hofstede <sense@ubuntu.com> | 2010-09-21 21:13:43 +0200 |
---|---|---|
committer | Sense Egbert Hofstede <sense@ubuntu.com> | 2010-09-21 21:13:43 +0200 |
commit | df5dbe27aa3446bf9c7ea8953968bc49a4db5864 (patch) | |
tree | 66a9d00b33702a7a391f83b7fd7705b3fb34b8dc /bindings/mono/policy.0.1.appindicator-sharp.config.in | |
parent | 12d7f820f43d4ed09dd974e2e956013f78da519e (diff) | |
download | libayatana-appindicator-df5dbe27aa3446bf9c7ea8953968bc49a4db5864.tar.gz libayatana-appindicator-df5dbe27aa3446bf9c7ea8953968bc49a4db5864.tar.bz2 libayatana-appindicator-df5dbe27aa3446bf9c7ea8953968bc49a4db5864.zip |
Created a second policy file to make sure that applications depending on 'appindicator-sharp' will not have to be recompiled.
Changes to the packaging is required to make sure the policy file gets installed.
Many thanks to Jo Shields for looking into this issue and proposing a solution.
Diffstat (limited to 'bindings/mono/policy.0.1.appindicator-sharp.config.in')
-rw-r--r-- | bindings/mono/policy.0.1.appindicator-sharp.config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bindings/mono/policy.0.1.appindicator-sharp.config.in b/bindings/mono/policy.0.1.appindicator-sharp.config.in new file mode 100644 index 0000000..0a8f9b1 --- /dev/null +++ b/bindings/mono/policy.0.1.appindicator-sharp.config.in @@ -0,0 +1,10 @@ +<configuration> + <runtime> + <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> + <dependentAssembly> + <assemblyIdentity name="@ASSEMBLY_NAME@" publicKeyToken="bcae265d1c7ab4c2" /> + <bindingRedirect oldVersion="0.1.0.0-@ASSEMBLY_VERSION@" newVersion="@ASSEMBLY_VERSION@"/> + </dependentAssembly> + </assemblyBinding> + </runtime> +</configuration> |