Files
aliasvault/apps/server/Shared/AliasVault.Shared.Core
Leendert de Borst b3946963c9 Merge branch 'main' into 1353-upgrade-from-net-9-to-net-10-admin-api-and-web-app-services
* 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
  ...
2026-01-30 12:58:17 +01:00
..
2026-01-29 12:35:02 +01:00

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.