Skip to content

Commit

Permalink
chore(release): changeset created a new release (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 7, 2025
1 parent ebeb992 commit 218b566
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"initialVersions": {
"fingerprint-pro-server-api-dotnet-sdk": "7.1.0"
},
"changesets": []
"changesets": [
"good-experts-watch"
]
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Fingerprint Server API Dotnet SDK

## 7.2.0-test.0

### Minor Changes

- **events-search**: Add a new `events/search` API endpoint. Allow users to search for identification events matching one or more search criteria, for example, visitor ID, IP address, bot detection result, etc. ([0844a4e](https://github.com/fingerprintjs/fingerprint-pro-server-api-dotnet-sdk/commit/0844a4e5c26abcb2a83ea2b0fbffdff96d836925))

## 7.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Fingerprint Pro Server API allows you to get information about visitors and abou
This C# SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 3
- SDK version: 7.1.0
- SDK version: 7.2.0-test.0
- Build package: io.swagger.codegen.v3.generators.dotnet.CSharpClientCodegen

<a name="requirements"></a>
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packageName": "FingerprintPro.ServerSdk",
"packageVersion": "7.1.0",
"packageVersion": "7.2.0-test.0",
"packageUrl": "https://github.com/fingerprintjs/fingerprint-pro-server-api-dotnet-sdk",
"gitUserId": "fingerprintjs",
"gitRepoId": "fingerprint-pro-server-api-dotnet-sdk",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fingerprint-pro-server-api-dotnet-sdk",
"version": "7.1.0",
"version": "7.2.0-test.0",
"private": true,
"devDependencies": {
"@changesets/cli": "^2.27.8",
Expand Down
2 changes: 1 addition & 1 deletion src/FingerprintPro.ServerSdk/Client/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class Configuration : IReadableConfiguration
/// Version of the package.
/// </summary>
/// <value>Version of the package.</value>
public const string Version = "7.1.0";
public const string Version = "7.2.0-test.0";

/// <summary>
/// Identifier for ISO 8601 DateTime Format
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<PackageId>FingerprintPro.ServerSdk</PackageId>
<PackageTags>browser,detection,fingerprint,identification,fingerprinting,browser-fingerprinting,fraud-detection,fraud,audio-fingerprinting,fingerprintjs,fingerprintjs-pro,visitor-identification</PackageTags>
<Version>7.1.0</Version>
<Version>7.2.0-test.0</Version>
<Authors>Fingerprint</Authors>
<Company>Fingerprint</Company>
<RepositoryUrl>https://github.com/fingerprintjs/fingerprint-pro-server-api-dotnet-sdk</RepositoryUrl>
Expand Down

0 comments on commit 218b566

Please sign in to comment.