forked from dnnsoftware/Dnn.Platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SolutionInfo.cs
18 lines (15 loc) · 883 Bytes
/
SolutionInfo.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information
using System.Reflection;
// 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.
// Review the values of the assembly attributes
[assembly: AssemblyCompany(".NET Foundation")]
[assembly: AssemblyProduct("https://dnncommunity.org")]
[assembly: AssemblyCopyright("DNN Platform is copyright 2002-2020 by .NET Foundation. All Rights Reserved.")]
[assembly: AssemblyTrademark("DNN")]
[assembly: AssemblyVersion("9.8.1.0")]
[assembly: AssemblyFileVersion("9.8.1.0")]
[assembly: AssemblyInformationalVersion("9.8.1.0 Custom build")]