Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 785c4ce41d | |||
| bd7ce5bbe7 |
@@ -46,7 +46,7 @@ public static class Extensions
|
||||
if (!string.IsNullOrWhiteSpace(overwriteVersion))
|
||||
return @this.SourceUrl?.Replace("{version}", overwriteVersion);
|
||||
if (version is not null)
|
||||
return @this.SourceUrl?.Replace("{version}", version.ToString(3));
|
||||
return @this.SourceUrl?.Replace("{version}", version.ToString());
|
||||
return @this.SourceUrl;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
using Pilz;
|
||||
|
||||
[assembly: AssemblyAppVersion("1.9.3.0")]
|
||||
[assembly: AssemblyAppVersion("1.9.4.0")]
|
||||
Reference in New Issue
Block a user