Skip to content

Commit f74b944

Browse files
author
thepirat000
committed
Fixing icon, changelog, increase version
1 parent 722978b commit f74b944

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ All notable changes to Audit.NET and its extensions will be documented in this f
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

6+
## [30.0.2] - 2025-06-25:
7+
- **Audit.NET.Firestore**: A new data provider for Google Firestore (#761)
8+
69
## [30.0.1] - 2025-05-28:
710
- **Audit.NET.ImmuDB**: A new data provider for ImmuDB, a distributed immutable database. This provider allows you to store audit events in an ImmuDB database, ensuring that the audit logs are tamper-proof and verifiable.
811

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>30.0.1</Version>
3+
<Version>30.0.2</Version>
44
<PackageReleaseNotes></PackageReleaseNotes>
55
<CheckEolTargetFramework>false</CheckEolTargetFramework>
66
<LangVersion>latest</LangVersion>

src/Audit.NET.Firestore/Providers/FirestoreDataProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace Audit.Firestore.Providers
1919
/// - Collection: The Firestore collection name
2020
/// - CredentialsFilePath: Path to the credentials JSON file (optional)
2121
/// - CredentialsJson: JSON string with credentials (optional)
22-
/// - FirestoreDb: Custom FirestoreDb instance (optional)
22+
/// - FirestoreDbFactory: Custom FirestoreDb factory (optional)
2323
/// - IdBuilder: Function to generate document IDs (optional)
2424
/// - SanitizeFieldNames: Whether to fix field names with dots (default: false)
2525
/// </remarks>
-521 Bytes
Loading

0 commit comments

Comments
 (0)