From eecb964d4ab39087947e35ac4e499cbd73711e63 Mon Sep 17 00:00:00 2001 From: Oliver Fries Date: Wed, 29 May 2024 07:59:42 +0200 Subject: [PATCH] update packages and changelog --- CHANGELOG.md | 25 +++++++++++- .../AasxFileServerRestLibrary.csproj | 38 +++++++++---------- .../AasxIntegrationBaseGdi.csproj | 6 +-- .../AasxIntegrationBaseWpf.csproj | 2 +- src/AasxOpenidClient/AasxOpenidClient.csproj | 2 +- src/AasxPackageExplorer.sln | 1 + .../AasxPackageExplorer.csproj | 6 +-- src/AasxPackageLogic/AasxPackageLogic.csproj | 2 +- .../AasxPluginWebBrowser.csproj | 4 +- .../UIComponents.Flags.Blazor.csproj | 4 +- 10 files changed, 56 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa758ed0..9fc76af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ -CHANGELOG -========= +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Changed + +## [Released] + +- **AasxFileServerRestLibrary**: Restsharp **108.0.1** to **111.1.0** +- **AasxIntegrationBaseGdi**: Magick.NET.Core **12.2.0** to **13.8.0** +- **AasxIntegrationBaseGdi**: Magick.NET-Q8-AnyCPU **12**.2.0**** to **13.8.0** +- **AasxIntegrationBaseGdi**: System.Drawing.Common **7.0.0** to **8.0.5** +- **AasxIntegrationBaseWpf**: Microsoft.Windows.Compatibility **6.0.0** to **8.0.5** +- **AasxOpenidClient**: System.IdentityModel.Tokens.Jwt **6.24.0** to **6.35.0** +- **AasxPackageExplorer**: Magick.NET.Core **12.2.0** to **13.8.0** +- **AasxPackageExplorer**: Magick.NET-Q8-AnyCPU **12.2.0** to **13.8.0** +- **AasxPackageExplorer**: System.Drawing.Common **7.0.0** to **8.0.5** +- **AasxPackageLogic**: System.IdentityModel.Tokens.Jwt **6.24.0** to **6.35.0** Re-release (2020-05-11) ----------------------- diff --git a/src/AasxFileServerRestLibrary/AasxFileServerRestLibrary.csproj b/src/AasxFileServerRestLibrary/AasxFileServerRestLibrary.csproj index 52809af0..f439dcab 100644 --- a/src/AasxFileServerRestLibrary/AasxFileServerRestLibrary.csproj +++ b/src/AasxFileServerRestLibrary/AasxFileServerRestLibrary.csproj @@ -1,21 +1,21 @@  - - net6.0 - Library - false - IO.Swagger - false - - - - - - - - - - - - - + + net6.0 + Library + false + IO.Swagger + false + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/AasxIntegrationBaseGdi/AasxIntegrationBaseGdi.csproj b/src/AasxIntegrationBaseGdi/AasxIntegrationBaseGdi.csproj index a6507b57..21ee8b1f 100644 --- a/src/AasxIntegrationBaseGdi/AasxIntegrationBaseGdi.csproj +++ b/src/AasxIntegrationBaseGdi/AasxIntegrationBaseGdi.csproj @@ -10,9 +10,9 @@ - - - + + + diff --git a/src/AasxIntegrationBaseWpf/AasxIntegrationBaseWpf.csproj b/src/AasxIntegrationBaseWpf/AasxIntegrationBaseWpf.csproj index 4adc39bf..65339209 100644 --- a/src/AasxIntegrationBaseWpf/AasxIntegrationBaseWpf.csproj +++ b/src/AasxIntegrationBaseWpf/AasxIntegrationBaseWpf.csproj @@ -20,7 +20,7 @@ - + diff --git a/src/AasxOpenidClient/AasxOpenidClient.csproj b/src/AasxOpenidClient/AasxOpenidClient.csproj index d784ee51..e8fb27d7 100644 --- a/src/AasxOpenidClient/AasxOpenidClient.csproj +++ b/src/AasxOpenidClient/AasxOpenidClient.csproj @@ -25,7 +25,7 @@ - + diff --git a/src/AasxPackageExplorer.sln b/src/AasxPackageExplorer.sln index e874ab2a..93f583be 100644 --- a/src/AasxPackageExplorer.sln +++ b/src/AasxPackageExplorer.sln @@ -48,6 +48,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject Notes_V3.md = Notes_V3.md README-packages.md = README-packages.md + ..\CHANGELOG.md = ..\CHANGELOG.md EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AasxDictionaryImport", "AasxDictionaryImport\AasxDictionaryImport.csproj", "{DEC389BC-59BC-48E5-B163-6E44CE782C4A}" diff --git a/src/AasxPackageExplorer/AasxPackageExplorer.csproj b/src/AasxPackageExplorer/AasxPackageExplorer.csproj index 071692fd..826e2d03 100644 --- a/src/AasxPackageExplorer/AasxPackageExplorer.csproj +++ b/src/AasxPackageExplorer/AasxPackageExplorer.csproj @@ -150,10 +150,10 @@ - - + + - + diff --git a/src/AasxPackageLogic/AasxPackageLogic.csproj b/src/AasxPackageLogic/AasxPackageLogic.csproj index fea93b71..b7124c4d 100644 --- a/src/AasxPackageLogic/AasxPackageLogic.csproj +++ b/src/AasxPackageLogic/AasxPackageLogic.csproj @@ -36,7 +36,7 @@ - + diff --git a/src/AasxPluginWebBrowser/AasxPluginWebBrowser.csproj b/src/AasxPluginWebBrowser/AasxPluginWebBrowser.csproj index 771f2803..08b944bf 100644 --- a/src/AasxPluginWebBrowser/AasxPluginWebBrowser.csproj +++ b/src/AasxPluginWebBrowser/AasxPluginWebBrowser.csproj @@ -60,11 +60,11 @@ - + - + diff --git a/src/UIComponents.Flags.Blazor/UIComponents.Flags.Blazor.csproj b/src/UIComponents.Flags.Blazor/UIComponents.Flags.Blazor.csproj index 6688620a..ca96a781 100644 --- a/src/UIComponents.Flags.Blazor/UIComponents.Flags.Blazor.csproj +++ b/src/UIComponents.Flags.Blazor/UIComponents.Flags.Blazor.csproj @@ -12,8 +12,8 @@ - - + +