Skip to content

Commit

Permalink
Release v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Jan 29, 2021
1 parent f2459e0 commit 2d87089
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
10 changes: 0 additions & 10 deletions appveyor.yml
Expand Up @@ -17,16 +17,6 @@ build:
dotnet_csproj:
patch: false

after_build:
- choco install opencover.portable
- choco install codecov

test_script:
- OpenCover.Console.exe -register:user -target:"C:\Program Files\dotnet\dotnet.exe" -targetargs:"test --framework net47 --verbosity q"

after_test:
- codecov -f "results.xml"

artifacts:
- path: '**\CommonServiceLocator.*.nupkg'
name: 'CommonServiceLocator'
2 changes: 1 addition & 1 deletion package.props
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>2.2.0</Version>
<Version>2.0.6</Version>
<TargetFrameworks>netcoreapp3.0;netcoreapp2.0;netcoreapp1.0;netstandard1.0;netstandard2.0;netstandard2.1;net40;net45;net46;net47;net48;net50</TargetFrameworks>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions src/CommonServiceLocator.csproj
Expand Up @@ -15,13 +15,12 @@
<PackageTags>Unity Container unitycontainer Microsoft.Practices.Unity IoC Microsoft.Practices.ServiceLocation Service Location</PackageTags>
<Product>Microsoft.Practices.ServiceLocation</Product>
<RepositoryType>git</RepositoryType>
<Authors>Microsoft.Practices.ServiceLocation</Authors>
<Company>Microsoft.Practices.ServiceLocation</Company>
<Authors>.NET Foundation and Contributors</Authors>
<Company>.NET Foundation and Contributors</Company>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>package.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<RootNamespace>CommonServiceLocator</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -46,6 +45,7 @@
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<DebugType>Portable</DebugType>
</PropertyGroup>

Expand Down

0 comments on commit 2d87089

Please sign in to comment.