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.0.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.0.appindicator-sharp.config.in')
-rw-r--r-- | bindings/mono/policy.0.0.appindicator-sharp.config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/mono/policy.0.0.appindicator-sharp.config.in b/bindings/mono/policy.0.0.appindicator-sharp.config.in index 95c21ed..e1fe0db 100644 --- a/bindings/mono/policy.0.0.appindicator-sharp.config.in +++ b/bindings/mono/policy.0.0.appindicator-sharp.config.in @@ -3,7 +3,7 @@ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="@ASSEMBLY_NAME@" publicKeyToken="bcae265d1c7ab4c2" /> - <bindingRedirect oldVersion="0.0.0.0-@ASSEMBLY_VERSION@" newVersion="@ASSEMBLY_VERSION@"/> + <bindingRedirect oldVersion="0.0.0.0-0.1.0.0" newVersion="@ASSEMBLY_VERSION@"/> </dependentAssembly> </assemblyBinding> </runtime> |