aboutsummaryrefslogtreecommitdiff
path: root/bindings/mono/policy.0.1.ayatana-appindicator-sharp.config.in
blob: f5a082dd0e8375c8a816fa1eaac161b501232702 (plain)
1
2
3
4
5
6
7
8
9
10
<configuration>
    <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
            <dependentAssembly>
                <assemblyIdentity name="ayatana-appindicator-sharp" publicKeyToken="bcae265d1c7ab4c2" />
                <bindingRedirect oldVersion="0.1.0.0-@PROJECT_VERSION@.0" newVersion="@PROJECT_VERSION@.0"/>
            </dependentAssembly>
        </assemblyBinding>
    </runtime>
</configuration>