mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Refactor most disk references to media.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2016-01-16 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* MediaType.cs:
|
||||
* DiscImageChef.CommonTypes.csproj:
|
||||
Refactor most disk references to media.
|
||||
|
||||
2015-12-31 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DiskType.cs:
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Partition.cs" />
|
||||
<Compile Include="DiskType.cs" />
|
||||
<Compile Include="MediaType.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
@@ -39,8 +39,8 @@ using System;
|
||||
|
||||
namespace DiscImageChef.CommonTypes
|
||||
{
|
||||
// Disk types
|
||||
public enum DiskType
|
||||
// Media (disk, cartridge, tape, cassette, etc) types
|
||||
public enum MediaType
|
||||
{
|
||||
/// <summary>Unknown disk type</summary>
|
||||
Unknown,
|
||||
Reference in New Issue
Block a user