Skip to content

Commit

Permalink
Fix xml comments.
Browse files Browse the repository at this point in the history
Update dependency.
  • Loading branch information
Aaron-P committed Jun 14, 2021
1 parent 0fcda41 commit 0345b1e
Show file tree
Hide file tree
Showing 6 changed files with 157 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,4 @@ FodyWeavers.xsd
# Strong name key file
*.snk

WUSTL.EMed.AspNet.WebApi.AntiForgery/WUSTL.EMed.AspNet.WebApi.AntiForgery.xml

WUSTL.EMed.AspNet.WebApi.AntiForgery.Client/wwwroot/lib/
WUSTL.EMed.AspNet.WebApi.AntiForgery.Client/wwwroot/lib/
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<ItemGroup>
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="4.2.4">
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="4.3.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyInformationalVersion(ThisAssembly.Git.Sha)]
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<RootNamespace>WUSTL.EMed.AspNet.WebApi.AntiForgery</RootNamespace>
<AssemblyName>WUSTL.EMed.AspNet.WebApi.AntiForgery</AssemblyName>
<FileAlignment>512</FileAlignment>
<DocumentationFile>WUSTL.EMed.AspNet.WebApi.AntiForgery.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>WUSTL.EMed.AspNet.WebApi.AntiForgery.xml</DocumentationFile>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>$id$</id>
<version>1.1.0</version>
<version>1.1.1</version>
<authors>Aaron Papp</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0345b1e

Please sign in to comment.