Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Legion2 committed May 18, 2021
1 parent f8260a1 commit daeab34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion open-cue-service.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<Title>Open CUE Service</Title>
<Version>0.5.0</Version>
<Version>1.0.0</Version>
<Authors>Legion2</Authors>
<Description>HTTP REST API service for Open CUE CLI</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion src/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void ConfigureServices(IServiceCollection services)
document.DocumentName = "openapi";
document.Title = "Open CUE Service";
document.Description = "HTTP REST API service for Open CUE CLI";
document.Version = "0.5.0";
document.Version = "1.0.0";
});
}

Expand Down

0 comments on commit daeab34

Please sign in to comment.