Skip to content

Commit cabe076

Browse files
committed
V 1.82
1 parent 20c6849 commit cabe076

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

Release notes.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
1.81
1+
1.82
2+
- support newer OpenAI models
3+
4+
1.81
25
- Fix #626: ResX Resource Manager does not refresh UI after key removal
36

47
1.80

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ stages:
1515
- task: UseDotNet@2
1616
inputs:
1717
packageType: 'sdk'
18-
version: '7.0.400'
18+
version: '8.0.201'
1919

2020
- script: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe" -version'
2121
displayName: 'log msbuild version'

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.81.0.0</Version>
4+
<Version>1.82.0.0</Version>
55
<Company>tom-englert.de</Company>
66
<Product>ResXManager</Product>
77
<Copyright>Copyright (c) .NET Foundation and Contributors.</Copyright>

src/Notice.txt

+12-12
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ License: Apache-2.0
1414
Data Grid Extensions
1515

1616
Id: DataGridExtensions
17-
Version: 2.5.15
17+
Version: 2.6.0
1818
Project: https://github.com/dotnet/DataGridExtensions
1919
License: MIT
2020

@@ -41,7 +41,7 @@ License: MIT
4141
Tokenizer
4242

4343
Id: Microsoft.DeepDev.TokenizerLib
44-
Version: 1.3.1
44+
Version: 1.3.3
4545
Project: https://github.com/microsoft/Tokenizer/
4646
License: MIT
4747

@@ -151,7 +151,7 @@ License: MIT
151151
System.ServiceModel.Http
152152

153153
Id: System.ServiceModel.Http
154-
Version: 4.10.3
154+
Version: 4.10.2
155155
Project: https://github.com/dotnet/wcf
156156
License: MIT
157157

@@ -160,7 +160,7 @@ License: MIT
160160
System.ServiceModel.Primitives
161161

162162
Id: System.ServiceModel.Primitives
163-
Version: 4.10.3
163+
Version: 4.10.2
164164
Project: https://github.com/dotnet/wcf
165165
License: MIT
166166

@@ -169,7 +169,7 @@ License: MIT
169169
Tom's Toolbox Composition - Core Module
170170

171171
Id: TomsToolbox.Composition
172-
Version: 2.10.0
172+
Version: 2.14.0
173173
Project: https://github.com/tom-englert/TomsToolbox
174174
License: MIT
175175

@@ -178,7 +178,7 @@ License: MIT
178178
Tom's Toolbox Composition - Ninject Module
179179

180180
Id: TomsToolbox.Composition.Ninject
181-
Version: 2.10.0
181+
Version: 2.14.0
182182
Project: https://github.com/tom-englert/TomsToolbox
183183
License: MIT
184184

@@ -187,7 +187,7 @@ License: MIT
187187
Tom's Toolbox ObservableCollections Module
188188

189189
Id: TomsToolbox.ObservableCollections
190-
Version: 2.10.0
190+
Version: 2.14.0
191191
Project: https://github.com/tom-englert/TomsToolbox
192192
License: MIT
193193

@@ -196,7 +196,7 @@ License: MIT
196196
Tom's Toolbox WPF Module
197197

198198
Id: TomsToolbox.Wpf
199-
Version: 2.10.0
199+
Version: 2.14.0
200200
Project: https://github.com/tom-englert/TomsToolbox
201201
License: MIT
202202

@@ -205,7 +205,7 @@ License: MIT
205205
Tom's Toolbox WPF Composition - Core Module
206206

207207
Id: TomsToolbox.Wpf.Composition
208-
Version: 2.10.0
208+
Version: 2.14.0
209209
Project: https://github.com/tom-englert/TomsToolbox
210210
License: MIT
211211

@@ -214,7 +214,7 @@ License: MIT
214214
Tom's Toolbox WPF Composition - Attributed Model Module
215215

216216
Id: TomsToolbox.Wpf.Composition.AttributedModel
217-
Version: 2.10.0
217+
Version: 2.14.0
218218
Project: https://github.com/tom-englert/TomsToolbox
219219
License: MIT
220220

@@ -223,7 +223,7 @@ License: MIT
223223
Tom's Toolbox WPF Composition - Styles Module
224224

225225
Id: TomsToolbox.Wpf.Composition.Styles
226-
Version: 2.10.0
226+
Version: 2.14.0
227227
Project: https://github.com/tom-englert/TomsToolbox
228228
License: MIT
229229

@@ -232,7 +232,7 @@ License: MIT
232232
Tom's Toolbox WPF Styles Module
233233

234234
Id: TomsToolbox.Wpf.Styles
235-
Version: 2.10.0
235+
Version: 2.14.0
236236
Project: https://github.com/tom-englert/TomsToolbox
237237
License: MIT
238238

0 commit comments

Comments
 (0)