forked from cake-build/cake
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSolutionInfo.cs
More file actions
16 lines (14 loc) · 803 Bytes
/
SolutionInfo.cs
File metadata and controls
16 lines (14 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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.
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by Cake.
// </auto-generated>
//------------------------------------------------------------------------------
using System.Reflection;
[assembly: AssemblyProduct("Cake")]
[assembly: AssemblyVersion("0.13.0.0")]
[assembly: AssemblyFileVersion("0.13.0.0")]
[assembly: AssemblyInformationalVersion("0.13.0-beta.1+0.Branch.release/0.13.0.Sha.cb8b8acaee3dd90cb1a0e21fc079b4e65690750d")]
[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")]