This commit is contained in:
2019-12-02 18:37:57 +00:00
parent 9414c6c65b
commit 65fb1a117a
2 changed files with 4 additions and 2 deletions

View File

@@ -26,7 +26,9 @@ DO CLIENT STUFF NOW COME BACK TO THIS STUFF LATER
TODO: 2019-06-07 10:47:57.8894|WARN|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The CORS protocol does not allow specifying a wildcard (any) origin and credentials at the same time. Configure the policy by listing individual origins if credentials needs to be supported.
2
TODO: TAGS / SEEDER Need all letters, numbers
- When a user is trialing AyaNova or learning it they will experimentally type something in tag box, need to ensure no matter what they type some sample tags come up
- See tags that contain the whole alphabet and all numbers in sample trial data
TODO: DO I NOT HAVE AN ERASE DB ROUTE?
- wouldn't that make the below possible??

View File

@@ -11,7 +11,7 @@ namespace AyaNova.Util
{
get
{
return "8.0.0-alpha.2019.Oct.23";
return "8.0.0-alpha.2019.Dec.2";
}
}