Skip to content

Commit af4f3a1

Browse files
committed
Assembly info
1 parent b340bd2 commit af4f3a1

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

Properties/AssemblyInfo.cs

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,14 @@
2525
// Change them to the values specific to your project.
2626

2727
[assembly: AssemblyTitle("System.Threading.Tasks.Net35")]
28-
[assembly: AssemblyDescription("")]
29-
[assembly: AssemblyConfiguration("")]
30-
[assembly: AssemblyCompany("Couchbase, Inc")]
31-
[assembly: AssemblyProduct("")]
32-
[assembly: AssemblyCopyright("Couchbase, Inc")]
33-
[assembly: AssemblyTrademark("")]
34-
[assembly: AssemblyCulture("")]
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")]
3532

3633
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
3734
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
3835
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
3936

4037
[assembly: AssemblyVersion("1.0.*")]
4138
[assembly: InternalsVisibleTo("Couchbase.Lite.Unity")]
42-
43-
// The following attributes are used to specify the signing key for the assembly,
44-
// if desired. See the Mono documentation for more information about signing.
45-
46-
//[assembly: AssemblyDelaySign(false)]
47-
//[assembly: AssemblyKeyFile("")]
48-

System.Threading.Tasks.Net35.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>System.Threading.Tasks.Net35</RootNamespace>
99
<AssemblyName>System.Threading.Tasks.Net35</AssemblyName>
1010
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
11-
<ReleaseVersion>1.0.4</ReleaseVersion>
11+
<ReleaseVersion>1.0.5</ReleaseVersion>
1212
<UseMSBuildEngine>False</UseMSBuildEngine>
1313
</PropertyGroup>
1414
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)