Skip to content

Commit

Permalink
update nlog
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed Apr 16, 2018
1 parent 3dda034 commit c693b5d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 29 deletions.
24 changes: 10 additions & 14 deletions ru.org.openam.iis.httpmodule/ru.org.openam.iis.httpmodule.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,16 @@
<Reference Include="System.Runtime.Caching" />
<Reference Include="System.Web" />
<Reference Include="NLog">
<HintPath>..\packages\NLog.4.4.13\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.5.2\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Transactions" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BaseHttpModule.cs" />
Expand Down Expand Up @@ -86,18 +94,6 @@
<GitBranch LocalPath="$(SolutionDir)">
<Output TaskParameter="Branch" PropertyName="GitBranch" />
</GitBranch>
<AssemblyInfo
CodeLanguage="CS"
OutputFile="Properties\AssemblyInfo.cs"
AssemblyTitle="org.openidentityplatform.openam.iis.httpmodule"
AssemblyDescription="OpenAM Web Agent for IIS (.Net)"
AssemblyCompany="Open Identity Platform Community"
AssemblyProduct="OpenAM"
AssemblyCopyright="3A Systems, LLC"
ComVisible="false"
CLSCompliant="true"
AssemblyInformationalVersion="$(Tag)-$(CommitCount)/$(GitBranch)-$(Revision)"
AssemblyVersion="$(Tag)"
AssemblyFileVersion="$(Tag)" />
<AssemblyInfo CodeLanguage="CS" OutputFile="Properties\AssemblyInfo.cs" AssemblyTitle="org.openidentityplatform.openam.iis.httpmodule" AssemblyDescription="OpenAM Web Agent for IIS (.Net)" AssemblyCompany="Open Identity Platform Community" AssemblyProduct="OpenAM" AssemblyCopyright="3A Systems, LLC" ComVisible="false" CLSCompliant="true" AssemblyInformationalVersion="$(Tag)-$(CommitCount)/$(GitBranch)-$(Revision)" AssemblyVersion="$(Tag)" AssemblyFileVersion="$(Tag)" />
</Target>
</Project>
20 changes: 5 additions & 15 deletions ru.org.openam.sdk/ru.org.openam.sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@
<Reference Include="System.Configuration" />
<Reference Include="System.IdentityModel" />
<Reference Include="NLog">
<HintPath>..\packages\NLog.4.4.13\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.5.2\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System.IO.Compression" />
<Reference Include="System.Transactions" />
</ItemGroup>
<ItemGroup>
<Compile Include="Auth.cs" />
Expand Down Expand Up @@ -115,26 +117,14 @@
<GitVersion LocalPath="$(SolutionDir)" Short="true">
<Output TaskParameter="CommitHash" PropertyName="Revision" />
</GitVersion>
<GitDescribe LocalPath="$(SolutionDir)" LightWeight="true">
<GitDescribe LocalPath="$(SolutionDir)" LightWeight="true">
<Output TaskParameter="Tag" PropertyName="Tag" />
<Output TaskParameter="CommitCount" PropertyName="CommitCount" />
<Output TaskParameter="CommitHash" PropertyName="CommitHash" />
</GitDescribe>
<GitBranch LocalPath="$(SolutionDir)">
<Output TaskParameter="Branch" PropertyName="GitBranch" />
</GitBranch>
<AssemblyInfo
CodeLanguage="CS"
OutputFile="Properties\AssemblyInfo.cs"
AssemblyTitle="org.openidentityplatform.openam.sdk"
AssemblyDescription="OpenAM client SDK (.Net)"
AssemblyCompany="Open Identity Platform Community"
AssemblyProduct="OpenAM"
AssemblyCopyright="3A Systems, LLC"
ComVisible="false"
CLSCompliant="true"
AssemblyInformationalVersion="$(Tag)-$(CommitCount)/$(GitBranch)-$(Revision)"
AssemblyVersion="$(Tag)"
AssemblyFileVersion="$(Tag)" />
<AssemblyInfo CodeLanguage="CS" OutputFile="Properties\AssemblyInfo.cs" AssemblyTitle="org.openidentityplatform.openam.sdk" AssemblyDescription="OpenAM client SDK (.Net)" AssemblyCompany="Open Identity Platform Community" AssemblyProduct="OpenAM" AssemblyCopyright="3A Systems, LLC" ComVisible="false" CLSCompliant="true" AssemblyInformationalVersion="$(Tag)-$(CommitCount)/$(GitBranch)-$(Revision)" AssemblyVersion="$(Tag)" AssemblyFileVersion="$(Tag)" />
</Target>
</Project>

0 comments on commit c693b5d

Please sign in to comment.