|
|
|
@ -1,7 +1,11 @@ |
|
|
|
using System.Resources; |
|
|
|
// <copyright file="AssemblyInfo.cs" company="James Jackson-South">
|
|
|
|
// Copyright (c) James Jackson-South and contributors.
|
|
|
|
// Licensed under the Apache License, Version 2.0.
|
|
|
|
// </copyright>
|
|
|
|
|
|
|
|
using System.Resources; |
|
|
|
using System.Reflection; |
|
|
|
using System.Runtime.CompilerServices; |
|
|
|
using System.Runtime.InteropServices; |
|
|
|
|
|
|
|
// General Information about an assembly is controlled through the following
|
|
|
|
// set of attributes. Change these attribute values to modify the information
|
|
|
|
@ -28,6 +32,7 @@ using System.Runtime.InteropServices; |
|
|
|
// [assembly: AssemblyVersion("1.0.*")]
|
|
|
|
[assembly: AssemblyVersion("1.0.0.0")] |
|
|
|
[assembly: AssemblyFileVersion("1.0.0.0")] |
|
|
|
[assembly: AssemblyInformationalVersion("1.0.0.0")] |
|
|
|
|
|
|
|
// Ensure the internals can be tested.
|
|
|
|
[assembly: InternalsVisibleTo("ImageSharp.Benchmarks")] |
|
|
|
|