Skip to content

Commit

Permalink
license update and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanstapel committed Jan 23, 2024
1 parent 25d2b1c commit 627aaa1
Show file tree
Hide file tree
Showing 35 changed files with 62 additions and 34 deletions.
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/BrickOwlApiCallDelegate.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/BrickOwlClient.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/BrickOwlClientConfiguration.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/BrickOwlClientFactory.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/BrickOwlResult.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions BrickOwlSharp.Client/BrickOwlSharp.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<Description>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.</Description>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<Version>1.1.0</Version>
<PackageReleaseNotes>1.1.0: Includes tier prices</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/CatalogItem.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/CatalogItemAvailability.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/CatalogItemId.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/CatalogItemIds.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/CatalogItemImage.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/Condition.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/Currency.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/DeleteInventory.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/IBrickOwlClient.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/IBrickOwlRequestHandler.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/IdType.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/Inventory.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/ItemType.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/Json/CurrencyStringConverter.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
26 changes: 25 additions & 1 deletion BrickOwlSharp.Client/Json/TierPriceListConverter.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/NewInventory.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/NewInventoryResult.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/Order.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/OrderDetails.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/OrderItem.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/OrderStatus.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/ResourceType.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/TierPrice.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/UpdateInventory.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Client/Wishlist.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Demos/CatalogDemo.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Demos/InventoryDemo.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Demos/Program.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion BrickOwlSharp.Demos/WishlistDemo.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 627aaa1

Please sign in to comment.