From 627aaa166d4c2b51994f835bfe51d4163bd0dcb0 Mon Sep 17 00:00:00 2001 From: Stephan Date: Wed, 24 Jan 2024 00:14:00 +0100 Subject: [PATCH] license update and version bump --- .../BrickOwlApiCallDelegate.cs | 2 +- BrickOwlSharp.Client/BrickOwlClient.cs | 2 +- .../BrickOwlClientConfiguration.cs | 2 +- BrickOwlSharp.Client/BrickOwlClientFactory.cs | 2 +- BrickOwlSharp.Client/BrickOwlResult.cs | 2 +- .../BrickOwlSharp.Client.csproj | 4 +++ BrickOwlSharp.Client/CatalogItem.cs | 2 +- .../CatalogItemAvailability.cs | 2 +- BrickOwlSharp.Client/CatalogItemId.cs | 2 +- BrickOwlSharp.Client/CatalogItemIds.cs | 2 +- BrickOwlSharp.Client/CatalogItemImage.cs | 2 +- BrickOwlSharp.Client/Condition.cs | 2 +- BrickOwlSharp.Client/Currency.cs | 2 +- BrickOwlSharp.Client/DeleteInventory.cs | 2 +- BrickOwlSharp.Client/IBrickOwlClient.cs | 2 +- .../IBrickOwlRequestHandler.cs | 2 +- BrickOwlSharp.Client/IdType.cs | 2 +- BrickOwlSharp.Client/Inventory.cs | 2 +- BrickOwlSharp.Client/ItemType.cs | 2 +- .../Json/CurrencyStringConverter.cs | 2 +- .../Json/TierPriceListConverter.cs | 26 ++++++++++++++++++- BrickOwlSharp.Client/NewInventory.cs | 2 +- BrickOwlSharp.Client/NewInventoryResult.cs | 2 +- BrickOwlSharp.Client/Order.cs | 2 +- BrickOwlSharp.Client/OrderDetails.cs | 2 +- BrickOwlSharp.Client/OrderItem.cs | 2 +- BrickOwlSharp.Client/OrderStatus.cs | 2 +- BrickOwlSharp.Client/ResourceType.cs | 2 +- BrickOwlSharp.Client/TierPrice.cs | 2 +- BrickOwlSharp.Client/UpdateInventory.cs | 2 +- BrickOwlSharp.Client/Wishlist.cs | 2 +- BrickOwlSharp.Demos/CatalogDemo.cs | 2 +- BrickOwlSharp.Demos/InventoryDemo.cs | 2 +- BrickOwlSharp.Demos/Program.cs | 2 +- BrickOwlSharp.Demos/WishlistDemo.cs | 2 +- 35 files changed, 62 insertions(+), 34 deletions(-) diff --git a/BrickOwlSharp.Client/BrickOwlApiCallDelegate.cs b/BrickOwlSharp.Client/BrickOwlApiCallDelegate.cs index 767db2f..2d715d2 100644 --- a/BrickOwlSharp.Client/BrickOwlApiCallDelegate.cs +++ b/BrickOwlSharp.Client/BrickOwlApiCallDelegate.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/BrickOwlClient.cs b/BrickOwlSharp.Client/BrickOwlClient.cs index efca5e0..4c85d9c 100644 --- a/BrickOwlSharp.Client/BrickOwlClient.cs +++ b/BrickOwlSharp.Client/BrickOwlClient.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/BrickOwlClientConfiguration.cs b/BrickOwlSharp.Client/BrickOwlClientConfiguration.cs index 7348523..fd835a8 100644 --- a/BrickOwlSharp.Client/BrickOwlClientConfiguration.cs +++ b/BrickOwlSharp.Client/BrickOwlClientConfiguration.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/BrickOwlClientFactory.cs b/BrickOwlSharp.Client/BrickOwlClientFactory.cs index 62d7672..56d60c8 100644 --- a/BrickOwlSharp.Client/BrickOwlClientFactory.cs +++ b/BrickOwlSharp.Client/BrickOwlClientFactory.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/BrickOwlResult.cs b/BrickOwlSharp.Client/BrickOwlResult.cs index 174a380..8e8faca 100644 --- a/BrickOwlSharp.Client/BrickOwlResult.cs +++ b/BrickOwlSharp.Client/BrickOwlResult.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/BrickOwlSharp.Client.csproj b/BrickOwlSharp.Client/BrickOwlSharp.Client.csproj index 64391a3..44b13f4 100644 --- a/BrickOwlSharp.Client/BrickOwlSharp.Client.csproj +++ b/BrickOwlSharp.Client/BrickOwlSharp.Client.csproj @@ -16,6 +16,10 @@ BrickOwlSharp is a C# library for interacting with the BrickOwl API. It provides a simple and intuitive interface for developers to access the full functionality of the BrickOwl platform, including searching for LEGO parts, sets, and minifigures, managing orders and inventory, and much more. With BrickOwlSharp, developers can easily integrate BrickOwl into their applications and services, and build powerful tools and workflows that leverage the capabilities of the BrickOwl platform. + 1.1.0.0 + 1.1.0.0 + 1.1.0 + 1.1.0: Includes tier prices diff --git a/BrickOwlSharp.Client/CatalogItem.cs b/BrickOwlSharp.Client/CatalogItem.cs index f3385eb..6443854 100644 --- a/BrickOwlSharp.Client/CatalogItem.cs +++ b/BrickOwlSharp.Client/CatalogItem.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/CatalogItemAvailability.cs b/BrickOwlSharp.Client/CatalogItemAvailability.cs index c87603c..fad7895 100644 --- a/BrickOwlSharp.Client/CatalogItemAvailability.cs +++ b/BrickOwlSharp.Client/CatalogItemAvailability.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/CatalogItemId.cs b/BrickOwlSharp.Client/CatalogItemId.cs index 7ec6280..6618097 100644 --- a/BrickOwlSharp.Client/CatalogItemId.cs +++ b/BrickOwlSharp.Client/CatalogItemId.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/CatalogItemIds.cs b/BrickOwlSharp.Client/CatalogItemIds.cs index b852d01..88ff7b7 100644 --- a/BrickOwlSharp.Client/CatalogItemIds.cs +++ b/BrickOwlSharp.Client/CatalogItemIds.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/CatalogItemImage.cs b/BrickOwlSharp.Client/CatalogItemImage.cs index 70bbbb8..6483db9 100644 --- a/BrickOwlSharp.Client/CatalogItemImage.cs +++ b/BrickOwlSharp.Client/CatalogItemImage.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/Condition.cs b/BrickOwlSharp.Client/Condition.cs index caa1861..d22e361 100644 --- a/BrickOwlSharp.Client/Condition.cs +++ b/BrickOwlSharp.Client/Condition.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/Currency.cs b/BrickOwlSharp.Client/Currency.cs index 5fb8e0a..94cc65f 100644 --- a/BrickOwlSharp.Client/Currency.cs +++ b/BrickOwlSharp.Client/Currency.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/DeleteInventory.cs b/BrickOwlSharp.Client/DeleteInventory.cs index b925cf2..99ed256 100644 --- a/BrickOwlSharp.Client/DeleteInventory.cs +++ b/BrickOwlSharp.Client/DeleteInventory.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/IBrickOwlClient.cs b/BrickOwlSharp.Client/IBrickOwlClient.cs index 44edcad..350ae7d 100644 --- a/BrickOwlSharp.Client/IBrickOwlClient.cs +++ b/BrickOwlSharp.Client/IBrickOwlClient.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/IBrickOwlRequestHandler.cs b/BrickOwlSharp.Client/IBrickOwlRequestHandler.cs index 6cd6d46..f0cbd03 100644 --- a/BrickOwlSharp.Client/IBrickOwlRequestHandler.cs +++ b/BrickOwlSharp.Client/IBrickOwlRequestHandler.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/IdType.cs b/BrickOwlSharp.Client/IdType.cs index 6fbee80..58cecfc 100644 --- a/BrickOwlSharp.Client/IdType.cs +++ b/BrickOwlSharp.Client/IdType.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/Inventory.cs b/BrickOwlSharp.Client/Inventory.cs index 7bd1abd..4a803c5 100644 --- a/BrickOwlSharp.Client/Inventory.cs +++ b/BrickOwlSharp.Client/Inventory.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/ItemType.cs b/BrickOwlSharp.Client/ItemType.cs index 5642f5b..396c9a8 100644 --- a/BrickOwlSharp.Client/ItemType.cs +++ b/BrickOwlSharp.Client/ItemType.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/Json/CurrencyStringConverter.cs b/BrickOwlSharp.Client/Json/CurrencyStringConverter.cs index ebfb7a3..2ba7eff 100644 --- a/BrickOwlSharp.Client/Json/CurrencyStringConverter.cs +++ b/BrickOwlSharp.Client/Json/CurrencyStringConverter.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/Json/TierPriceListConverter.cs b/BrickOwlSharp.Client/Json/TierPriceListConverter.cs index 82d8931..fe7df2e 100644 --- a/BrickOwlSharp.Client/Json/TierPriceListConverter.cs +++ b/BrickOwlSharp.Client/Json/TierPriceListConverter.cs @@ -1,4 +1,28 @@ -using System; +#region License +// Copyright (c) 2024 Stephan Stapel +// +// Permission is hereby granted, free of charge, to any person +// obtaining a copy of this software and associated documentation +// files (the "Software"), to deal in the Software without +// restriction, including without limitation the rights to use, +// copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the +// Software is furnished to do so, subject to the following +// conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +// OTHER DEALINGS IN THE SOFTWARE. +# endregion +using System; using System.Collections.Generic; using System.Text; using System.Text.Json.Serialization; diff --git a/BrickOwlSharp.Client/NewInventory.cs b/BrickOwlSharp.Client/NewInventory.cs index 23dd5bb..8a3e293 100644 --- a/BrickOwlSharp.Client/NewInventory.cs +++ b/BrickOwlSharp.Client/NewInventory.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/NewInventoryResult.cs b/BrickOwlSharp.Client/NewInventoryResult.cs index 8460521..5477462 100644 --- a/BrickOwlSharp.Client/NewInventoryResult.cs +++ b/BrickOwlSharp.Client/NewInventoryResult.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/Order.cs b/BrickOwlSharp.Client/Order.cs index 9d1edd0..41df022 100644 --- a/BrickOwlSharp.Client/Order.cs +++ b/BrickOwlSharp.Client/Order.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/OrderDetails.cs b/BrickOwlSharp.Client/OrderDetails.cs index aae60a3..fc56bb8 100644 --- a/BrickOwlSharp.Client/OrderDetails.cs +++ b/BrickOwlSharp.Client/OrderDetails.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/OrderItem.cs b/BrickOwlSharp.Client/OrderItem.cs index b92b9f4..1e79734 100644 --- a/BrickOwlSharp.Client/OrderItem.cs +++ b/BrickOwlSharp.Client/OrderItem.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/OrderStatus.cs b/BrickOwlSharp.Client/OrderStatus.cs index a6de3dd..9c9fe71 100644 --- a/BrickOwlSharp.Client/OrderStatus.cs +++ b/BrickOwlSharp.Client/OrderStatus.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/ResourceType.cs b/BrickOwlSharp.Client/ResourceType.cs index db4a4cc..374a2a9 100644 --- a/BrickOwlSharp.Client/ResourceType.cs +++ b/BrickOwlSharp.Client/ResourceType.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/TierPrice.cs b/BrickOwlSharp.Client/TierPrice.cs index b306a01..4b7a4ae 100644 --- a/BrickOwlSharp.Client/TierPrice.cs +++ b/BrickOwlSharp.Client/TierPrice.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/UpdateInventory.cs b/BrickOwlSharp.Client/UpdateInventory.cs index 35a3f9d..7aa9819 100644 --- a/BrickOwlSharp.Client/UpdateInventory.cs +++ b/BrickOwlSharp.Client/UpdateInventory.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Client/Wishlist.cs b/BrickOwlSharp.Client/Wishlist.cs index 90d29f9..ea2d2cc 100644 --- a/BrickOwlSharp.Client/Wishlist.cs +++ b/BrickOwlSharp.Client/Wishlist.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Demos/CatalogDemo.cs b/BrickOwlSharp.Demos/CatalogDemo.cs index b91ecd4..593bc24 100644 --- a/BrickOwlSharp.Demos/CatalogDemo.cs +++ b/BrickOwlSharp.Demos/CatalogDemo.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Demos/InventoryDemo.cs b/BrickOwlSharp.Demos/InventoryDemo.cs index a7326c3..dd8f7d0 100644 --- a/BrickOwlSharp.Demos/InventoryDemo.cs +++ b/BrickOwlSharp.Demos/InventoryDemo.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Demos/Program.cs b/BrickOwlSharp.Demos/Program.cs index de57975..63fabb9 100644 --- a/BrickOwlSharp.Demos/Program.cs +++ b/BrickOwlSharp.Demos/Program.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/BrickOwlSharp.Demos/WishlistDemo.cs b/BrickOwlSharp.Demos/WishlistDemo.cs index b8b606a..baaf3ae 100644 --- a/BrickOwlSharp.Demos/WishlistDemo.cs +++ b/BrickOwlSharp.Demos/WishlistDemo.cs @@ -1,5 +1,5 @@ #region License -// Copyright (c) 2023 Stephan Stapel +// Copyright (c) 2024 Stephan Stapel // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation