Skip to content

Commit cee3407

Browse files
committed
Misc solution-level files update.
1 parent 943fcda commit cee3407

7 files changed

Lines changed: 86 additions & 9 deletions

File tree

.editorconfig

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Documentation:
22
# https://editorconfig.org
33
# https://aka.ms/editorconfigdocs
4+
#
5+
# Copyright 2022 Subatomix Research Inc.
6+
#
7+
# Permission to use, copy, modify, and distribute this software for any
8+
# purpose with or without fee is hereby granted, provided that the above
9+
# copyright notice and this permission notice appear in all copies.
10+
#
11+
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12+
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13+
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14+
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15+
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16+
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17+
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
418

519
root = true
620

@@ -21,7 +35,7 @@ charset = utf-8-bom
2135
[*.*proj]
2236
charset = utf-8-bom
2337

24-
[*.{config,json,jsonc,md,*proj,props,runsettings,targets,xml,yaml,yml}]
38+
[*.{config,json,jsonc,md,*proj,props,runsettings,targets,*xml,yaml,yml}]
2539
indent_size = 2
2640

2741
[*.cs]

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1+
# Copyright 2022 Subatomix Research Inc.
2+
#
3+
# Permission to use, copy, modify, and distribute this software for any
4+
# purpose with or without fee is hereby granted, provided that the above
5+
# copyright notice and this permission notice appear in all copies.
6+
#
7+
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8+
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9+
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10+
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11+
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12+
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13+
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14+
115
# Auto detect text files and perform LF normalization
216
* text=auto
17+
18+
# Show C# method names in diff chunk headers
19+
*.cs diff=csharp

.gitignore

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
# Visual Studio local files
2-
/.vs/
3-
*.user
1+
# Copyright 2022 Subatomix Research Inc.
2+
#
3+
# Permission to use, copy, modify, and distribute this software for any
4+
# purpose with or without fee is hereby granted, provided that the above
5+
# copyright notice and this permission notice appear in all copies.
6+
#
7+
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8+
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9+
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10+
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11+
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12+
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13+
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
414

515
# Build products
616
obj/
@@ -10,12 +20,16 @@ bin/
1020
/test/cases/Directory.Build.targets
1121
/test/cases/NuGet.config
1222

23+
# Visual Studio
24+
.vs/
25+
*.user
26+
1327
# Temporary files
1428
*.log
1529
*.old
1630
*.tmp
1731

18-
# Git junk
32+
# Git
1933
*.orig
2034
*.patch
2135
*.rej

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,19 @@ Future release.
1414

1515
## [1.0.0](https://github.com/sharpjs/Subatomix.Build.Versioning.Semantic/tree/release/1.0.0)
1616
Initial release.
17+
18+
<!--
19+
Copyright 2022 Subatomix Research Inc.
20+
21+
Permission to use, copy, modify, and distribute this software for any
22+
purpose with or without fee is hereby granted, provided that the above
23+
copyright notice and this permission notice appear in all copies.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
26+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
27+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
28+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
29+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
30+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
31+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
32+
-->

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<!--
4-
Copyright 2020 Subatomix Research, Inc.
4+
Copyright 2022 Subatomix Research Inc.
55
66
Permission to use, copy, modify, and distribute this software for any
77
purpose with or without fee is hereby granted, provided that the above
@@ -28,11 +28,11 @@
2828
<Product>Subatomix.Build.Versioning.Semantic</Product>
2929
<VersionPrefix>1.0.0</VersionPrefix>
3030
<Authors>Jeffrey Sharp</Authors>
31-
<Company>Subatomix Research, Inc.</Company>
31+
<Company>Subatomix Research Inc.</Company>
3232
<Copyright>© $([System.DateTime]::UtcNow.Year) Subatomix Research Inc.</Copyright>
3333
<PackageLicenseExpression>ISC</PackageLicenseExpression>
3434
<PackageProjectUrl>https://github.com/sharpjs/Subatomix.Build.Versioning.Semantic</PackageProjectUrl>
35-
<PackageTags>Semantic SemVer SemVer2 Version Versioning Git Branch MSBuild</PackageTags>
35+
<PackageTags>semantic semver semver2 version versioning git branch msbuild devops teamcity actions</PackageTags>
3636
<PackageReleaseNotes>$(PackageProjectUrl)/blob/main/CHANGES.md</PackageReleaseNotes>
3737
<PackageIcon>icon.png</PackageIcon>
3838
<RepositoryType>git</RepositoryType>

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2020 Subatomix Research, Inc.
1+
Copyright 2022 Subatomix Research Inc.
22

33
Permission to use, copy, modify, and distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,19 @@ of the current workflow step.
140140
When `true`, the build outputs [magic text](https://www.jetbrains.com/help/teamcity/service-messages.html#Reporting+Build+Number)
141141
that sets the [build number](https://www.jetbrains.com/help/teamcity/build-number.html)
142142
of the current TeamCity build.
143+
144+
<!--
145+
Copyright 2022 Subatomix Research Inc.
146+
147+
Permission to use, copy, modify, and distribute this software for any
148+
purpose with or without fee is hereby granted, provided that the above
149+
copyright notice and this permission notice appear in all copies.
150+
151+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
152+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
153+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
154+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
155+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
156+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
157+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
158+
-->

0 commit comments

Comments
 (0)