Skip to content

Commit 4a1251c

Browse files
author
tom-englert
committed
V 1.87
1 parent 60b3338 commit 4a1251c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Release notes.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
1.86
1+
1.87
2+
- Stick with System.Composition.AttributedModel Version="[1.4.1]" for compatibility with older VS versions.
3+
4+
1.86
25
- Add OpenAI translator
36

47
1.85

src/Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<Version>1.86.0.0</Version>
4+
<Version>1.87.0.0</Version>
55
<Company>tom-englert.de</Company>
66
<Product>ResXManager</Product>
77
<Copyright>Copyright (c) .NET Foundation and Contributors.</Copyright>
88
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
9-
<LangVersion>11.0</LangVersion>
9+
<LangVersion>12.0</LangVersion>
1010
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1111
<DebugType>embedded</DebugType>
1212
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)