Skip to content

Commit 077f03f

Browse files
committed
Increment version to 1.1
1 parent 3ec40fb commit 077f03f

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

src/Colorful.Console.Tests/Colorful.Console.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1212
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1313
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
14+
<Version>1.0.0</Version>
1415
</PropertyGroup>
1516

1617
<ItemGroup>

src/Colorful.Console.Tests/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Microsoft")]
1212
[assembly: AssemblyProduct("Colorful.Console.Tests")]
13-
[assembly: AssemblyCopyright("Copyright © Tom Akita 2016")]
13+
[assembly: AssemblyCopyright("Copyright © Tom Akita 2017")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

src/Colorful.Console/Colorful.Console.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<Description>Style your C# console output!</Description>
55
<Copyright>@ Tom Akita. All rights Reserved.</Copyright>
66
<AssemblyTitle>Colorful.Console</AssemblyTitle>
7-
<VersionPrefix>1.0.7</VersionPrefix>
7+
<VersionPrefix>1.1</VersionPrefix>
88
<Authors>Tom Akita;Muhammad Rehan Saeed;Matt Furden</Authors>
99
<TargetFrameworks>netstandard1.3;net40;net45;net451;net452;net46;net461</TargetFrameworks>
1010
<AssemblyName>Colorful.Console</AssemblyName>
1111
<PackageId>Colorful.Console</PackageId>
1212
<PackageTags>Style;Styled;Output;Colourful;Colorful;Console;Command;Line;ASCII;Art;FIGlet</PackageTags>
13-
<PackageReleaseNotes>Added compatibility mode</PackageReleaseNotes>
13+
<PackageReleaseNotes>Bug fixes</PackageReleaseNotes>
1414
<PackageIconUrl>http://colorfulconsole.com/images/colorful_icon_ngsize.png</PackageIconUrl>
1515
<PackageProjectUrl>http://colorfulconsole.com/</PackageProjectUrl>
1616
<PackageLicenseUrl>https://github.com/tomakita/Colorful.Console/blob/master/LICENSE.md</PackageLicenseUrl>
@@ -20,6 +20,9 @@
2020
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
2121
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
2222
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
23+
<Version>1.1</Version>
24+
<AssemblyVersion>1.1.0.0</AssemblyVersion>
25+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2326
</PropertyGroup>
2427

2528
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">

src/Colorful.Console/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Microsoft")]
1212
[assembly: AssemblyProduct("Colorful.Console")]
13-
[assembly: AssemblyCopyright("Copyright © Tom Akita 2016")]
13+
[assembly: AssemblyCopyright("Copyright © Tom Akita 2017")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

src/ExampleConsoleApplication/ExampleConsoleApplication.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<Description>Style your C# console output!</Description>
55
<Copyright>@ Tom Akita. All rights Reserved.</Copyright>
66
<AssemblyTitle>Colorful.Console Examples</AssemblyTitle>
7-
<VersionPrefix>1.0.7</VersionPrefix>
7+
<VersionPrefix>1.1</VersionPrefix>
88
<Authors>Tom Akita;Muhammad Rehan Saeed;Matt Furden</Authors>
99
<TargetFrameworks>net40;net45;net451;net452;net46;net461</TargetFrameworks>
1010
<AssemblyName>ExampleConsoleApplication</AssemblyName>
1111
<OutputType>Exe</OutputType>
1212
<PackageId>ExampleConsoleApplication</PackageId>
1313
<PackageTags>Style;Styled;Output;Colourful;Colorful;Console;Command;Line;ASCII;Art;FIGlet</PackageTags>
14-
<PackageReleaseNotes>Added compatibility mode</PackageReleaseNotes>
14+
<PackageReleaseNotes>Bug fixes</PackageReleaseNotes>
1515
<PackageIconUrl>http://colorfulconsole.com/images/colorful_icon_ngsize.png</PackageIconUrl>
1616
<PackageProjectUrl>http://colorfulconsole.com/</PackageProjectUrl>
1717
<PackageLicenseUrl>https://github.com/tomakita/Colorful.Console/blob/master/LICENSE.md</PackageLicenseUrl>
@@ -21,6 +21,7 @@
2121
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
2222
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
2323
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
24+
<Version>1.1</Version>
2425
</PropertyGroup>
2526

2627
<ItemGroup>

src/ExampleConsoleApplication/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Microsoft")]
1212
[assembly: AssemblyProduct("ExampleConsoleApplication")]
13-
[assembly: AssemblyCopyright("Copyright © Tom Akita 2016")]
13+
[assembly: AssemblyCopyright("Copyright © Tom Akita 2017")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

0 commit comments

Comments
 (0)