Skip to content

Commit 29b6d3c

Browse files
committed
chore: updated last license mentions
1 parent 91aa82a commit 29b6d3c

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,30 @@
1919

2020

2121

22-
# [](https://github.com/Teroneko-NET-Tools/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/compare/v1.0.0...v) (2021-11-20)
22+
# [](https://github.com/Tenekon/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/compare/v1.0.0...v) (2021-11-20)
2323

2424

2525

26-
# [1.0.0](https://github.com/Teroneko-NET-Tools/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/compare/v1.0.0-alpha.8...v1.0.0) (2021-11-20)
26+
# [1.0.0](https://github.com/Tenekon/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/compare/v1.0.0-alpha.8...v1.0.0) (2021-11-20)
2727

2828

2929

30-
# [1.0.0-alpha.8](https://github.com/Teroneko-NET-Tools/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/compare/5ab0a58d725ef1540aeef84f1a994469c9811e1f...v1.0.0-alpha.8) (2021-11-20)
30+
# [1.0.0-alpha.8](https://github.com/Tenekon/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/compare/5ab0a58d725ef1540aeef84f1a994469c9811e1f...v1.0.0-alpha.8) (2021-11-20)
3131

3232

3333
### Bug Fixes
3434

35-
* added GitVersion.yml ([d379f6d](https://github.com/Teroneko-NET-Tools/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/commit/d379f6dc55a2d37859f0da76a9f5298b760c88ca))
36-
* deleted root-GitVersion.yml ([cf51ca9](https://github.com/Teroneko-NET-Tools/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/commit/cf51ca96c30a47d180861fc99ea1872e8daa820b))
37-
* test project is now operational ([3b8af9e](https://github.com/Teroneko-NET-Tools/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/commit/3b8af9e3fe98178f26578226d0df45ef58879c45))
38-
* test project won't be packed anymore on dotnet pack ([364b8bb](https://github.com/Teroneko-NET-Tools/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/commit/364b8bb40c8add4bc95cc059a8808c329512ebc0))
35+
* added GitVersion.yml ([d379f6d](https://github.com/Tenekon/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/commit/d379f6dc55a2d37859f0da76a9f5298b760c88ca))
36+
* deleted root-GitVersion.yml ([cf51ca9](https://github.com/Tenekon/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/commit/cf51ca96c30a47d180861fc99ea1872e8daa820b))
37+
* test project is now operational ([3b8af9e](https://github.com/Tenekon/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/commit/3b8af9e3fe98178f26578226d0df45ef58879c45))
38+
* test project won't be packed anymore on dotnet pack ([364b8bb](https://github.com/Tenekon/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/commit/364b8bb40c8add4bc95cc059a8808c329512ebc0))
3939

4040

4141
### Features
4242

43-
* added changelog capabilities ([048582f](https://github.com/Teroneko-NET-Tools/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/commit/048582fb47684cbc992a0c87d7d9899feb83936e))
44-
* added default GitVersion.yml ([5ab0a58](https://github.com/Teroneko-NET-Tools/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/commit/5ab0a58d725ef1540aeef84f1a994469c9811e1f))
45-
* Initialized Tenekon.MSBuild.Packaging.ProjectBuildInPackage project ([e348566](https://github.com/Teroneko-NET-Tools/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/commit/e3485662ddd0c46cf9601a076fcb505f63eb373c))
43+
* added changelog capabilities ([048582f](https://github.com/Tenekon/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/commit/048582fb47684cbc992a0c87d7d9899feb83936e))
44+
* added default GitVersion.yml ([5ab0a58](https://github.com/Tenekon/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/commit/5ab0a58d725ef1540aeef84f1a994469c9811e1f))
45+
* Initialized Tenekon.MSBuild.Packaging.ProjectBuildInPackage project ([e348566](https://github.com/Tenekon/Tenekon.MSBuild.Packaging.ProjectBuildInPackage/commit/e3485662ddd0c46cf9601a076fcb505f63eb373c))
4646

4747

4848
### BREAKING CHANGES

lib/Tenekon.MSBuild.BuildTasks/build/TargetTasks.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright (c) Teroneko.
3+
Copyright (c) Tenekon.
44
Licensed under the MIT license. See LICENSE file in the project root for full license information.
55
-->
66
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

src/build/Tenekon.MSBuild.Packaging.ProjectBuildInPackage.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright (c) Teroneko.
3+
Copyright (c) Tenekon.
44
Licensed under the MIT license. See LICENSE file in the project root for full license information.
55
-->
66
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

src/build/Tenekon.MSBuild.Packaging.ProjectBuildInPackage.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright (c) Teroneko.
3+
Copyright (c) Tenekon.
44
Licensed under the MIT license. See LICENSE file in the project root for full license information.
55
-->
66
<Project InitialTargets="ApplyProjectBuildInPackageTargetsForTfmSpecificBuildOutput" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

src/buildMultiTargeting/Tenekon.MSBuild.Packaging.ProjectBuildInPackage.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright (c) Teroneko.
3+
Copyright (c) Tenekon.
44
Licensed under the MIT license. See LICENSE file in the project root for full license information.
55
-->
66
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

src/buildMultiTargeting/Tenekon.MSBuild.Packaging.ProjectBuildInPackage.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright (c) Teroneko.
3+
Copyright (c) Tenekon.
44
Licensed under the MIT license. See LICENSE file in the project root for full license information.
55
-->
66
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

test/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<!--
3-
Copyright (c) Teroneko.
3+
Copyright (c) Tenekon.
44
Licensed under the MIT license. See LICENSE file in the project root for full license information.
55
-->
66
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

0 commit comments

Comments
 (0)