Skip to content

Commit 9d609fe

Browse files
author
tom-englert
committed
V 1.83.0
1 parent 44ec922 commit 9d609fe

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Release notes.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
1.82
1+
1.83
2+
- Fix #616: Added GoogleLite endpoint that doesn't halt translation on certain punctuation.
3+
- Fix broken upload on VS Marketplace
4+
5+
1.82
26
- support newer OpenAI models
37

48
1.81

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<Version>1.82.0.0</Version>
4+
<Version>1.83.0.0</Version>
55
<Company>tom-englert.de</Company>
66
<Product>ResXManager</Product>
77
<Copyright>Copyright (c) .NET Foundation and Contributors.</Copyright>

src/Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<PackageVersion Include="TomsToolbox.Wpf.Composition.AttributedModel" Version="2.14.0" />
4040
<PackageVersion Include="TomsToolbox.Wpf.Composition.Styles" Version="2.14.0" />
4141
<PackageVersion Include="TomsToolbox.Wpf.Styles" Version="2.14.0" />
42-
<PackageVersion Include="Verify.Xunit" Version="23.2.0" />
42+
<PackageVersion Include="Verify.Xunit" Version="23.2.1" />
4343
<PackageVersion Include="VSIX-SdkProjectAdapter" Version="3.0.0" />
4444
<PackageVersion Include="WindowsAPICodePack-Shell" Version="1.1.1" />
4545
<PackageVersion Include="xunit" Version="2.7.0" />

0 commit comments

Comments
 (0)