mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-02-19 07:28:47 -05:00
* main: (611 commits) Update bump-versions.sh Update Cargo.lock Update net.aliasvault.app.yml.template Bump tar Start 0.27.0-alpha development Update browser extension build scripts to always call rust core compile Update release notes Refactor EmailDomainField init flow to match browser extension Fix folder deletion in mobile app not refreshing parent screen Add 0.26.0 release notes New Crowdin updates (#1504) Tweak browser extension settings text alignment for longer translations (#1524) Add Italian language dictionaries to the identity generator (#1524) Update tests Add wait for debounce to browser extension tests Update playwright.config.ts Bump install.sh version to use self-documenting ISO8601 date Update e2e-tests-browser-extension.yml Update safari-xcode folder location Update fdroid scripts ...
AliasVault.Shared.Core
This project contains core shared code for the AliasVault project such as versioning information and shared constants. This project does not contain any external dependencies to ensure minimal impact on consuming projects.
Purpose
This library provides fundamental, dependency-free components that are shared across all AliasVault projects:
- Application versioning
- Core constants
- Basic enums
- Shared interfaces
Dependencies
This project does not depend on any external libraries.