Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Contentstack.AspNetCore/Contentstack.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Owners>Contentstack</Owners>
<PackageVersion>$(Version)</PackageVersion>
<Description>Main release</Description>
<Copyright>Copyright (c) 2012-2025 Contentstack (http://app.contentstack.com). All Rights Reserved</Copyright>
<Copyright>Copyright (c) 2012-2026 Contentstack (http://app.contentstack.com). All Rights Reserved</Copyright>
<PackageProjectUrl>https://github.com/contentstack/contentstack-dotnet</PackageProjectUrl>
<PackageTags>v$(Version)</PackageTags>
<ReleaseVersion>$(Version)</ReleaseVersion>
Expand Down
2 changes: 1 addition & 1 deletion Contentstack.Core/Contentstack.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageVersion>$(Version)</PackageVersion>
<Owners>Contentstack</Owners>
<PackageReleaseNotes>Reference in entry Live preview support added</PackageReleaseNotes>
<Copyright>Copyright © 2012-2025 Contentstack. All Rights Reserved</Copyright>
<Copyright>Copyright © 2012-2026 Contentstack. All Rights Reserved</Copyright>
<PackOnBuild>true</PackOnBuild>
<PackageTags>v$(Version)</PackageTags>
<PackageProjectUrl>https://github.com/contentstack/contentstack-dotnet</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion Contentstack.Core/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2012-2025 Contentstack (http://app.contentstack.com). All Rights Reserved
Copyright (c) 2012-2026 Contentstack (http://app.contentstack.com). All Rights Reserved

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2012-2025 Contentstack (http://app.contentstack.com). All Rights Reserved
Copyright (c) 2012-2026 Contentstack (http://app.contentstack.com). All Rights Reserved

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Scripts/run-test-case.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Contentstack Delivery SDK
#
# Created based on Management SDK pattern
# Copyright © 2025 Contentstack. All rights reserved.
# Copyright © 2026 Contentstack. All rights reserved.

echo "Removing old test results..."

Expand Down
2 changes: 1 addition & 1 deletion Scripts/run-unit-test-case.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Contentstack Delivery SDK
#
# Created based on Management SDK pattern
# Copyright © 2025 Contentstack. All rights reserved.
# Copyright © 2026 Contentstack. All rights reserved.

echo "Removing old test results..."
rm -rf "./Contentstack.Core.Unit.Tests/TestResults"
Expand Down
Loading