Skip to content

Commit

Permalink
Bump to version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtippet committed Mar 24, 2019
1 parent b0f30ff commit 83467e2
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/IcoCat/IcoCat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<TargetFramework>netcoreapp2.1</TargetFramework>
<RootNamespace>Ico.Cat</RootNamespace>
<LangVersion>latest</LangVersion>
<Version>1.1.0</Version>
<Authors>Jeffrey Tippet</Authors>
<Product>IcoTools</Product>
<Copyright>Copyright 2019, Jeffrey Tippet. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/jtippet/IcoTools</PackageProjectUrl>
<RepositoryUrl>https://github.com/jtippet/IcoTools.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/IcoConsole/IcoConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Ico.Console</RootNamespace>
<LangVersion>7.3</LangVersion>
<Version>1.1.0</Version>
<Authors>Jeffrey Tippet</Authors>
<Product>IcoTools</Product>
<Copyright>Copyright 2019, Jeffrey Tippet. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/jtippet/IcoTools</PackageProjectUrl>
<RepositoryUrl>https://github.com/jtippet/IcoTools.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/IcoCrush/IcoCrush.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<TargetFramework>netcoreapp2.1</TargetFramework>
<LangVersion>7.2</LangVersion>
<RootNamespace>Ico.Crush</RootNamespace>
<Version>1.1.0</Version>
<Authors>Jeffrey Tippet</Authors>
<Product>IcoTools</Product>
<Copyright>Copyright 2019, Jeffrey Tippet. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/jtippet/IcoTools</PackageProjectUrl>
<RepositoryUrl>https://github.com/jtippet/IcoTools.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/IcoCut/IcoCut.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<TargetFramework>netcoreapp2.1</TargetFramework>
<RootNamespace>Ico.Cut</RootNamespace>
<LangVersion>latest</LangVersion>
<Version>1.1.0</Version>
<Authors>Jeffrey Tippet</Authors>
<Product>IcoTools</Product>
<Copyright>Copyright 2019, Jeffrey Tippet. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/jtippet/IcoTools</PackageProjectUrl>
<RepositoryUrl>https://github.com/jtippet/IcoTools.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/IcoExtract/IcoExtract.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<TargetFramework>netcoreapp2.1</TargetFramework>
<RootNamespace>Ico.Extract</RootNamespace>
<LangVersion>latest</LangVersion>
<Version>1.1.0</Version>
<Authors>Jeffrey Tippet</Authors>
<Product>IcoTools</Product>
<Copyright>Copyright 2019, Jeffrey Tippet. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/jtippet/IcoTools</PackageProjectUrl>
<RepositoryUrl>https://github.com/jtippet/IcoTools.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/IcoInfo/IcoInfo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<TargetFramework>netcoreapp2.1</TargetFramework>
<LangVersion>latest</LangVersion>
<RootNamespace>Ico.Info</RootNamespace>
<Version>1.1.0</Version>
<Authors>Jeffrey Tippet</Authors>
<Product>IcoTools</Product>
<Copyright>Copyright 2019, Jeffrey Tippet. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/jtippet/IcoTools</PackageProjectUrl>
<RepositoryUrl>https://github.com/jtippet/IcoTools.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/IcoLib/IcoLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Ico</RootNamespace>
<LangVersion>7.3</LangVersion>
<Version>1.1.0</Version>
<Authors>Jeffrey Tippet</Authors>
<Product>IcoTools</Product>
<Copyright>Copyright 2019, Jeffrey Tippet. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/jtippet/IcoTools</PackageProjectUrl>
<RepositoryUrl>https://github.com/jtippet/IcoTools.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/IcoNag/IcoNag.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RootNamespace>Ico.Nag</RootNamespace>
<Version>1.1.0</Version>
<Authors>Jeffrey Tippet</Authors>
<Product>IcoTools</Product>
<Copyright>Copyright 2019, Jeffrey Tippet. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/jtippet/IcoTools</PackageProjectUrl>
<RepositoryUrl>https://github.com/jtippet/IcoTools.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 83467e2

Please sign in to comment.