-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy pathAssemblyInfo.cs
More file actions
28 lines (26 loc) · 1.38 KB
/
AssemblyInfo.cs
File metadata and controls
28 lines (26 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#region Header
//
// Project: WriteableBitmapEx - WriteableBitmap extensions
// Description: Assembly Infos.
//
// Changed by: $Author: unknown $
// Changed on: $Date: 2012-06-13 10:09:50 +0200 (Mi, 13 Jun 2012) $
// Changed in: $Revision: 91730 $
// Project: $URL: https://writeablebitmapex.svn.codeplex.com/svn/trunk/Source/WriteableBitmapExCurveSample.WinRT/Properties/AssemblyInfo.cs $
// Id: $Id: AssemblyInfo.cs 91730 2012-06-13 08:09:50Z unknown $
//
//
// Copyright © 2009-2012 Rene Schulte and WriteableBitmapEx Contributors
//
// This Software is weak copyleft open source. Please read the License.txt for details.
//
#endregion
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
// associated with an assembly.
[assembly: AssemblyTitle("WriteableBitmapExCurveSample.WinRT")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyDescription("The WriteableBitmapEx library is a collection of extension methods for the WriteableBitmap. The extension methods are easy to use like built-in methods and offer GDI+ like functionality for Silverlight web, Windows Phone, WPF and WinRT.")]