Release v2.0.6
This commit is contained in:
Родитель
f2459e0ed8
Коммит
2d87089f90
10
appveyor.yml
10
appveyor.yml
|
@ -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'
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
@ -46,6 +45,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<DebugType>Portable</DebugType>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче