diff --git a/.editorconfig b/.editorconfig index 01ca1eadc..21d6671f0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -162,4 +162,4 @@ end_of_line = lf end_of_line = crlf # Analyzers -dotnet_code_quality.ca1802.api_surface = private, internal +dotnet_code_quality.ca1802.api_surface = private, internal \ No newline at end of file diff --git a/.gitignore b/.gitignore index 793add7df..ccf83c767 100644 --- a/.gitignore +++ b/.gitignore @@ -335,4 +335,3 @@ ASALocalRun/ # MFractors (Xamarin productivity tool) working folder .mfractor/ - diff --git a/LICENSE b/LICENSE index 0d68200a0..50dc369ed 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2020, Grid Protection Alliance +Copyright (c) 2019-{sc:year}, Grid Protection Alliance Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/NOTICE.txt b/NOTICE.txt index 3c0ce0d90..6d24edecb 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -9,4 +9,3 @@ These libraries include software developed at the Grid Protection Alliance, Inc. (http://www.gridprotectionalliance.org/) ========================================================================================================= - diff --git a/appveyor.yml b/appveyor.yml index fe714b5bd..070a4ce70 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: AppVeyor Gemstone PQDIF Build {build} +version: AppVeyor Gemstone {sc:ProjectName} Build {build} branches: only: - master @@ -12,7 +12,7 @@ before_build: - cmd: >- choco install sandcastle - nuget restore src\Gemstone.PQDIF.sln + nuget restore src\Gemstone.{sc:ProjectName}.sln build: parallel: true - verbosity: minimal + verbosity: minimal \ No newline at end of file diff --git a/docs/_config.yml b/docs/_config.yml index 2f72ed836..9c7ac5b96 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,10 +1,9 @@ theme: jekyll-theme-cayman -title: Gemstone.PQDIF -description: GPA Gemstone PQDIF Library +title: Gemstone.{sc:ProjectName} +description: GPA Gemstone {sc:ProjectName} Library github: - repository_name: gemstone/pqdif + repository_name: gemstone/{sc:repo-name} owner_url: https://www.gridprotectionalliance.org owner_name: Grid Protection Alliance plugins: - jemoji - diff --git a/docs/_includes/anchor_headings.html b/docs/_includes/anchor_headings.html index 7a56b1640..21e2d0473 100644 --- a/docs/_includes/anchor_headings.html +++ b/docs/_includes/anchor_headings.html @@ -102,4 +102,4 @@ {% endcapture %} {% capture edited_headings %}{{ edited_headings }}{{ new_heading }}{% endcapture %} {% endfor %} -{% endcapture %}{% assign headingsWorkspace = '' %}{{ edited_headings | strip }} +{% endcapture %}{% assign headingsWorkspace = '' %}{{ edited_headings | strip }} \ No newline at end of file diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 3785c9dc8..58bff9661 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,4 +1,4 @@ -{% comment %} +{% comment %} @@ -50,4 +50,4 @@