Skip to content

Commit abef80f

Browse files
committed
chore(build): update version to 1.6.0 and rename solution file
- Updated AssemblyVersion to 1.6.0.0 and copyright year to 2025 - Changed build script usage command to reflect new minor version 6 - Renamed solution file from SDK-CS.sln to FinalShot.sln - Added dist folder to .gitignore to exclude distribution files
1 parent 8046d22 commit abef80f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,3 +396,5 @@ FodyWeavers.xsd
396396

397397
# JetBrains Rider
398398
*.sln.iml
399+
400+
dist

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#usage -----> powershell -ExecutionPolicy Bypass -Command "& {. .\Build.ps1; Dist -major 1 -minor 0 -patch 0}"
1+
#usage -----> powershell -ExecutionPolicy Bypass -Command "& {. .\Build.ps1; Dist -major 1 -minor 6 -patch 0}"
22
$msbuild = "C:\Program Files\Microsoft Visual Studio\2022\Community\Msbuild\Current\Bin\MSBuild.exe"
33

44
function Add-RMSkinFooter {
File renamed without changes.

FinalShot/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
using System.Reflection;
22
using System.Runtime.CompilerServices;
33

4-
[assembly: AssemblyCopyright(2024 - NS Tech Bytes 🇵🇰")]
5-
[assembly: AssemblyVersion("1.5.0.0")]
4+
[assembly: AssemblyCopyright(2025 - nstechbytes 🇵🇰")]
5+
[assembly: AssemblyVersion("1.6.0.0")]
66

77
// Do not change the entries below!
88
#if X64

0 commit comments

Comments
 (0)