Skip to content

Commit

Permalink
bump version & fix csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Feb 8, 2019
1 parent 19047c4 commit 995da1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Volte/Core/Runtime/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
public static class Version {
private static readonly int Major = 2;
private static readonly int Minor = 0;
private static readonly int Patch = 3;
private static readonly int Patch = 4;
private static readonly int Hotfix = 0;
private static readonly ReleaseType ReleaseType = ReleaseType.Release;

Expand Down
5 changes: 2 additions & 3 deletions Volte/Volte.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<TargetFramework>netcoreapp2.1</TargetFramework>
<LangVersion>latest</LangVersion>
<StartupObject>Volte.Core.Runtime.Program</StartupObject>
<NoWin32Manifest>true</NoWin32Manifest>
<Authors>GreemDev</Authors>
<Company>GreemDev</Company>
<Version>2.0.3</Version>
<PackageProjectUrl>https://volte.greemdev.net</PackageProjectUrl>
<RepositoryUrl>https://github.com/GreemDev/Volte</RepositoryUrl>
</PropertyGroup>
Expand Down

0 comments on commit 995da1f

Please sign in to comment.