Skip to content

Commit

Permalink
Test folder is now tests. Updated nuspec and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteDev committed Jul 26, 2020
1 parent c002040 commit 295a714
Show file tree
Hide file tree
Showing 20 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ByteDev.Configuration.PackageTests.sln
Expand Up @@ -9,7 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{3376014E
build\ByteDev.Utilities.cake = build\ByteDev.Utilities.cake
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteDev.Configuration.Net461.PackageTests", "test\ByteDev.Configuration.Net461.PackageTests\ByteDev.Configuration.Net461.PackageTests.csproj", "{B9BEF170-6362-4503-A493-6B9DB68A5B6D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteDev.Configuration.Net461.PackageTests", "tests\ByteDev.Configuration.Net461.PackageTests\ByteDev.Configuration.Net461.PackageTests.csproj", "{B9BEF170-6362-4503-A493-6B9DB68A5B6D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion ByteDev.Configuration.sln
Expand Up @@ -18,7 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{3376014E
build\ByteDev.Utilities.cake = build\ByteDev.Utilities.cake
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteDev.Configuration.UnitTests", "test\ByteDev.Configuration.UnitTests\ByteDev.Configuration.UnitTests.csproj", "{558F58BA-FF0D-4F3C-B9ED-C052C110C0B8}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteDev.Configuration.UnitTests", "tests\ByteDev.Configuration.UnitTests\ByteDev.Configuration.UnitTests.csproj", "{558F58BA-FF0D-4F3C-B9ED-C052C110C0B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteDev.Configuration", "src\ByteDev.Configuration\ByteDev.Configuration.csproj", "{1D9B7E89-5E96-468F-AC85-902EC36616E0}"
EndProject
Expand Down
8 changes: 1 addition & 7 deletions README.md
Expand Up @@ -4,7 +4,7 @@

# ByteDev.Configuration

A collection of classes to help retrieve settings from App.config files in .NET.
Collection of classes to help retrieve settings from App.config files in .NET.

## Installation

Expand All @@ -22,12 +22,6 @@ Releases follow semantic versioning.

Full details of the release notes can be viewed on [GitHub](https://github.com/ByteDev/ByteDev.Configuration/blob/master/docs/RELEASE-NOTES.md).

## Code

The repo can be cloned from git bash:

`git clone https://github.com/ByteDev/ByteDev.Configuration`

## Usage

Functionality is in three main areas:
Expand Down
10 changes: 7 additions & 3 deletions build/ByteDev.Configuration.nuspec
Expand Up @@ -8,9 +8,11 @@
<owners>Paul Stanley</owners>
<copyright>Copyright 2020</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A collection of classes to help retrieve settings from App.config files in .NET.</description>
<tags>configuration config app.config settings connection string section</tags>
<iconUrl>https://raw.githubusercontent.com/bytedev/ByteDev.Configuration/master/images/icon.png</iconUrl>
<description>Collection of classes to help retrieve settings from App.config files in .NET.</description>
<tags>configuration config app.config appconfig settings connection string section xml</tags>
<projectUrl>https://github.com/ByteDev/ByteDev.Configuration</projectUrl>
<icon>images\icon.png</icon>
<license type="file">LICENSE</license>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Configuration.ConfigurationManager" version="4.7.0" />
Expand All @@ -20,5 +22,7 @@
<files>
<file src="..\src\ByteDev.Configuration\bin\Release\netstandard2.0\ByteDev.Configuration.dll" target="lib\netstandard2.0" />
<file src="..\src\ByteDev.Configuration\bin\Release\netstandard2.0\ByteDev.Configuration.xml" target="lib\netstandard2.0" />
<file src="..\images\icon.png" target="images\" />
<file src="..\LICENSE*" target="" />
</files>
</package>
3 changes: 2 additions & 1 deletion docs/RELEASE-NOTES.md
@@ -1,6 +1,6 @@
# Release Notes

## 2.0.2 - ?? February 2020
## 2.0.2 - 26 July 2020

Breaking changes:
- (None)
Expand All @@ -10,6 +10,7 @@ New features:

Bug fixes / internal changes:
- XML documentation improvements
- Package updates

## 2.0.1 - 13 February 2020

Expand Down
Binary file modified images/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 295a714

Please sign in to comment.