|
|
1a2a4242eb
|
Remove DiscImageChef.CommonTypes dependence on DiscImageChef.Decoders.
|
2020-01-11 20:55:47 +00:00 |
|
|
|
1bd15feee6
|
Update copyright date.
|
2020-01-03 17:53:52 +00:00 |
|
|
|
d8c8c78101
|
Make everything compile with .NET Core 2.2.
|
2019-10-25 23:20:16 +01:00 |
|
|
|
ce1bdb80a6
|
Update dependencies.
|
2019-09-19 15:02:21 +01:00 |
|
|
|
531592e286
|
Fix compiling .NET 4.5 using .NET Core msbuild.
|
2019-09-13 19:46:29 +01:00 |
|
darkstar
|
c3ca90b83a
|
Implement IArchive interface
|
2019-08-15 22:35:57 +02:00 |
|
|
|
2605585cf9
|
Add interfaces for logical block addressable sequential (aka streaming tapes) images.
|
2019-04-30 22:49:32 +01:00 |
|
|
|
43aca6b181
|
Update dependencies.
|
2019-04-23 22:40:52 +01:00 |
|
|
|
9657c1973f
|
Add more optimized marshallers.
|
2019-02-27 08:49:42 +00:00 |
|
|
|
b6d536a1b4
|
Add attribute to declare struct properties relevant for its marshalling.
|
2019-02-25 00:11:50 +00:00 |
|
|
|
6d54e4d469
|
Add enumeration for bit endianness.
|
2019-02-24 23:56:47 +00:00 |
|
|
|
3b8a6c344d
|
Move image and sector verification methods to new interfaces.
|
2019-01-20 22:24:15 +00:00 |
|
|
|
ce810f1505
|
Move optical disc exclusive methods to new interfaces.
|
2019-01-20 20:11:10 +00:00 |
|
|
|
818e1c8d1c
|
Return specific error codes from command execution.
|
2019-01-05 19:50:56 +00:00 |
|
|
|
502386bbb1
|
Update dependencies.
|
2019-01-03 18:53:29 +00:00 |
|
|
|
a97cc25739
|
Update copyright year.
|
2018-12-29 17:34:38 +00:00 |
|
|
|
dd09ea037c
|
Store CompactDisc read offsets in database.
|
2018-12-25 03:04:57 +00:00 |
|
|
|
5b196becd6
|
Update dependency to Unclassified.NetRevisionTask
|
2018-12-20 21:02:05 +00:00 |
|
|
|
9f991922bf
|
Add support for detecting if user has administrative privileges.
|
2018-11-27 21:28:51 +00:00 |
|
|
|
da9598885b
|
Move DeviceType to CommonTypes.
|
2018-11-27 00:11:03 +00:00 |
|
|
|
8b3dc3d37c
|
Add missing references.
|
2018-11-26 23:36:31 +00:00 |
|
|
|
1403e9e3bb
|
Use device report version 2 for the database.
|
2018-11-26 23:16:54 +00:00 |
|
|
|
8b8a625279
|
Create new more extensible device report format in JSON.
|
2018-11-25 17:47:14 +00:00 |
|
|
|
b211963072
|
Move libraries to .NET Standard, allowing Xamarin.macOS GUI to compile.
|
2018-08-27 22:03:20 +01:00 |
|
|
|
b57e6bdb34
|
Implement IOC for plugin registration.
|
2018-07-20 22:53:46 +01:00 |
|
|
|
89b7ce42b3
|
Merge branch 'master' into alcoholfix
|
2018-07-20 20:50:20 +01:00 |
|
|
|
2e417e5dbb
|
Bump version to 4.5.1.1692.
|
2018-07-19 23:15:51 +01:00 |
|
|
|
ca73d90faf
|
Relicense DiscImageChef.CommonTypes to MIT.
|
2018-06-25 19:22:42 +01:00 |
|
|
|
2af10e0a0b
|
Move all interfaces, extents, interop and metadata to DiscImageChef.CommonTypes.
|
2018-06-25 19:08:26 +01:00 |
|
|
|
7187ce2e36
|
Move to development version 4.5.99.1663.
|
2018-06-24 21:35:04 +01:00 |
|
|
|
5c7025f2f3
|
Bump version to 4.5.0.1663.
|
2018-06-24 12:46:08 +01:00 |
|
|
|
d5096ff70f
|
Automate version set from git revision.
|
2018-04-12 00:20:29 +01:00 |
|
|
|
4a32b7da80
|
Move version to project files.
|
2018-04-11 22:56:48 +01:00 |
|
|
|
06efa62be7
|
Final strike...
|
2018-04-11 09:25:41 +01:00 |
|
|
|
0f83485eb1
|
Change nuget package references in projects (should fix compilation).
|
2018-04-11 08:57:34 +01:00 |
|
|
|
c66b07c44d
|
Framework minimum version is v4.6.1.
|
2018-04-11 08:28:45 +01:00 |
|
|
|
3f519b29cf
|
Update project schemas.
|
2018-04-11 08:13:49 +01:00 |
|
|
|
c8ccb37a79
|
Version up to 4.0.99.0.
From now on in-development versions will be X.Y.99.Z, with Z being
a published development versions, and X.Y being the latest stable release.
|
2017-12-30 09:09:49 +00:00 |
|
|
|
b12518e7f6
|
🎨Remove chains of if-else to get media type from it's geometry, plus add
a geometry class with a list of known geometries and ❤️LINQ❤️ queries.
|
2017-12-28 04:57:26 +00:00 |
|
|
|
64629af6d2
|
Version bumped to 4.0.0.0.
|
2017-12-24 05:45:43 +00:00 |
|
|
|
c2d931920f
|
Bumped version to 3.99.6.0.
|
2017-11-29 16:02:19 +00:00 |
|
|
|
2ea389a38b
|
Version bumped to 3.5.99.0.
|
2017-09-05 17:21:24 +01:00 |
|
|
|
1014155aa8
|
Formatting options.
|
2017-06-29 21:23:39 +01:00 |
|
|
|
04cd943bdf
|
Version bumped to 3.4.99.0.
|
2017-06-04 23:09:27 +01:00 |
|
|
|
0f127a999f
|
Project file formatting.
|
2017-06-03 01:13:47 +01:00 |
|
|
|
d07c673596
|
Upped version to 3.3.99.0. Do not use version from solution on
library projects.
|
2017-05-19 18:39:15 +01:00 |
|
|
|
70838e2455
|
Some changes made by VS/Mac, harmless.
|
2017-05-16 08:26:38 +01:00 |
|
|
|
b095d9f649
|
Bumped version to 3.2.99.2.
|
2016-08-09 15:34:26 +01:00 |
|
|
|
61f6ce0121
|
Public beta release 3.2.99.1.
|
2016-08-07 04:38:07 +01:00 |
|
|
|
a4ceb4461f
|
Bumped to version 3.2.1.
|
2016-08-01 19:07:04 +01:00 |
|