|
4 | 4 | <TargetFrameworks>netstandard1.5;net462;net451;</TargetFrameworks> |
5 | 5 | <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> |
6 | 6 | <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> |
7 | | - <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
| 7 | + <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
8 | 8 | <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> |
9 | | - <Version>5.0.0.215</Version> |
| 9 | + <Version>5.0.0.232</Version> |
10 | 10 | <Company>Devlords Cooperative</Company> |
11 | 11 | <Authors>lorddev</Authors> |
12 | 12 | <PackageProjectUrl>https://github.com/lorddev/utilities</PackageProjectUrl> |
| 13 | + <Copyright>Copyright © 2017 Aaron Lord</Copyright> |
| 14 | + <PackageLicenseUrl>https://raw.githubusercontent.com/lorddev/utilities/master/LICENSE</PackageLicenseUrl> |
| 15 | + <PackageIconUrl>https://raw.githubusercontent.com/lorddev/devlords-org/develop/Image.png</PackageIconUrl> |
| 16 | + <RepositoryUrl>https://github.com/lorddev/utilities</RepositoryUrl> |
| 17 | + <RepositoryType>Git</RepositoryType> |
| 18 | + <PackageTags>utils utilities email distance-matrix micro-orm logging encryption</PackageTags> |
| 19 | + <PackageSummary>Utilities class library so you don't have to rewrite your utilities on ever project.</PackageSummary> |
| 20 | + <PackageReleaseNotes>ph</PackageReleaseNotes> |
13 | 21 | </PropertyGroup> |
14 | 22 | <PropertyGroup> |
15 | 23 | <!-- Makes the TypeScript compilation task a no-op --> |
16 | 24 | <TypeScriptCompileBlocked>true</TypeScriptCompileBlocked> |
17 | | - <!-- |
| 25 | + <!-- |
18 | 26 | <PostBuildEvent>cd ../../.. |
19 | | - powershell.exe -NoProfile -File $(ProjectDir)vers-inc.ps1 Devlord.Utilities.csproj</PostBuildEvent> |
| 27 | + powershell.exe -NoProfile -File $(ProjectDir)vers-inc.ps1 Devlord.Utilities.csproj</PostBuildEvent> |
20 | 28 | --> |
21 | 29 | <PreBuildEvent></PreBuildEvent> |
22 | | - <!-- |
23 | | - powershell.exe -File $(ProjectDir)\vers-inc.ps1 $(ProjectPath) |
24 | | - --> |
25 | | - </PropertyGroup> |
| 30 | + </PropertyGroup> |
26 | 31 |
|
27 | 32 | <ItemGroup> |
28 | 33 | <PackageReference Include="Newtonsoft.Json" Version="10.0.1" /> |
29 | | - <ProjectReference Include="..\Encryptamajig\Encryptamajig.csproj" /> |
| 34 | + <ProjectReference Include="..\Encryptamajig\Encryptamajig.csproj" Version="1.1.0" /> |
30 | 35 | <PackageReference Include="Microsoft.Extensions.Configuration" Version="1.1.1" /> |
31 | 36 | <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.1.1" /> |
32 | 37 | </ItemGroup> |
33 | 38 |
|
34 | | - <ItemGroup Condition="'$(TargetFramework)'=='netstandard1.5'"> |
35 | | - <PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.1" /> |
| 39 | + <ItemGroup Condition="'$(TargetFramework)'=='netstandard1.5'"> |
| 40 | + <PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.1" /> |
36 | 41 | <PackageReference Include="System.Collections" Version="4.3.0" /> |
37 | 42 | <PackageReference Include="System.Threading.Timer" Version="4.3.0" /> |
38 | 43 | <PackageReference Include="MailKit" Version="1.12.0" /> |
39 | | - <PackageReference Include="Elmah.Io.AspNetCore" Version="3.2.39-pre" /> |
40 | 44 | <PackageReference Include="Microsoft.AspNetCore.Http" Version="1.1.1" /> |
41 | | - |
| 45 | + |
42 | 46 | <PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" /> |
43 | 47 | <PackageReference Include="System.Runtime.Serialization.Xml" Version="4.3.0" /> |
44 | 48 | </ItemGroup> |
45 | | - |
| 49 | + |
46 | 50 | <ItemGroup Condition="'$(TargetFramework)'!='netstandard1.5'"> |
47 | 51 | <PackageReference Include="elmah" Version="1.2.2" /> |
48 | | - |
| 52 | + |
49 | 53 | <Reference Include="System" /> |
50 | 54 | <Reference Include="System.Core" /> |
51 | 55 | <Reference Include="System.Net" /> |
|
59 | 63 | <Reference Include="System.Data" /> |
60 | 64 | <Reference Include="System.Xml" /> |
61 | 65 | </ItemGroup> |
62 | | - |
| 66 | + |
63 | 67 | <ItemGroup Condition="'$(TargetFramework)'=='net35'"> |
64 | 68 | <Reference Include="System.Web.Extensions" /> |
65 | 69 | </ItemGroup> |
|
71 | 75 | <DependentUpon>ExceptionText.resx</DependentUpon> |
72 | 76 | </Compile> |
73 | 77 | </ItemGroup> |
74 | | - |
| 78 | + |
75 | 79 | <ItemGroup> |
76 | 80 | <EmbeddedResource Update="Resources\ExceptionText.resx"> |
77 | 81 | <Generator>ResXFileCodeGenerator</Generator> |
78 | 82 | <LastGenOutput>ExceptionText.Designer.cs</LastGenOutput> |
79 | 83 | </EmbeddedResource> |
80 | 84 | </ItemGroup> |
81 | 85 |
|
82 | | - <ItemGroup> |
| 86 | + <ItemGroup> |
83 | 87 | <DotNetCliToolReference Include="dotnet-bump" Version="1.0.1" /> |
84 | 88 | </ItemGroup> |
85 | 89 |
|
|
0 commit comments