This repository was archived by the owner on Oct 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 2727using System . Runtime . CompilerServices ;
2828using System ;
2929
30- [ assembly: AssemblyDescription ( "An implementation of Visual Studio's T4 text templating" ) ]
3130[ assembly: AssemblyCopyright ( "MIT/X11" ) ]
3231[ assembly: CLSCompliant ( true ) ]
3332
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6- <GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
76 <Description >T4 templating engine for .NET Core.</Description >
87 </PropertyGroup >
98
Original file line number Diff line number Diff line change 2929// Information about this assembly is defined by the following attributes.
3030// Change them to the values specific to your project.
3131
32- [ assembly: AssemblyDescription ( "T4 text transformation tool" ) ]
3332[ assembly: AssemblyCopyright ( "MIT/X11" ) ]
3433
3534//[assembly: AssemblyVersion("1.0.0.0")]
Original file line number Diff line number Diff line change 77 <PackageId >T5.TextTransform.Tool</PackageId >
88 <PackageType >DotNetCliTool</PackageType >
99 <Description >T4 text transformation tool for dotnet CLI.</Description >
10- <GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
1110 </PropertyGroup >
1211
1312 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
You can’t perform that action at this time.
0 commit comments