-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaned up namespaces a little to standardize Updated build scripts
- Loading branch information
Showing
10 changed files
with
179 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"major":1,"minor":1,"build":9,"preRelease":0,"releaseNotes":null} | ||
{"major":1,"minor":1,"build":10,"preRelease":1,"releaseNotes":["Added support for .NET Core"]} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
13 changes: 4 additions & 9 deletions
13
src/Invisionware.Collections/Invisionware.Collections.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,17 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard1.1</TargetFramework> | ||
<AssemblyName>Invisionware.Collections</AssemblyName> | ||
<TargetFrameworks>netcoreapp1.0;netstandard1.0;net472</TargetFrameworks> | ||
<PackageId>Invisionware.Collections</PackageId> | ||
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion> | ||
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> | ||
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> | ||
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute> | ||
<Authors>Invisionware</Authors> | ||
<PackageProjectUrl>https://github.com/Invisionware/Invisionware.Collections</PackageProjectUrl> | ||
<license>Apache-2.0</license> | ||
<PackageIconUrl>https://github.com/Invisionware/Invisionware.Collections/raw/master/logo.png</PackageIconUrl> | ||
<Description>Contains various extension methods for collections</Description> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
<PackageReleaseNotes /> | ||
<Copyright>Copyright © 2018 Invisionware</Copyright> | ||
<PackageTags>invisionware extensions dictionary enumerable list</PackageTags> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
</ItemGroup> | ||
</Project> |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.