File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed
Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 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-
Original file line number Diff line number Diff line change 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' " >
You can’t perform that action at this time.
0 commit comments