We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217769a commit 4f41cc3Copy full SHA for 4f41cc3
CardMaker/CardMakerBuild.cs
@@ -22,7 +22,7 @@
22
// SOFTWARE.
23
////////////////////////////////////////////////////////////////////////////////
24
25
-#define UNSTABLE
+//#define UNSTABLE
26
27
namespace CardMaker
28
{
@@ -31,7 +31,7 @@ public static class CardMakerBuild
31
public static string GetBuildSuffix()
32
33
#if UNSTABLE
34
- return "[UNSTABLE] V.A12";
+ return "[UNSTABLE] V.A1";
35
#else
36
return string.Empty;
37
#endif
CardMaker/bin/Release/Readme.txt
@@ -2,7 +2,7 @@ License
2
-------
3
The MIT License (MIT)
4
5
-Copyright (c) 2021 Tim Stair
+Copyright (c) 2022 Tim Stair
6
7
Permission is hereby granted, free of charge, to any person obtaining a copy
8
of this software and associated documentation files (the "Software"), to deal
0 commit comments