Skip to content

Commit 343c7a5

Browse files
author
Paul C Roberts
committed
Change namespace summaries from content type to None type
1 parent 0ce0d81 commit 343c7a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dropbox.Api/Dropbox.Api.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@
146146
<Compile Include="Users\UsersRoutes.cs" />
147147
</ItemGroup>
148148
<ItemGroup>
149-
<Content Include="babel_summaries.xml" />
150-
<Content Include="namespace_summaries.xml" />
149+
<None Include="babel_summaries.xml" />
150+
<None Include="namespace_summaries.xml" />
151151
</ItemGroup>
152152
<ItemGroup>
153153
<None Include="app.config" />

Dropbox.Api/Dropbox.Api.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>$id$</id>
5-
<version>1.0.1-beta</version>
5+
<version>1.0.2-beta</version>
66
<title>Dropbox v2 API</title>
77
<authors>Dropbox Inc</authors>
88
<owners>Dropbox Inc</owners>

0 commit comments

Comments
 (0)