Skip to content

Commit

Permalink
V 1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Feb 18, 2024
1 parent 20c6849 commit cabe076
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
5 changes: 4 additions & 1 deletion Release notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
1.81
1.82
- support newer OpenAI models

1.81
- Fix #626: ResX Resource Manager does not refresh UI after key removal

1.80
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stages:
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '7.0.400'
version: '8.0.201'

- script: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe" -version'
displayName: 'log msbuild version'
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>1.81.0.0</Version>
<Version>1.82.0.0</Version>
<Company>tom-englert.de</Company>
<Product>ResXManager</Product>
<Copyright>Copyright (c) .NET Foundation and Contributors.</Copyright>
Expand Down
24 changes: 12 additions & 12 deletions src/Notice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ License: Apache-2.0
Data Grid Extensions

Id: DataGridExtensions
Version: 2.5.15
Version: 2.6.0
Project: https://github.com/dotnet/DataGridExtensions
License: MIT

Expand All @@ -41,7 +41,7 @@ License: MIT
Tokenizer

Id: Microsoft.DeepDev.TokenizerLib
Version: 1.3.1
Version: 1.3.3
Project: https://github.com/microsoft/Tokenizer/
License: MIT

Expand Down Expand Up @@ -151,7 +151,7 @@ License: MIT
System.ServiceModel.Http

Id: System.ServiceModel.Http
Version: 4.10.3
Version: 4.10.2
Project: https://github.com/dotnet/wcf
License: MIT

Expand All @@ -160,7 +160,7 @@ License: MIT
System.ServiceModel.Primitives

Id: System.ServiceModel.Primitives
Version: 4.10.3
Version: 4.10.2
Project: https://github.com/dotnet/wcf
License: MIT

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

Id: TomsToolbox.Composition
Version: 2.10.0
Version: 2.14.0
Project: https://github.com/tom-englert/TomsToolbox
License: MIT

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

Id: TomsToolbox.Composition.Ninject
Version: 2.10.0
Version: 2.14.0
Project: https://github.com/tom-englert/TomsToolbox
License: MIT

Expand All @@ -187,7 +187,7 @@ License: MIT
Tom's Toolbox ObservableCollections Module

Id: TomsToolbox.ObservableCollections
Version: 2.10.0
Version: 2.14.0
Project: https://github.com/tom-englert/TomsToolbox
License: MIT

Expand All @@ -196,7 +196,7 @@ License: MIT
Tom's Toolbox WPF Module

Id: TomsToolbox.Wpf
Version: 2.10.0
Version: 2.14.0
Project: https://github.com/tom-englert/TomsToolbox
License: MIT

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

Id: TomsToolbox.Wpf.Composition
Version: 2.10.0
Version: 2.14.0
Project: https://github.com/tom-englert/TomsToolbox
License: MIT

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

Id: TomsToolbox.Wpf.Composition.AttributedModel
Version: 2.10.0
Version: 2.14.0
Project: https://github.com/tom-englert/TomsToolbox
License: MIT

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

Id: TomsToolbox.Wpf.Composition.Styles
Version: 2.10.0
Version: 2.14.0
Project: https://github.com/tom-englert/TomsToolbox
License: MIT

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

Id: TomsToolbox.Wpf.Styles
Version: 2.10.0
Version: 2.14.0
Project: https://github.com/tom-englert/TomsToolbox
License: MIT

0 comments on commit cabe076

Please sign in to comment.