Skip to content

Commit 002ab5f

Browse files
committed
update Release notes and Notice.txt
1 parent cb5180f commit 002ab5f

File tree

4 files changed

+123
-90
lines changed

4 files changed

+123
-90
lines changed

Release notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
1.91
22
- #691: DeepL API Upade from GET to POST Requests (contributed by Simon Müller https://github.com/Appli4Ever)
3-
- #695: Fix compatibility issues related to OpenAI.
3+
- #695: Fix compatibility issues related to OpenAI (contributed by ye4241: https://github.com/ye4241)
44

55
1.90
66
- Translator configuration can be collapsed.

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageVersion Include="DocumentFormat.OpenXml" Version="[2.20.0]" />
1010
<PackageVersion Include="Community.VisualStudio.Toolkit" Version="[15.0.76.309]" />
1111
<PackageVersion Include="Fody" Version="6.9.2" />
12-
<PackageVersion Include="HtmlAgilityPack" Version="1.12.0" />
12+
<PackageVersion Include="HtmlAgilityPack" Version="1.12.1" />
1313
<PackageVersion Include="ILMerge.Fody" Version="1.24.0" />
1414
<PackageVersion Include="JetBrains.Annotations" Version="2024.3.0" />
1515
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />

src/Notice.txt

Lines changed: 119 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -4,54 +4,60 @@ This product bundles the following components under the described licenses:
44

55
Community.VisualStudio.Toolkit
66

7-
Id: Community.VisualStudio.Toolkit
8-
Version: 15.0.76.309
9-
Project: https://github.com/VsixCommunity/Community.VisualStudio.Toolkit
10-
License: Apache-2.0
7+
Id: Community.VisualStudio.Toolkit
8+
Version: 15.0.76.309
9+
Project: https://github.com/VsixCommunity/Community.VisualStudio.Toolkit
10+
Copyright: © Mads Kristensen. All rights reserved.
11+
License: Apache-2.0
1112

1213
--------------------------------------------------------------------------------
1314

1415
Data Grid Extensions
1516

16-
Id: DataGridExtensions
17-
Version: 2.6.0
18-
Project: https://github.com/dotnet/DataGridExtensions
19-
License: MIT
17+
Id: DataGridExtensions
18+
Version: 2.6.0
19+
Project: https://github.com/dotnet/DataGridExtensions
20+
Copyright: Copyright (c) .NET Foundation and Contributors.
21+
License: MIT
2022

2123
--------------------------------------------------------------------------------
2224

2325
DocumentFormat.OpenXml
2426

25-
Id: DocumentFormat.OpenXml
26-
Version: 2.20.0
27-
Project: https://github.com/OfficeDev/Open-XML-SDK
28-
License: MIT
27+
Id: DocumentFormat.OpenXml
28+
Version: 2.20.0
29+
Project: https://github.com/OfficeDev/Open-XML-SDK
30+
Copyright: © Microsoft Corporation. All rights reserved.
31+
License: MIT
2932

3033
--------------------------------------------------------------------------------
3134

3235
Microsoft.CSharp
3336

34-
Id: Microsoft.CSharp
35-
Version: 4.7.0
36-
Project: https://github.com/dotnet/corefx
37-
License: MIT
37+
Id: Microsoft.CSharp
38+
Version: 4.7.0
39+
Project: https://github.com/dotnet/corefx
40+
Copyright: © Microsoft Corporation. All rights reserved.
41+
License: MIT
3842

3943
--------------------------------------------------------------------------------
4044

41-
Tokenizer
45+
Microsoft.ML.Tokenizers
4246

43-
Id: Microsoft.DeepDev.TokenizerLib
44-
Version: 1.3.3
45-
Project: https://github.com/microsoft/Tokenizer/
46-
License: MIT
47+
Id: Microsoft.ML.Tokenizers
48+
Version: 0.22.0-preview.24378.1
49+
Project: https://dot.net/ml
50+
Copyright: © Microsoft Corporation. All rights reserved.
51+
License: MIT
4752

4853
--------------------------------------------------------------------------------
4954

5055
Microsoft.VisualStudio.SDK
5156

52-
Id: Microsoft.VisualStudio.SDK
53-
Version: 17.0.31902.203
54-
Project: https://aka.ms/vsextensibility
57+
Id: Microsoft.VisualStudio.SDK
58+
Version: 17.0.31902.203
59+
Project: https://aka.ms/vsextensibility
60+
Copyright: © Microsoft Corporation. All rights reserved.
5561
License:
5662
> MICROSOFT SOFTWARE LICENSE TERMS
5763
> MICROSOFT VISUAL STUDIO ADD-ONs and EXTENSIONS
@@ -96,143 +102,169 @@ License:
96102

