Skip to content

Commit

Permalink
Update Log
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 23, 2023
1 parent 3c76aa0 commit 7a28c7d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Build/.nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
"ProjectNameFolder": {
"type": "boolean"
},
"ProjectRemoveTargetFrameworkFolder": {
"type": "boolean"
},
"ProjectVersionFolder": {
"type": "boolean"
},
Expand Down Expand Up @@ -174,6 +177,9 @@
"TestLocalProjectName": {
"type": "string"
},
"UnlistNuget": {
"type": "boolean"
},
"VendorDescription": {
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.2.1-beta.7</Version>
<Version>1.2.1-beta.8</Version>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ namespace ricaun.RevitTest.Application.Revit.ApsApplication
{
public static class ApsApplicationLogger
{
private const string requestUri = "https://ricaun-aps-application.web.app/api/v1/aps/logger/{0}";
//private const string requestUri = "https://ricaun-aps-application.web.app/api/v1/aps/logger/{0}";
private const string requestUri = "https://ricaun.com/aps/v1/logger/{0}";

public static async Task<string> Log(string type, string message, int appCount = 1)
{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 7a28c7d

Please sign in to comment.