aboutsummaryrefslogtreecommitdiff
path: root/bindings/mono/policy.0.1.ayatana-appindicator3-sharp.config.in
blob: badda34fd2930cfc3c239c4cb3b9d9d2d9fa1905 (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-appindicator3-sharp" publicKeyToken="bcae265d1c7ab4c2" />
                <bindingRedirect oldVersion="0.1.0.0-@PROJECT_VERSION@.0" newVersion="@PROJECT_VERSION@.0"/>
            </dependentAssembly>
        </assemblyBinding>
    </runtime>
</configuration>