Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Updated Extensification for re-targeting Legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Feb 7, 2023
1 parent 77cec22 commit d93d150
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,10 @@

<PropertyGroup>
<RootNamespace>Extensification.External.Tests</RootNamespace>
<TargetFrameworks>netcoreapp3.1;net48;net6.0</TargetFrameworks>

<TargetFrameworks>net48;net6.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>../Extensification.Bin.Tests/</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>../Extensification.Bin.Tests/</OutputPath>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 2 additions & 3 deletions Extensification.External/Extensification.External.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<IncludeSymbols>True</IncludeSymbols>
<PackageOutputPath>../Extensification.Bin</PackageOutputPath>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>2022.0</Version>
<PackageVersion>2022.0.0.0</PackageVersion>
<Version>2022.0.0.1</Version>
<PackageVersion>2022.0.0.1</PackageVersion>
<Authors>Aptivi</Authors>
<Product>Extensification</Product>
<Description>Extensification is an extension pack to .NET Framework that extends your ability to use more functions on strings, integers, and objects. Initially, it started with the string, integer, double, long, dictionary, array, arraylist, and list extensions, and inherited from Kernel Simulator. Over time, it grows with support for more objects.
Expand Down Expand Up @@ -40,7 +40,6 @@ This package is for extensions for external libraries.</Description>
<AssemblyVersion>2022.0.0.0</AssemblyVersion>
<FileVersion>2022.0.0.0</FileVersion>
<PackageIcon>OfficialAppIcon-Extensification-512.png</PackageIcon>
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes>
<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

<PropertyGroup>
<RootNamespace>Extensification.Legacy.Tests</RootNamespace>
<TargetFrameworks>netcoreapp3.1;net48;net6.0</TargetFrameworks>

<TargetFrameworks>net48</TargetFrameworks>
<IsPackable>false</IsPackable>
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes>
<OutputPath>../Extensification.Bin.Tests/</OutputPath>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down
7 changes: 3 additions & 4 deletions Extensification.Legacy/Extensification.Legacy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<RootNamespace>Extensification.Legacy</RootNamespace>
<TargetFrameworks>net48;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net48</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>True</IncludeSymbols>
<PackageOutputPath>../Extensification.Bin</PackageOutputPath>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>2022.0</Version>
<PackageVersion>2022.0.0.0</PackageVersion>
<Version>2022.0.0.1</Version>
<PackageVersion>2022.0.0.1</PackageVersion>
<Authors>Aptivi</Authors>
<Company>Aptivi</Company>
<Product>Extensification</Product>
Expand All @@ -23,7 +23,6 @@ This package is for extensions that use the Microsoft.VisualBasic namespace.</De
<RepositoryUrl>https://github.com/Aptivi/Extensification</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>extensions, extension methods</PackageTags>
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes>
<OutputPath>../Extensification.Bin/</OutputPath>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down
26 changes: 2 additions & 24 deletions Extensification.Tests/Extensification.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,10 @@

<PropertyGroup>
<RootNamespace>Extensification.Tests</RootNamespace>
<TargetFrameworks>netcoreapp3.1;net48;net6.0</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>2022.1</Version>
<Authors>Aptivi</Authors>
<Description>Extensification is an extension pack to .NET Framework that extends your ability to use more functions on strings, integers, and objects. Initially, it started with the string, integer, double, long, dictionary, array, arraylist, and list extensions, and inherited from Kernel Simulator. Over time, it grows with support for more objects.</Description>
<Copyright>Copyright © 2020-2021 Aptivi</Copyright>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Aptivi/Extensification</PackageProjectUrl>
<RepositoryUrl>https://github.com/Aptivi/Extensification</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>extensions, extension methods</PackageTags>
<NeutralLanguage>English (United States)</NeutralLanguage>
<PackageReleaseNotes></PackageReleaseNotes>
<AssemblyVersion>2022.1.0.0</AssemblyVersion>
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>../Extensification.Bin.Tests/</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>../Extensification.Bin.Tests/</OutputPath>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 2 additions & 3 deletions Extensification/Extensification.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Aptivi</Authors>
<Company>Aptivi</Company>
<Version>2022.4.1</Version>
<PackageVersion>2022.4.1.0</PackageVersion>
<Version>2022.4.1.1</Version>
<PackageVersion>2022.4.1.1</PackageVersion>
<Description>Extensification is an extension pack to .NET Framework that extends your ability to use more functions on strings, integers, and objects. Initially, it started with the string, integer, double, long, dictionary, array, arraylist, and list extensions, and inherited from Kernel Simulator. Over time, it grows with support for more objects.</Description>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -24,7 +24,6 @@
<OptionStrict>Off</OptionStrict>
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
<PackageIcon>OfficialAppIcon-Extensification-512.png</PackageIcon>
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes>
<LangVersion>latest</LangVersion>
<OutputPath>../Extensification.Bin/</OutputPath>
</PropertyGroup>
Expand Down

0 comments on commit d93d150

Please sign in to comment.