Skip to content

Commit

Permalink
Fix version stamp (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast authored Jan 9, 2025
1 parent d98fdda commit bcc04bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public CodeProjectDocument Generate(CodeGeneratorDocumentOptions options)
var code = $"""
// <auto-generated>
// This code was generated by the following tool on {options.DateTimeStamp}:
// https://github.com/bottlenoselabs/c2cs (v{options.DateTimeStamp})
// https://github.com/bottlenoselabs/c2cs (v{options.VersionStamp})
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
// </auto-generated>
Expand Down

0 comments on commit bcc04bc

Please sign in to comment.