-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14dcfa5
commit 1717f84
Showing
113 changed files
with
58 additions
and
70 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 was deleted.
Oops, something went wrong.
Binary file removed
BIN
-174 KB
packaging/tests/nuget/TestCentric.Metadata.2.0.0/lib/netstandard1.6/TestCentric.Metadata.dll
Binary file not shown.
Binary file removed
BIN
-174 KB
packaging/tests/nuget/TestCentric.Metadata.2.0.0/lib/netstandard2.0/TestCentric.Metadata.dll
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file renamed
BIN
+174 KB
....2.0.0/lib/net20/TestCentric.Metadata.dll → ...sue-23/lib/net20/TestCentric.Metadata.dll
Binary file not shown.
Binary file renamed
BIN
+173 KB
....2.0.0/lib/net40/TestCentric.Metadata.dll → ...sue-23/lib/net40/TestCentric.Metadata.dll
Binary file not shown.
Binary file added
BIN
+174 KB
...t/TestCentric.Metadata.2.0.1-ci00010-issue-23/lib/netstandard1.6/TestCentric.Metadata.dll
Binary file not shown.
Binary file added
BIN
+174 KB
...t/TestCentric.Metadata.2.0.1-ci00010-issue-23/lib/netstandard2.0/TestCentric.Metadata.dll
Binary file not shown.
File renamed without changes
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current"> | ||
|
||
<PropertyGroup> | ||
<RootNamespace>TestCentric.Metadata</RootNamespace> | ||
<TargetFrameworks>net20;net40;netstandard1.6;netstandard2.0</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>testcentric.snk</AssemblyOriginatorKeyFile> | ||
<OutputPath>..\..\bin\$(Configuration)\</OutputPath> | ||
<DefineConstants>TESTCENTRIC</DefineConstants> | ||
<Title>TestCentric.Metadata</Title> | ||
<Description>Readonly metadata access based on code ported from Mono.Cecil</Description> | ||
<Copyright>Copyright (c) 2021 Charlie Poole</Copyright> | ||
<DebugType>full</DebugType> | ||
<DebugSymbols>true</DebugSymbols> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<PackageId>TestCentric.Metadata</PackageId> | ||
<Title>TestCentric Metadata</Title> | ||
<Description>This package provides the TestCentric metadata assembly, which is used by the TestCentric engine. It is provided in a separate package for the benefit of other projects, which may find it useful.</Description> | ||
<Authors>Charlie Poole</Authors> | ||
<Copyright>Copyright 2021-2023 (c) Charlie Poole</Copyright> | ||
<PackageProjectUrl>https://test-centric.org</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/TestCentric/Testcentric.Metadata</RepositoryUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageIcon>testcentric.png</PackageIcon> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
<PackageOutputPath>..\..\packaging</PackageOutputPath> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" Link="LICENSE.txt" /> | ||
<None Include="..\..\README.md" Pack="true" PackagePath="\" Link="README.md" /> | ||
<None Include="..\..\NOTICE.md" Pack="true" PackagePath="\" Link="NOTICE.md" /> | ||
<None Include="..\..\testcentric.png" Pack="true" PackagePath="\" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Folder Include="Properties\" /> | ||
</ItemGroup> | ||
|
||
</Project> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 0 additions & 21 deletions
21
src/testcentric.engine.metadata/TestCentric.Metadata.csproj
This file was deleted.
Oops, something went wrong.