Skip to content

Commit 1bed4c8

Browse files
committed
Update version to 7.6.1 and do some clean up
1 parent 0668d6e commit 1bed4c8

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

src/Microsoft.AspNet.OData/Microsoft.AspNet.OData.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@
4242
<HintPath>..\..\sln\packages\Microsoft.Spatial.7.12.2\lib\net45\Microsoft.Spatial.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
45-
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"/>
46-
<Reference Include="Microsoft.Spatial, Version=7.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
47-
<HintPath>..\..\sln\packages\Microsoft.Spatial.7.11.1\lib\net45\Microsoft.Spatial.dll</HintPath>
48-
<Private>True</Private>
49-
</Reference>
5045
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
5146
<HintPath>..\..\sln\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
5247
<Private>True</Private>

tools/WebStack.versions.settings.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<VersionMajor Condition="'$(VersionMajor)' == ''">7</VersionMajor>
77
<VersionMinor Condition="'$(VersionMinor)' == ''">6</VersionMinor>
8-
<VersionBuild Condition="'$(VersionBuild)' == ''">0</VersionBuild>
8+
<VersionBuild Condition="'$(VersionBuild)' == ''">1</VersionBuild>
99
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
1010
</PropertyGroup>
1111

0 commit comments

Comments
 (0)