Skip to content

Commit 35afcde

Browse files
committed
Updated version to 2.2.0. Updated nugets. Preparing for release.
1 parent eb4d91f commit 35afcde

67 files changed

Lines changed: 94 additions & 79 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

GotenbergSharpApiClient.sln.DotSettings

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2-
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue"> Copyright 2019-$CURRENT_YEAR$ Chris Mohan, Jaben Cargman&#xD;
2+
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue"> Copyright 2019-${CurrentDate.Year} Chris Mohan, Jaben Cargman&#xD;
33
and GotenbergSharpApiClient Contributors&#xD;
44
&#xD;
55
Licensed under the Apache License, Version 2.0 (the "License");&#xD;
@@ -13,6 +13,7 @@
1313
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xD;
1414
See the License for the specific language governing permissions and&#xD;
1515
limitations under the License.</s:String>
16+
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EFeature_002EServices_002ECodeCleanup_002EFileHeader_002EFileHeaderSettingsMigrate/@EntryIndexedValue">True</s:Boolean>
1617
<s:Boolean x:Key="/Default/UserDictionary/Words/=Backoff/@EntryIndexedValue">True</s:Boolean>
1718
<s:Boolean x:Key="/Default/UserDictionary/Words/=Consts/@EntryIndexedValue">True</s:Boolean>
1819
<s:Boolean x:Key="/Default/UserDictionary/Words/=deliverables/@EntryIndexedValue">True</s:Boolean>

README.md

Lines changed: 3 additions & 3 deletions

lib/Domain/Builders/BaseBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2022 Chris Mohan, Jaben Cargman
1+
// Copyright 2019-2024 Chris Mohan, Jaben Cargman
22
// and GotenbergSharpApiClient Contributors
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");

lib/Domain/Builders/BaseChromiumBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2022 Chris Mohan, Jaben Cargman
1+
// Copyright 2019-2024 Chris Mohan, Jaben Cargman
22
// and GotenbergSharpApiClient Contributors
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");

lib/Domain/Builders/BaseMergeBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2022 Chris Mohan, Jaben Cargman
1+
// Copyright 2019-2024 Chris Mohan, Jaben Cargman
22
// and GotenbergSharpApiClient Contributors
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");

lib/Domain/Builders/Faceted/AssetBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2022 Chris Mohan, Jaben Cargman
1+
// Copyright 2019-2024 Chris Mohan, Jaben Cargman
22
// and GotenbergSharpApiClient Contributors
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");

lib/Domain/Builders/Faceted/ConfigBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2022 Chris Mohan, Jaben Cargman
1+
// Copyright 2019-2024 Chris Mohan, Jaben Cargman
22
// and GotenbergSharpApiClient Contributors
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");

lib/Domain/Builders/Faceted/DimensionBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2022 Chris Mohan, Jaben Cargman
1+
// Copyright 2019-2024 Chris Mohan, Jaben Cargman
22
// and GotenbergSharpApiClient Contributors
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");

lib/Domain/Builders/Faceted/DocumentBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2022 Chris Mohan, Jaben Cargman
1+
// Copyright 2019-2024 Chris Mohan, Jaben Cargman
22
// and GotenbergSharpApiClient Contributors
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");

lib/Domain/Builders/Faceted/HtmlConversionBehaviorBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2022 Chris Mohan, Jaben Cargman
1+
// Copyright 2019-2024 Chris Mohan, Jaben Cargman
22
// and GotenbergSharpApiClient Contributors
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -144,7 +144,7 @@ public HtmlConversionBehaviorBuilder EmulateAsScreen()
144144
}
145145

146146
/// <summary>
147-
/// Configures gotenberg to not wait for Chromium network to be idle
147+
/// Gotenberg 8+ ONLY: Configures gotenberg to not wait for Chromium network to be idle.
148148
/// </summary>
149149
/// <returns></returns>
150150
[PublicAPI]

0 commit comments

Comments
 (0)