Skip to content

Commit

Permalink
Fix compile error, update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lord-ne committed Jun 11, 2021
1 parent 72b7b49 commit dd3446a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions expresso.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<PropertyGroup Label="Package">
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<Authors>Adrian Stutz (sttz.ch)</Authors>
<Product>expresso</Product>
<Description>CLI to control the ExpressVPN app</Description>
Expand All @@ -17,10 +17,6 @@
<PackageTags>CLI;VPN;ExpressVPN</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="6.0.0-*" />
</ItemGroup>

<PropertyGroup>
<IlcInvariantGlobalization>true</IlcInvariantGlobalization>
<RootAllApplicationAssemblies>false</RootAllApplicationAssemblies>
Expand Down

0 comments on commit dd3446a

Please sign in to comment.