97103
Json.NET
98104

99-
Id: Newtonsoft.Json
100-
Version: 13.0.3
101-
Project: https://www.newtonsoft.com/json
102-
License: MIT
105+
Id: Newtonsoft.Json
106+
Version: 13.0.3
107+
Project: https://www.newtonsoft.com/json
108+
Copyright: Copyright © James Newton-King 2008
109+
License: MIT
103110

104111
--------------------------------------------------------------------------------
105112

106113
System.ComponentModel.Annotations
107114

108-
Id: System.ComponentModel.Annotations
109-
Version: 5.0.0
110-
Project: https://github.com/dotnet/runtime
111-
License: MIT
115+
Id: System.ComponentModel.Annotations
116+
Version: 5.0.0
117+
Project: https://github.com/dotnet/runtime
118+
Copyright: © Microsoft Corporation. All rights reserved.
119+
License: MIT
112120

113121
--------------------------------------------------------------------------------
114122

115123
System.Composition.AttributedModel
116124

117-
Id: System.Composition.AttributedModel
118-
Version: 1.4.1
119-
Project: https://github.com/dotnet/corefx
120-
License: MIT
125+
Id: System.Composition.AttributedModel
126+
Version: 1.4.1
127+
Project: https://github.com/dotnet/corefx
128+
Copyright: © Microsoft Corporation. All rights reserved.
129+
License: MIT
121130

122131
--------------------------------------------------------------------------------
123132

124133
System.Data.DataSetExtensions
125134

