File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed
ExampleConsoleApplication Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11
11
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
12
12
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
13
13
<GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
14
+ <Version >1.0.0</Version >
14
15
</PropertyGroup >
15
16
16
17
<ItemGroup >
Original file line number Diff line number Diff line change 10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
11
[ assembly: AssemblyCompany ( "Microsoft" ) ]
12
12
[ assembly: AssemblyProduct ( "Colorful.Console.Tests" ) ]
13
- [ assembly: AssemblyCopyright ( "Copyright © Tom Akita 2016 " ) ]
13
+ [ assembly: AssemblyCopyright ( "Copyright © Tom Akita 2017 " ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
Original file line number Diff line number Diff line change 4
4
<Description >Style your C# console output!</Description >
5
5
<Copyright >@ Tom Akita. All rights Reserved.</Copyright >
6
6
<AssemblyTitle >Colorful.Console</AssemblyTitle >
7
- <VersionPrefix >1.0.7 </VersionPrefix >
7
+ <VersionPrefix >1.1 </VersionPrefix >
8
8
<Authors >Tom Akita;Muhammad Rehan Saeed;Matt Furden</Authors >
9
9
<TargetFrameworks >netstandard1.3;net40;net45;net451;net452;net46;net461</TargetFrameworks >
10
10
<AssemblyName >Colorful.Console</AssemblyName >
11
11
<PackageId >Colorful.Console</PackageId >
12
12
<PackageTags >Style;Styled;Output;Colourful;Colorful;Console;Command;Line;ASCII;Art;FIGlet</PackageTags >
13
- <PackageReleaseNotes >Added compatibility mode </PackageReleaseNotes >
13
+ <PackageReleaseNotes >Bug fixes </PackageReleaseNotes >
14
14
<PackageIconUrl >http://colorfulconsole.com/images/colorful_icon_ngsize.png</PackageIconUrl >
15
15
<PackageProjectUrl >http://colorfulconsole.com/</PackageProjectUrl >
16
16
<PackageLicenseUrl >https://github.com/tomakita/Colorful.Console/blob/master/LICENSE.md</PackageLicenseUrl >
20
20
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
21
21
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
22
22
<GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
23
+ <Version >1.1</Version >
24
+ <AssemblyVersion >1.1.0.0</AssemblyVersion >
25
+ <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
23
26
</PropertyGroup >
24
27
25
28
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3' " >
Original file line number Diff line number Diff line change 10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
11
[ assembly: AssemblyCompany ( "Microsoft" ) ]
12
12
[ assembly: AssemblyProduct ( "Colorful.Console" ) ]
13
- [ assembly: AssemblyCopyright ( "Copyright © Tom Akita 2016 " ) ]
13
+ [ assembly: AssemblyCopyright ( "Copyright © Tom Akita 2017 " ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
Original file line number Diff line number Diff line change 4
4
<Description >Style your C# console output!</Description >
5
5
<Copyright >@ Tom Akita. All rights Reserved.</Copyright >
6
6
<AssemblyTitle >Colorful.Console Examples</AssemblyTitle >
7
- <VersionPrefix >1.0.7 </VersionPrefix >
7
+ <VersionPrefix >1.1 </VersionPrefix >
8
8
<Authors >Tom Akita;Muhammad Rehan Saeed;Matt Furden</Authors >
9
9
<TargetFrameworks >net40;net45;net451;net452;net46;net461</TargetFrameworks >
10
10
<AssemblyName >ExampleConsoleApplication</AssemblyName >
11
11
<OutputType >Exe</OutputType >
12
12
<PackageId >ExampleConsoleApplication</PackageId >
13
13
<PackageTags >Style;Styled;Output;Colourful;Colorful;Console;Command;Line;ASCII;Art;FIGlet</PackageTags >
14
- <PackageReleaseNotes >Added compatibility mode </PackageReleaseNotes >
14
+ <PackageReleaseNotes >Bug fixes </PackageReleaseNotes >
15
15
<PackageIconUrl >http://colorfulconsole.com/images/colorful_icon_ngsize.png</PackageIconUrl >
16
16
<PackageProjectUrl >http://colorfulconsole.com/</PackageProjectUrl >
17
17
<PackageLicenseUrl >https://github.com/tomakita/Colorful.Console/blob/master/LICENSE.md</PackageLicenseUrl >
21
21
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
22
22
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
23
23
<GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
24
+ <Version >1.1</Version >
24
25
</PropertyGroup >
25
26
26
27
<ItemGroup >
Original file line number Diff line number Diff line change 10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
11
[ assembly: AssemblyCompany ( "Microsoft" ) ]
12
12
[ assembly: AssemblyProduct ( "ExampleConsoleApplication" ) ]
13
- [ assembly: AssemblyCopyright ( "Copyright © Tom Akita 2016 " ) ]
13
+ [ assembly: AssemblyCopyright ( "Copyright © Tom Akita 2017 " ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
You can’t perform that action at this time.
0 commit comments