We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7475032 commit 2e6ea94Copy full SHA for 2e6ea94
2 files changed
LatexTranslationDemo/LatexTranslationDemo.csproj
@@ -8,7 +8,7 @@
8
</PropertyGroup>
9
10
<ItemGroup>
11
- <PackageReference Include="MekLatexTranslationLibrary" Version="3.1.6.19" />
+ <PackageReference Include="MekLatexTranslationLibrary" Version="3.1.7.0" />
12
</ItemGroup>
13
14
</Project>
MekLatexTranslationLibrary/MekLatexTranslationLibrary.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <Version>3.1.6.19</Version>
+ <Version>3.1.7.0</Version>
5
<TargetFramework>net6.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
0 commit comments