Browse Source

升级版本号至1.0.2.5

develop
胡超1 2 years ago
parent
commit
130ff5492d
  1. 1
      .gitignore
  2. 4
      24Hour/24Hour.csproj
  3. 21
      WebApplication1/bin/Debug/net6.0/appsettings.json

1
.gitignore vendored

@ -112,3 +112,4 @@ dkms.conf
/WebApplication1/obj/Release/net6.0/PubTmp/Out/WebApplication1.deps.json
/WebApplication1/obj/Release/net6.0/WebApplication1.csproj.CoreCompileInputs.cache
/WebApplication1/Properties/PublishProfiles/FolderProfile.pubxml.user
/WebApplication1/bin/Debug/net6.0/appsettings.json

4
24Hour/24Hour.csproj

@ -8,8 +8,8 @@
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<UserSecretsId>e485308c-2f05-470b-b0a4-68f1ec2b3412</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<AssemblyVersion>1.0.2.2</AssemblyVersion>
<Version>1.0.2.2</Version>
<AssemblyVersion>1.0.2.5</AssemblyVersion>
<Version>1.0.2.5</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

21
WebApplication1/bin/Debug/net6.0/appsettings.json

@ -1,21 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Configs": {
"SystemIp": "143.120.5.25",
"Port": "8080"
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5194"
}
}
}
}
Loading…
Cancel
Save