Skip to content

Commit

Permalink
Merge pull request #26 from davetimmins/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
davetimmins authored Jun 10, 2018
2 parents 987b2dc + 4854ba1 commit 8a6cda6
Show file tree
Hide file tree
Showing 20 changed files with 375 additions and 2,450 deletions.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var target = Argument("target", "Default");
var configuration = Argument("configuration", "Release");
var solution = "./Anywhere.ArcGIS.sln";

var version = "1.4.0";
var version = "1.5.0";
var versionSuffix = Environment.GetEnvironmentVariable("VERSION_SUFFIX");

//////////////////////////////////////////////////////////////////////
Expand Down
11 changes: 8 additions & 3 deletions src/Anywhere.ArcGIS/Anywhere.ArcGIS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,22 @@
<RepositoryUrl>https://github.com/davetimmins/Anywhere.ArcGIS</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>ArcGIS ArcGISServer ArcGISOnline Esri REST netstandard anywhere GIS Mapping Map Location GeoLocation OAuth</PackageTags>
<Version>1.4.0</Version>
<Version>1.5.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;1705;UseAsyncSuffix</NoWarn>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LiteGuard" Version="2.0.1" />
<PackageReference Include="LibLog" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="SourceLink.Create.GitHub" Version="2.8.0" PrivateAssets="All" />
<PackageReference Include="SourceLink.Create.GitHub" Version="2.8.1" PrivateAssets="All" />
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.8.0" />
<DotNetCliToolReference Include="dotnet-sourcelink" Version="2.8.0" />
<PackageReference Include="dotMorten.OmdGenerator" Version="0.2.0" PrivateAssets="All" />
</ItemGroup>
</Project>
Loading

0 comments on commit 8a6cda6

Please sign in to comment.