Skip to content

Commit

Permalink
Ticket #6: Azure DevOps, initial manual release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tondas committed Mar 8, 2020
1 parent b131b4f commit adcf04a
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 7 deletions.
Binary file added Other/Logo-LockOnly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions Other/Logo-LockOnly.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file removed Other/placeholder.txt
Empty file.
31 changes: 28 additions & 3 deletions Source/LetsEncrypt.Client/LetsEncrypt.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,38 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>LetsEncrypt.Client</PackageId>
<Authors>LetsEncrypt.Client</Authors>
<Company>LetsEncrypt.Client</Company>
<Authors>Anton Urbanik</Authors>
<Company></Company>
<Product>LetsEncrypt.Client</Product>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>LetsEncrypt.Client.snk</AssemblyOriginatorKeyFile>
<Description>LetsEncrypt.Client is simple and straightforward C# implementation of ACME client for Let's Encrypt certificates. Library is primary oriented for generation of wildcard certificates as .pfx.</Description>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Tondas/LetsEncrypt</PackageProjectUrl>
<RepositoryUrl>https://github.com/Tondas/LetsEncrypt</RepositoryUrl>
<PackageTags>letsencrypt, acme, certificate, wildcard</PackageTags>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>Logo-LockOnly.png</PackageIcon>
<PackageIconUrl />
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\Other\Logo-LockOnly.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
Binary file added Source/LetsEncrypt.Client/LetsEncrypt.Client.snk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down
9 changes: 6 additions & 3 deletions Source/LetsEncrypt.Test/LetsEncrypt.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.2" />
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit adcf04a

Please sign in to comment.