Skip to content

Commit d7bdae1

Browse files
release: 0.3.0
1 parent 97dca2e commit d7bdae1

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 0.3.0 (2026-04-08)
4+
5+
Full Changelog: [v0.2.0...v0.3.0](https://github.com/Xquik-dev/x-twitter-scraper-csharp/compare/v0.2.0...v0.3.0)
6+
7+
### Features
8+
9+
* **api:** api update ([4b57dda](https://github.com/Xquik-dev/x-twitter-scraper-csharp/commit/4b57dda5deed7a8f529f35ca701a6d8def223db9))
10+
* **api:** api update ([4579c6f](https://github.com/Xquik-dev/x-twitter-scraper-csharp/commit/4579c6f393788ffb35297d33d3390bdf29dcd557))
11+
* **api:** api update ([e6d6ad8](https://github.com/Xquik-dev/x-twitter-scraper-csharp/commit/e6d6ad8bd2b7b54bc9cd6cf8b99cf35f3b4ef436))
12+
* **api:** api update ([aa6de12](https://github.com/Xquik-dev/x-twitter-scraper-csharp/commit/aa6de123de4aa69f3aec8767875c196952f0c8ea))
13+
* **api:** api update ([ca7b861](https://github.com/Xquik-dev/x-twitter-scraper-csharp/commit/ca7b861b08a4746fabf69896051df37b014a8c0e))
14+
* **api:** api update ([902c35c](https://github.com/Xquik-dev/x-twitter-scraper-csharp/commit/902c35cdde409c616f97466abb232414b7733333))
15+
* **api:** api update ([08d35d1](https://github.com/Xquik-dev/x-twitter-scraper-csharp/commit/08d35d12205c4bae6c0bb04ebae61d0523fb7879))
16+
* **api:** api update ([5c7f059](https://github.com/Xquik-dev/x-twitter-scraper-csharp/commit/5c7f0591f585d60618bb527d4f6b19ad26a3635e))
17+
18+
19+
### Chores
20+
21+
* update SDK settings ([d10d8fd](https://github.com/Xquik-dev/x-twitter-scraper-csharp/commit/d10d8fda09de4b204b5eb3b9d2c90f5483bef143))
22+
323
## 0.2.0 (2026-04-01)
424

525
Full Changelog: [v0.1.0...v0.2.0](https://github.com/Xquik-dev/x-twitter-scraper-csharp/compare/v0.1.0...v0.2.0)

src/XTwitterScraper/XTwitterScraper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Metadata -->
44
<AssemblyTitle>X Twitter Scraper C#</AssemblyTitle>
55
<AssemblyName>XTwitterScraper</AssemblyName>
6-
<VersionPrefix>0.2.0</VersionPrefix>
6+
<VersionPrefix>0.3.0</VersionPrefix>
77
<Description>The official .NET library for the X Twitter Scraper API.</Description>
88
<OutputType>Library</OutputType>
99
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)