File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <Company >Tolly Hill</Company >
9- <Copyright >Copyright © 2022-2023 Ptolemy Hill</Copyright >
9+ <Copyright >Copyright © 2022-2024 Ptolemy Hill</Copyright >
1010 <Description >A custom processor architecture and assembly language implemented in .NET</Description >
1111 <PackageProjectUrl >https://github.com/TollyH/AssEmbly</PackageProjectUrl >
1212 <RepositoryUrl >https://github.com/TollyH/AssEmbly</RepositoryUrl >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ private static void Main(string[] args)
2020 // Write to stderr to prevent header being included in redirected stdout streams
2121 Console . Error . WriteLine ( $ "AssEmbly { version ? . Major } .{ version ? . Minor } .{ version ? . Build } { ( Environment . Is64BitProcess ? "64-bit" : "32-bit" ) } " +
2222 $ " - CLR { Environment . Version } , { Environment . OSVersion } { ( Environment . Is64BitOperatingSystem ? "64-bit" : "32-bit" ) } ") ;
23- Console . Error . WriteLine ( "Copyright © 2022-2023 Ptolemy Hill" ) ;
23+ Console . Error . WriteLine ( "Copyright © 2022-2024 Ptolemy Hill" ) ;
2424 Console . Error . WriteLine ( ) ;
2525 }
2626 if ( args . Length < 1 )
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ See the VSCode extension for AssEmbly here: <https://github.com/TollyH/AssEmbly-
88
99---
1010
11- ** Copyright © 2022–2023 Ptolemy Hill**
11+ ** Copyright © 2022–2024 Ptolemy Hill**
You can’t perform that action at this time.
0 commit comments