Skip to content

Commit

Permalink
Updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffJacobson committed May 15, 2017
1 parent b768b85 commit 8f45615
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Data Contracts/ElcContracts/ElcContracts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
<Version>2.0.0</Version>
<Authors />
<Company>WSDOT</Company>
<Product>ELC REST SOE Client</Product>
<Description />
</PropertyGroup>

<ItemGroup>
Expand Down
7 changes: 7 additions & 0 deletions Data Contracts/GeometryContracts/GeometryContracts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
<Version>2.0.0</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<Authors />
<Company>WSDOT</Company>
<Product>ELC REST SOE Client</Product>
<Description />
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Company>WSDOT</Company>
<Product>ELC Client</Product>
<NeutralLanguage>en-US</NeutralLanguage>
<Version>2.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
7 changes: 6 additions & 1 deletion ElcRestSoeWrapper/ElcRestSoeWrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
<Company>WSDOT</Company>
<Product>ELC Client</Product>
<Product>ELC REST SOE Client</Product>
<NeutralLanguage>en-US</NeutralLanguage>
<Version>2.0.0</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<PackageId>ELC REST SOE Client</PackageId>
<Authors />
<Description>Client library for ELC REST SOE extension for ArcGIS Server.</Description>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8f45615

Please sign in to comment.