This website requires JavaScript.
Explore
Help
Sign In
wismna
/
modernkeepass
Watch
1
Star
0
Fork
0
You've already forked modernkeepass
mirror of
https://github.com/wismna/ModernKeePass.git
synced
2025-10-03 23:50:18 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7ac1595aaa31089f0ab5743857049822e8cc40b9
modernkeepass
/
ModernKeePass.Domain
/
Enums
/
DatabaseVersion.cs
9 lines
122 B
C#
Raw
Normal View
History
Unescape
Escape
1st working version in clean arch WIP Parent group mapping issues
2020-03-30 19:43:04 +02:00
namespace
ModernKeePass.Domain.Enums
{
public
enum
DatabaseVersion
{
V2
,
Create database works with new Vm Refactoring
2020-04-22 16:21:47 +02:00
V3
,
1st working version in clean arch WIP Parent group mapping issues
2020-03-30 19:43:04 +02:00
V4
}
}
Reference in New Issue
Copy Permalink