126-
Id: System.Data.DataSetExtensions
127-
Version: 4.5.0
128-
Project: https://dot.net/
129-
License: MIT (https://github.com/dotnet/corefx/blob/master/LICENSE.TXT)
135+
Id: System.Data.DataSetExtensions
136+
Version: 4.5.0
137+
Project: https://dot.net/
138+
Copyright: © Microsoft Corporation. All rights reserved.
139+
License: MIT (https://github.com/dotnet/corefx/blob/master/LICENSE.TXT)
130140

131141
--------------------------------------------------------------------------------
132142

133143
System.Net.Http
134144

135-
Id: System.Net.Http
136-
Version: 4.3.4
137-
Project: https://dot.net/
145+
Id: System.Net.Http
146+
Version: 4.3.4
147+
Project: https://dot.net/
148+
Copyright: © Microsoft Corporation. All rights reserved.
138149
License: MICROSOFT .NET LIBRARY (http://go.microsoft.com/fwlink/?LinkId=329770)
139150

140151
--------------------------------------------------------------------------------
141152

142153
System.Security.Cryptography.Pkcs
143154

144-
Id: System.Security.Cryptography.Pkcs
145-
Version: 6.0.4
146-
Project: https://dot.net/
147-
License: MIT
155+
Id: System.Security.Cryptography.Pkcs
156+
Version: 6.0.4
157+
Project: https://dot.net/
158+
Copyright: © Microsoft Corporation. All rights reserved.
159+
License: MIT
148160

149161
--------------------------------------------------------------------------------
150162

151163
System.ServiceModel.Http
152164

153-
Id: System.ServiceModel.Http
154-
Version: 4.10.2
155-
Project: https://github.com/dotnet/wcf
156-
License: MIT
165+
Id: System.ServiceModel.Http
166+
Version: 4.10.2
167+
Project: https://github.com/dotnet/wcf
168+
Copyright: © Microsoft Corporation. All rights reserved.
169+
License: MIT
157170

158171
--------------------------------------------------------------------------------
159172

160173
System.ServiceModel.Primitives
161174

162-
Id: System.ServiceModel.Primitives
163-
Version: 4.10.2
164-
Project: https://github.com/dotnet/wcf
165-
License: MIT
175+
Id: System.ServiceModel.Primitives
176+
Version: 4.10.2
177+
Project: https://github.com/dotnet/wcf
178+
Copyright: © Microsoft Corporation. All rights reserved.
179+
License: MIT
180+
181+
--------------------------------------------------------------------------------
182+
183+
System.Text.Json
184+
185+
Id: System.Text.Json
186+
Version: 8.0.5
187+
Project: https://dot.net/
188+
Copyright: © Microsoft Corporation. All rights reserved.
189+
License: MIT
166190

167191
--------------------------------------------------------------------------------
168192

169193
Tom's Toolbox Composition - Core Module
170194

171-
Id: TomsToolbox.Composition
172-
Version: 2.14.0
173-
Project: https://github.com/tom-englert/TomsToolbox
174-
License: MIT
195+
Id: TomsToolbox.Composition
196+
Version: 2.22.0
197+
Project: https://github.com/tom-englert/TomsToolbox
198+
Copyright: © 2012-2025 tom-englert.de
199+
License: MIT
175200

176201
--------------------------------------------------------------------------------
177202

178203
Tom's Toolbox Composition - Ninject Module
179204

180-
Id: TomsToolbox.Composition.Ninject
181-
Version: 2.14.0
182-
Project: https://github.com/tom-englert/TomsToolbox
183-
License: MIT
205+
Id: TomsToolbox.Composition.Ninject
206+
Version: 2.22.0
207+
Project: https://github.com/tom-englert/TomsToolbox
208+
Copyright: © 2012-2025 tom-englert.de
209+
License: MIT
184210

185211
--------------------------------------------------------------------------------
186212

187213
Tom's Toolbox ObservableCollections Module
188214

189-
Id: TomsToolbox.ObservableCollections
190-
Version: 2.14.0
191-
Project: https://github.com/tom-englert/TomsToolbox
192-
License: MIT
215+
Id: TomsToolbox.ObservableCollections
216+
Version: 2.22.0
217+
Project: https://github.com/tom-englert/TomsToolbox
218+
Copyright: © 2012-2025 tom-englert.de
219+
License: MIT
193220

194221
--------------------------------------------------------------------------------
195222

196223
Tom's Toolbox WPF Module
197224

198-
Id: TomsToolbox.Wpf
199-
Version: 2.14.0
200-
Project: https://github.com/tom-englert/TomsToolbox
201-
License: MIT
225+
Id: TomsToolbox.Wpf
226+
Version: 2.22.0
227+
Project: https://github.com/tom-englert/TomsToolbox
228+
Copyright: © 2012-2025 tom-englert.de
229+
License: MIT
202230

203231
--------------------------------------------------------------------------------
204232

205233
Tom's Toolbox WPF Composition - Core Module
206234

207-
Id: TomsToolbox.Wpf.Composition
208-
Version: 2.14.0
209-
Project: https://github.com/tom-englert/TomsToolbox
210-
License: MIT
235+
Id: TomsToolbox.Wpf.Composition
236+
Version: 2.22.0
237+
Project: https://github.com/tom-englert/TomsToolbox
238+
Copyright: © 2012-2025 tom-englert.de
239+
License: MIT
211240

212241
--------------------------------------------------------------------------------
213242

214243
Tom's Toolbox WPF Composition - Attributed Model Module
215244

216-
Id: TomsToolbox.Wpf.Composition.AttributedModel
217-
Version: 2.14.0
218-
Project: https://github.com/tom-englert/TomsToolbox
219-
License: MIT
245+
Id: TomsToolbox.Wpf.Composition.AttributedModel
246+
Version: 2.22.0
247+
Project: https://github.com/tom-englert/TomsToolbox
248+
Copyright: © 2012-2025 tom-englert.de
249+
License: MIT
220250

221251
--------------------------------------------------------------------------------
222252

223253
Tom's Toolbox WPF Composition - Styles Module
224254

225-
Id: TomsToolbox.Wpf.Composition.Styles
226-
Version: 2.14.0
227-
Project: https://github.com/tom-englert/TomsToolbox
228-
License: MIT
255+
Id: TomsToolbox.Wpf.Composition.Styles
256+
Version: 2.22.0
257+
Project: https://github.com/tom-englert/TomsToolbox
258+
Copyright: © 2012-2025 tom-englert.de
259+
License: MIT
229260

230261
--------------------------------------------------------------------------------
231262

232263
Tom's Toolbox WPF Styles Module
233264

234-
Id: TomsToolbox.Wpf.Styles
235-
Version: 2.14.0
236-
Project: https://github.com/tom-englert/TomsToolbox
237-
License: MIT
265+
Id: TomsToolbox.Wpf.Styles
266+
Version: 2.22.0
267+
Project: https://github.com/tom-englert/TomsToolbox
268+
Copyright: © 2012-2025 tom-englert.de
269+
License: MIT
238270

src/ResXManager.View/Tools/CodeReferenceTracker.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ void FindReferences(ResourceTableEntry entry, IDictionary<string, HashSet<FileIn
158158
finally
159159
{
160160
stopwatch.Stop();
161+
Debug.WriteLine($"Find code references took {stopwatch.Elapsed}");
161162
}
162163
}
163164

@@ -338,4 +339,4 @@ public static string[] ReadAllLines(this ProjectFile file)
338339

339340
return Array.Empty<string>();
340341
}
341-
}
342+
}

0 commit comments

Comments
 (0)