Skip to content

Commit 6bb7d64

Browse files
authored
Merge pull request #5 from FrendsPlatform/copilot/fix-compliance-findings
Fix copyright compliance in Frends.Python.ExecuteScript csproj
2 parents 855e804 + ca787f5 commit 6bb7d64

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

Frends.Python.ExecuteScript/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0] - 2026-07-24
4+
5+
### Changed
6+
7+
- Updated copyright information to comply with Frends standards.
8+
9+
310
## [1.1.0] - 2025-12-05
411

512
### Changed

Frends.Python.ExecuteScript/Frends.Python.ExecuteScript/Frends.Python.ExecuteScript.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<LangVersion>latest</LangVersion>
6-
<Version>1.1.0</Version>
6+
<Version>1.2.0</Version>
77
<Authors>Frends</Authors>
8-
<Copyright>Copyright (c) 2025 Frends EiPaaS</Copyright>
8+
<Copyright>Frends</Copyright>
99
<Company>Frends</Company>
1010
<Product>Frends</Product>
1111
<PackageTags>Frends</PackageTags>

0 commit comments

Comments
 (0)