Skip to content

Commit 960c842

Browse files
Release v0.7.0
1 parent 0b8bbbd commit 960c842

File tree

6 files changed

+431
-406
lines changed

6 files changed

+431
-406
lines changed

JitsiMeetOutlook/JitsiMeetOutlook.csproj

+396-392
Large diffs are not rendered by default.

JitsiMeetOutlook/app.config

+8
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@
6767
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
6868
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
6969
</dependentAssembly>
70+
<dependentAssembly>
71+
<assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
72+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.1" newVersion="6.0.0.1" />
73+
</dependentAssembly>
74+
<dependentAssembly>
75+
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
76+
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
77+
</dependentAssembly>
7078
</assemblyBinding>
7179
</runtime>
7280
</configuration>

JitsiMeetOutlook/packages.config

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Diacritics" version="2.1.20036.1" targetFramework="net472" />
3+
<package id="Diacritics" version="3.3.14" targetFramework="net472" />
44
<package id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" targetFramework="net472" />
55
<package id="Microsoft.Extensions.Caching.Abstractions" version="6.0.0" targetFramework="net472" />
66
<package id="Microsoft.Extensions.Caching.Memory" version="6.0.1" targetFramework="net472" />
77
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="6.0.0" targetFramework="net472" />
8-
<package id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" targetFramework="net472" />
8+
<package id="Microsoft.Extensions.Logging.Abstractions" version="6.0.1" targetFramework="net472" />
99
<package id="Microsoft.Extensions.Options" version="6.0.0" targetFramework="net472" />
1010
<package id="Microsoft.Extensions.Primitives" version="6.0.0" targetFramework="net472" />
11-
<package id="Microsoft.IdentityModel.JsonWebTokens" version="6.17.0" targetFramework="net472" />
12-
<package id="Microsoft.IdentityModel.Logging" version="6.17.0" targetFramework="net472" />
13-
<package id="Microsoft.IdentityModel.Tokens" version="6.17.0" targetFramework="net472" />
11+
<package id="Microsoft.IdentityModel.Abstractions" version="6.22.0" targetFramework="net472" />
12+
<package id="Microsoft.IdentityModel.JsonWebTokens" version="6.22.0" targetFramework="net472" />
13+
<package id="Microsoft.IdentityModel.Logging" version="6.22.0" targetFramework="net472" />
14+
<package id="Microsoft.IdentityModel.Tokens" version="6.22.0" targetFramework="net472" />
1415
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
15-
<package id="System.IdentityModel.Tokens.Jwt" version="6.17.0" targetFramework="net472" />
16+
<package id="System.IdentityModel.Tokens.Jwt" version="6.22.0" targetFramework="net472" />
1617
<package id="System.IO" version="4.3.0" targetFramework="net472" />
17-
<package id="System.Memory" version="4.5.4" targetFramework="net472" />
18+
<package id="System.Memory" version="4.5.5" targetFramework="net472" />
1819
<package id="System.Net.Http" version="4.3.4" targetFramework="net472" />
1920
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" />
20-
<package id="System.Runtime" version="4.3.0" targetFramework="net472" />
21+
<package id="System.Runtime" version="4.3.1" targetFramework="net472" />
2122
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net472" />
22-
<package id="System.Security.Cryptography.Algorithms" version="4.3.0" targetFramework="net472" />
23+
<package id="System.Security.Cryptography.Algorithms" version="4.3.1" targetFramework="net472" />
2324
<package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net472" />
2425
<package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net472" />
25-
<package id="System.Security.Cryptography.X509Certificates" version="4.3.0" targetFramework="net472" />
26-
<package id="System.Text.Encodings.Web" version="5.0.1" targetFramework="net472" />
27-
<package id="System.Text.Json" version="5.0.2" targetFramework="net472" />
26+
<package id="System.Security.Cryptography.X509Certificates" version="4.3.2" targetFramework="net472" />
27+
<package id="System.Text.Encodings.Web" version="6.0.0" targetFramework="net472" />
28+
<package id="System.Text.Json" version="6.0.5" targetFramework="net472" />
2829
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net472" />
2930
<package id="System.ValueTuple" version="4.5.0" targetFramework="net472" />
3031
</packages>

JitsiMeetOutlookTests/app.config

+13-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,24 @@
44
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
55
<dependentAssembly>
66
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
7-
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
7+
<bindingRedirect oldVersion="0.0.0.0-4.0.4.0" newVersion="4.0.4.0" />
88
</dependentAssembly>
99
<dependentAssembly>
1010
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
1111
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
1212
</dependentAssembly>
13+
<dependentAssembly>
14+
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
15+
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
16+
</dependentAssembly>
17+
<dependentAssembly>
18+
<assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
19+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.1" newVersion="6.0.0.1" />
20+
</dependentAssembly>
21+
<dependentAssembly>
22+
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
23+
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
24+
</dependentAssembly>
1325
</assemblyBinding>
1426
</runtime>
1527
</configuration>
1.24 MB
Binary file not shown.

setup/Product.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<?define JitsiMeetOutlook_ProjectName="JitsiMeetOutlookAddIn"?>
1616

1717
<!-- Addon details -->
18-
<Product Id="*" Name="JitsiMeetOutlookAddIn" Language="1033" Version="0.6.6" Manufacturer="github.com/timetheoretical" UpgradeCode="146f17e9-8106-4dd3-a3c5-b8f2c92ffb25">
18+
<Product Id="*" Name="JitsiMeetOutlookAddIn" Language="1033" Version="0.7.0" Manufacturer="github.com/timetheoretical" UpgradeCode="146f17e9-8106-4dd3-a3c5-b8f2c92ffb25">
1919
<Package InstallerVersion="500" Compressed="yes" Platform="x64" InstallScope="perMachine" />
2020

2121
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />

0 commit comments

Comments
 (0)