diff --git a/AssemblyInfo.Shared.cs b/AssemblyInfo.Shared.cs new file mode 100644 index 00000000..be9b278f --- /dev/null +++ b/AssemblyInfo.Shared.cs @@ -0,0 +1,7 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +[assembly: ComVisible(false)] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyInformationalVersion("1.0.0.0")] diff --git a/Certes.sln b/Certes.sln index c84a13ec..9f2a8ca3 100644 --- a/Certes.sln +++ b/Certes.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.26228.4 +VisualStudioVersion = 15.0.26228.9 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{E9E7371E-AB81-4ECF-9684-2ACB1EF7FF67}" ProjectSection(SolutionItems) = preProject diff --git a/LICENSE b/LICENSE index d7f85fd7..862cb2e5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Certes Project +Copyright (c) 2017 Certes Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/appveyor.yml b/appveyor.yml index 3eac21e4..776e1d8d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,14 +17,16 @@ branches: - dev assembly_info: - patch: false - # file: AssemblyInfo.* + patch: true + file: '**\AssemblyInfo.*' + assembly_version: '{version}' + assembly_file_version: '{version}' + assembly_informational_version: $(CERTES_PACKAGE_VERSION) init: - git config --global core.autocrlf input - ps: $packageVersionSuffix = if ($env:APPVEYOR_REPO_BRANCH -eq "master") { "" } else { "$($env:APPVEYOR_REPO_BRANCH)" } - - ps: $packageVersion = if ($env:APPVEYOR_REPO_BRANCH -eq "master") { "$($env:appveyor_build_version)" } else { "$($env:appveyor_build_version)-$($env:APPVEYOR_REPO_BRANCH)" } - - ps: Update-AppveyorBuild -Version "$env:appveyor_build_version" + - ps: $packageVersion = $($env:appveyor_build_version) - ps: $env:CERTES_PACKAGE_VERSION = $packageVersion install: diff --git a/global.json b/global.json deleted file mode 100644 index 04970a15..00000000 --- a/global.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projects": [ "src", "test" ] -} \ No newline at end of file diff --git a/src/Certes.Cli/Certes.Cli.csproj b/src/Certes.Cli/Certes.Cli.csproj index 8f9c2cea..e2f7c728 100644 --- a/src/Certes.Cli/Certes.Cli.csproj +++ b/src/Certes.Cli/Certes.Cli.csproj @@ -1,28 +1,35 @@  - netcoreapp1.0 - $(NoWarn);CS1591 - true - true - Certes.Cli Exe - Certes.Cli - 1.0.4 - $(PackageTargetFallback);dnxcore50 - false - false - false + netcoreapp1.0 + 1.0.0 + Eddie Lin + + CLI for Certes + CLI for Certes + https://github.com/fszlin/certes + https://github.com/fszlin/certes/blob/master/LICENSE + Certes;letsencrypt;ACME;HTTPS;SSL;Certificate + git + https://github.com/fszlin/certes false + false + false + False - + - - + + + + + + - + \ No newline at end of file diff --git a/src/Certes.Cli/Properties/AssemblyInfo.cs b/src/Certes.Cli/Properties/AssemblyInfo.cs index 7eba05ef..80e0c736 100644 --- a/src/Certes.Cli/Properties/AssemblyInfo.cs +++ b/src/Certes.Cli/Properties/AssemblyInfo.cs @@ -1,19 +1,3 @@ -using System.Reflection; -using System.Runtime.InteropServices; +using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Certes.Cli")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("23fd2074-1b0f-495a-831e-7a0d645cdf88")] -[assembly: AssemblyVersion("1.0")] diff --git a/src/Certes/Certes.csproj b/src/Certes/Certes.csproj index 4192f09a..ab95b7d3 100644 --- a/src/Certes/Certes.csproj +++ b/src/Certes/Certes.csproj @@ -1,36 +1,57 @@  - A client implantation for the Automated Certificate Management Environment (ACME) protocol - Certes ACME Client netstandard1.3 - true - true - Certes - Certes + 1.0.0 + Eddie Lin + + Certes ACME Client + A client implantation for the Automated Certificate Management Environment (ACME) protocol Certes;letsencrypt;ACME;HTTPS;SSL;Certificate https://github.com/fszlin/certes https://github.com/fszlin/certes/blob/master/LICENSE git https://github.com/fszlin/certes - false - false - false false - Eddie Lin + false + false True - 1.0.5.0 - 1.0.5 + True + + + + + bin\Release\netstandard1.3\Certes.xml + + + + bin\Debug\netstandard1.3\Certes.xml + - + + + + + + + + + + + + + + + + + - - + \ No newline at end of file diff --git a/src/Certes/Properties/AssemblyInfo.cs b/src/Certes/Properties/AssemblyInfo.cs index 2d4ce9e4..58ee559d 100644 --- a/src/Certes/Properties/AssemblyInfo.cs +++ b/src/Certes/Properties/AssemblyInfo.cs @@ -1,21 +1,5 @@ -using System.Reflection; -using System.Runtime.CompilerServices; +using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Certes")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("5f6267a0-a6c5-4d1e-b7ff-f8f8d09d8588")] [assembly: InternalsVisibleTo("Certes.Tests")] -[assembly: AssemblyVersion("1.0.5")] diff --git a/test/Certes.Tests/Certes.Tests.csproj b/test/Certes.Tests/Certes.Tests.csproj index d2cddba3..0b42432e 100644 --- a/test/Certes.Tests/Certes.Tests.csproj +++ b/test/Certes.Tests/Certes.Tests.csproj @@ -1,33 +1,27 @@  - + netcoreapp1.1 - Certes.Tests - Certes.Tests - true - 1.1.0 - $(PackageTargetFallback);dnxcore50 - false - false - false - - + + + + - - - - - - + + + + + + diff --git a/test/Certes.Tests/Properties/AssemblyInfo.cs b/test/Certes.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index e7568dab..00000000 --- a/test/Certes.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Certes.Tests")] -[assembly: AssemblyTrademark("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("9fdd9052-506d-460d-bf4a-142dab517524")]