Skip to content

Commit a868b65

Browse files
committed
Fix assembly info
1 parent b764926 commit a868b65

File tree

1 file changed

+13
-33
lines changed

1 file changed

+13
-33
lines changed
Lines changed: 13 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,17 @@
1-
//
2-
// AssemblyInfo.cs
3-
//
4-
// Author:
5-
// Jim Borden <[email protected]>
6-
//
7-
// Copyright (c) 2015 Couchbase, Inc All rights reserved.
8-
//
9-
// Licensed under the Apache License, Version 2.0 (the "License");
10-
// you may not use this file except in compliance with the License.
11-
// You may obtain a copy of the License at
12-
//
13-
// http://www.apache.org/licenses/LICENSE-2.0
14-
//
15-
// Unless required by applicable law or agreed to in writing, software
16-
// distributed under the License is distributed on an "AS IS" BASIS,
17-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18-
// See the License for the specific language governing permissions and
19-
// limitations under the License.
20-
//
21-
using System.Reflection;
22-
using System.Runtime.CompilerServices;
1+
using System.Reflection;
2+
using System.Runtime.InteropServices;
233

24-
// Information about this assembly is defined by the following attributes.
25-
// Change them to the values specific to your project.
4+
[assembly: AssemblyTitle("TPL4Unity")]
5+
[assembly: AssemblyDescription("Task Parallel Library for Unity (.NET 3.5)")]
6+
[assembly: AssemblyConfiguration("")]
7+
[assembly: AssemblyCompany("Gabriel Vazquez")]
8+
[assembly: AssemblyProduct("")]
9+
[assembly: AssemblyCopyright("Copyright © 2018")]
10+
[assembly: AssemblyTrademark("")]
11+
[assembly: AssemblyCulture("")]
2612

27-
[assembly: AssemblyTitle("System.Threading.Tasks.Net35")]
28-
[assembly: AssemblyDescription("The Task Parallel Library ported back to .NET 3.5")]
29-
[assembly: AssemblyCompany ("Couchbase")]
30-
[assembly: AssemblyProduct("TPL .NET 3.5")]
31-
[assembly: AssemblyCopyright("2015")]
32-
33-
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
34-
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
35-
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
13+
[assembly: ComVisible(false)]
14+
[assembly: Guid("e1fac97f-1306-4bc0-a4ac-0e5f0afbc473")]
3615

3716
[assembly: AssemblyVersion("1.0.0.0")]
17+
[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)