Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-dupdyke committed May 8, 2020
1 parent 69ef362 commit 643c24f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Ghosts.Api/Ghosts.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<AssemblyName>ghosts.api</AssemblyName>
<ReleaseVersion>2.6.0.0</ReleaseVersion>
<Version>2.6.0.0</Version>
<AssemblyVersion>2.6.0.0</AssemblyVersion>
<FileVersion>2.6.0.0</FileVersion>
<ReleaseVersion>3.0.0.0</ReleaseVersion>
<Version>3.0.0.0</Version>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>

<Authors>Dustin Updyke for Carnegie Mellon University</Authors>
Expand Down
2 changes: 1 addition & 1 deletion Ghosts.Api/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY bin/publish/. /app/

WORKDIR /app

ENV GHOSTS_VERSION=2.6.0.0
ENV GHOSTS_VERSION=3.0.0.0
ENV GHOSTS_API_VERSION=v2
ENV ASPNETCORE_URLS=http://*:5000

Expand Down
4 changes: 2 additions & 2 deletions Ghosts.Domain/Ghosts.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Ghosts.Domain</RootNamespace>
<AssemblyVersion>2.6.0.0</AssemblyVersion>
<FileVersion>2.6.0.0</FileVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<LangVersion>7.3</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit 643c24f

Please sign in to comment.