Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 78576bd

Browse files
committed
v1.0.0 - initial release
1 parent b2ce7ad commit 78576bd

5 files changed

Lines changed: 17 additions & 9 deletions

File tree

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Install-Package SRLApiClient
1414

1515
---
1616

17-
## Features (v1.0.0-rc2)
17+
## Features
1818

1919
The client supports synchronous and asynchronous GET requests on the following endpoints:
2020
- Countries
@@ -47,7 +47,7 @@ _none_
4747

4848
## Usage
4949

50-
The documentation is still a work in progress. However, you can visit [srlclient.zint.ch](https://srlclient.zint.ch) for the autogenerated API documentation.
50+
You can visit [srlclient.zint.ch](https://srlclient.zint.ch) for the autogenerated API documentation.
5151

5252
---
5353

SRLApiClient/SRLApiClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<AssemblyVersion>1.0.0.0</AssemblyVersion>
66
<FileVersion>1.0.0.0</FileVersion>
7-
<Version>1.0.0-rc3</Version>
7+
<Version>1.0.0</Version>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
<IncludeSymbols>true</IncludeSymbols>
1010
<Authors>Matteias Collet (BitPatty) &lt;matteias.collet@bluewin.ch&gt;</Authors>

SRLApiClient/docfx/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ _none_
2727

2828
## Changelog
2929

30+
#### v1.0.0
31+
32+
- Initial Release
33+
3034
#### v1.0.0-rc3
3135

3236
- Change build runtime to .NET Core SDK 2.2.106

docs/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ <h3 id="requirements">Requirements</h3>
7777
<h3 id="dependencies">Dependencies</h3>
7878
<p><em>none</em></p>
7979
<h2 id="changelog">Changelog</h2>
80+
<h4 id="v100">v1.0.0</h4>
81+
<ul>
82+
<li>Initial Release</li>
83+
</ul>
8084
<h4 id="v100-rc3">v1.0.0-rc3</h4>
8185
<ul>
8286
<li>Change build runtime to .NET Core SDK 2.2.106</li>

docs/manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@
560560
"output": {
561561
".html": {
562562
"relative_path": "index.html",
563-
"hash": "LAP6kktRNnd1ddTkwg+XjA=="
563+
"hash": "ADDuOmD1yh115N+IIibobg=="
564564
}
565565
},
566566
"is_incremental": false,
@@ -603,17 +603,17 @@
603603
"total_file_count": 2,
604604
"skipped_file_count": 0
605605
},
606-
"TocDocumentProcessor": {
606+
"ManagedReferenceDocumentProcessor": {
607607
"can_incremental": false,
608-
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
609608
"incrementalPhase": "build",
610-
"total_file_count": 0,
609+
"total_file_count": 42,
611610
"skipped_file_count": 0
612611
},
613-
"ManagedReferenceDocumentProcessor": {
612+
"TocDocumentProcessor": {
614613
"can_incremental": false,
614+
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
615615
"incrementalPhase": "build",
616-
"total_file_count": 42,
616+
"total_file_count": 0,
617617
"skipped_file_count": 0
618618
}
619619
}

0 commit comments

Comments
 (0)