Skip to content

Commit 956d13b

Browse files
Merge pull request #30 from okta/OlegBoulanov-bugfix/XML-doc-path
2 parents 795ed2f + c5767c2 commit 956d13b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Okta.Sdk.Abstractions/Okta.Sdk.Abstractions.csproj

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard1.3</TargetFramework>
5-
<Version>1.0.1</Version>
5+
<Version>1.0.2</Version>
66
</PropertyGroup>
77

88
<PropertyGroup>
99
<Description>Interfaces and shared code for Okta's SDKs.</Description>
10-
<DocumentationFile>bin\Debug\netstandard1.3\Okta.Sdk.Abstractions.xml</DocumentationFile>
10+
<DocumentationFile>bin\$(Configuration)\netstandard1.3\Okta.Sdk.Abstractions.xml</DocumentationFile>
1111
<RepositoryUrl>https://github.com/okta/okta-auth-dotnet</RepositoryUrl>
1212
<PackageProjectUrl>https://github.com/okta/okta-auth-dotnet</PackageProjectUrl>
1313
<PackageLicenseUrl>https://github.com/okta/okta-auth-dotnet/blob/master/LICENSE</PackageLicenseUrl>
@@ -34,7 +34,4 @@
3434
<CodeAnalysisRuleSet>..\OktaSdk.ruleset</CodeAnalysisRuleSet>
3535
</PropertyGroup>
3636

37-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
38-
<DocumentationFile>C:\source\okta-auth-dotnet\Okta.Sdk.Abstractions\Okta.Sdk.Abstractions.xml</DocumentationFile>
39-
</PropertyGroup>
4037
</Project>

0 commit comments

Comments
 (0)