@ -5,7 +5,7 @@ using System;
using System.Globalization;
using System.Text;
namespace SixLabors.ImageSharp
namespace SixLabors.ImageSharp.MetaData.Profiles.Exif
{
/// <summary>
/// Represents a number that can be expressed as a fraction
@ -4,7 +4,7 @@
using System;
/// Represents a number that can be expressed as a fraction.
@ -1,6 +1,7 @@
// Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using SixLabors.ImageSharp.MetaData.Profiles.Exif;
using Xunit;
namespace SixLabors.ImageSharp.Tests