Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<PackageReleaseNotes></PackageReleaseNotes>
<Tags>CodeChange Toolkit WebApi Web API .NET Core DOTNET AspNetCore C#</Tags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@
<PackageReleaseNotes>Implemented ITypeActivator interface</PackageReleaseNotes>
<Tags>CodeChange Toolkit Autofac .NET DOTNET C#</Tags>
<LangVersion>7.1</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Autofac" Version="4.9.4" />
</ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/CodeChange.Toolkit.Azure/CodeChange.Toolkit.Azure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,16 @@
<PackageReleaseNotes></PackageReleaseNotes>
<Tags>CodeChange Toolkit Azure .NET DOTNET C#</Tags>
<LangVersion>7.1</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.11.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@
<PackageReleaseNotes>Added WebAddress value object.</PackageReleaseNotes>
<Tags>CodeChange Toolkit Domain DDD .NET DOTNET C#</Tags>
<LangVersion>7.1</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CSharpFunctionalExtensions" Version="2.3.0" />
</ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/CodeChange.Toolkit.EF6/CodeChange.Toolkit.EF6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@
<PackageReleaseNotes>Converted project to .NET Standard 2.1</PackageReleaseNotes>
<Tags>CodeChange Toolkit Domain EF6 EntityFramework .NET DOTNET C#</Tags>
<LangVersion>7.1</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="EntityFramework" Version="6.4.0" />
<PackageReference Include="Humanizer.Core" Version="2.7.9" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@
<PackageReleaseNotes>Updated RepositoryBase to work with new DateRange Value Object.</PackageReleaseNotes>
<Tags>CodeChange Toolkit .NET DOTNET ENTITY FRAMEWORK CORE C#</Tags>
<LangVersion>7.1</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CSharpFunctionalExtensions" Version="2.3.0" />
<PackageReference Include="Humanizer.Core" Version="2.7.9" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,13 @@
<PackageReleaseNotes>Added cancellation token support.</PackageReleaseNotes>
<Tags>CodeChange Toolkit Persistence .NET DOTNET C#</Tags>
<LangVersion>7.1</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>
11 changes: 10 additions & 1 deletion src/CodeChange.Toolkit.WebApi/CodeChange.Toolkit.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,16 @@
<PackageReleaseNotes>Added support to WebApiPuginBase for protocol errors.</PackageReleaseNotes>
<Tags>CodeChange Toolkit WebApi Web API .NET DOTNET C#</Tags>
<LangVersion>7.1</LangVersion>
</PropertyGroup>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MediaTypeMap.Core" Version="2.3.3" />
<PackageReference Include="Microsoft.AspNet.WebApi" Version="5.2.7" />
Expand Down
8 changes: 8 additions & 0 deletions src/CodeChange.Toolkit/CodeChange.Toolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@
<PackageReleaseNotes>Created synchronous and asynchronous paged collections.</PackageReleaseNotes>
<Tags>CodeChange Toolkit .NET DOTNET C#</Tags>
<LangVersion>7.1</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.6.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
Expand Down