Skip to content

Commit dd21667

Browse files
committed
Removed unused nuspec files
1 parent 76bddff commit dd21667

21 files changed

Lines changed: 24 additions & 271 deletions

File tree

SharpRepository.AzureBlobRepository/SharpRepository.AzureBlobRepository.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
<ItemGroup>
7777
<None Include="app.config" />
7878
<None Include="project.json" />
79+
<None Include="SharpRepository.AzureBlobRepository.nuspec" />
7980
</ItemGroup>
8081
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8182
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

SharpRepository.AzureDocumentDb/SharpRepository.AzureDocumentDb.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<SubType>Designer</SubType>
7878
</None>
7979
<None Include="project.json" />
80+
<None Include="SharpRepository.AzureDocumentDb.csproj.nuspec" />
8081
</ItemGroup>
8182
<ItemGroup>
8283
<ProjectReference Include="..\SharpRepository.Repository\SharpRepository.Repository.csproj">

SharpRepository.AzureTableRepository/SharpRepository.AzureTableRepository.nuspec

Lines changed: 0 additions & 19 deletions
This file was deleted.

SharpRepository.CacheRepository/SharpRepository.CacheRepository.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@
7272
</ItemGroup>
7373
<ItemGroup>
7474
<None Include="project.json" />
75+
<None Include="_nuget\content\config.transform" />
76+
<None Include="_nuget\tools\Install.ps1" />
7577
</ItemGroup>
7678
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7779
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

SharpRepository.CacheRepository/SharpRepository.CacheRepository.nuspec

Lines changed: 0 additions & 24 deletions
This file was deleted.

SharpRepository.CacheRepository/project.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
"type": "git",
2424
"url": "https://github.com/SharpRepository/SharpRepository.git"
2525
},
26-
"owners": [ "jtreuting", "bgriswold" ]
26+
"owners": [ "jtreuting", "bgriswold" ],
27+
"files": {
28+
"mappings": {
29+
"content/app.config.transform": "_nuget/content/config.transform",
30+
"content/web.config.transform": "_nuget/content/config.transform",
31+
"tools/Install.ps1": "_nuget/tools/Install.ps1"
32+
}
33+
}
2734
}
2835
}

SharpRepository.Caching.Memcached/SharpRepository.Caching.Memcached.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
</ItemGroup>
7171
<ItemGroup>
7272
<None Include="project.json" />
73+
<None Include="_nuget\content\config.transform" />
74+
<None Include="_nuget\tools\Install.ps1" />
7375
</ItemGroup>
7476
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7577
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

SharpRepository.Caching.Memcached/SharpRepository.Caching.Memcached.nuspec

Lines changed: 0 additions & 24 deletions
This file was deleted.

SharpRepository.Caching.Memcached/project.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
"type": "git",
2525
"url": "https://github.com/SharpRepository/SharpRepository.git"
2626
},
27-
"owners": [ "jtreuting", "bgriswold" ]
27+
"owners": [ "jtreuting", "bgriswold" ],
28+
"files": {
29+
"mappings": {
30+
"content/app.config.transform": "_nuget/content/config.transform",
31+
"content/web.config.transform": "_nuget/content/config.transform",
32+
"tools/Install.ps1": "_nuget/tools/Install.ps1"
33+
}
34+
}
2835
}
2936
}

SharpRepository.CouchDbRepository/SharpRepository.CouchDbRepository.nuspec

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)