Skip to content

Commit

Permalink
Add missing LICENSE, README and version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd committed Dec 10, 2022
1 parent abb9752 commit d96890f
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 2 deletions.
21 changes: 21 additions & 0 deletions test/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Florian Bernd

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
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.
7 changes: 7 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ZySharp Template

To be replaced by a meaningful description.

## License

ZySharp Template is licensed under the MIT license.
1 change: 1 addition & 0 deletions test/ZySharp.Workflows.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Directory.Packages.props = Directory.Packages.props
global.json = global.json
NuGet.Config = NuGet.Config
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZySharp.Workflows", "ZySharp.Workflows\ZySharp.Workflows.csproj", "{18675D52-CF3D-4893-BB20-41D5DFEBF6C8}"
Expand Down
2 changes: 0 additions & 2 deletions test/ZySharp.Workflows/ZySharp.Workflows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<Description>ZySharp Workflows test package.</Description>
<Company />
<Copyright />
<PackageIcon>logo.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/zysharp/workflows</PackageProjectUrl>
Expand Down Expand Up @@ -39,7 +38,6 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\Assets\logo.png" Pack="true" PackagePath="" Visible="false" />
<None Include="..\LICENSE" Pack="true" PackagePath="" Visible="false" />
<None Include="..\README.md" Pack="true" PackagePath="" Visible="false" />
</ItemGroup>
Expand Down
16 changes: 16 additions & 0 deletions test/version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0",
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/v\\d+(?:\\.\\d+)?$"
],
"cloudBuild": {
"buildNumber": {
"enabled": true
}
},
"nugetPackageVersion": {
"semVer": 2
}
}

0 comments on commit d96890f

Please sign in to comment.