-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to
AdaptiveCards.Templating
2.0.0 (#13)
* Upgrade to `AdaptiveCards.Templating` 2.0.1
- Loading branch information
Showing
15 changed files
with
162 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
.vs/ | ||
obj/ | ||
bin/ | ||
.build/ | ||
*.pubxml | ||
*.pubxml.user | ||
*.csproj.user | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<Project> | ||
<ItemGroup> | ||
<PackageVersion Include="Seq.Apps" Version="2023.4.0" /> | ||
<PackageVersion Include="AdaptiveCards.Templating" Version="1.5.0" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" /> | ||
<PackageVersion Include="PolySharp" Version="1.13.2" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.2" /> | ||
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" /> | ||
<PackageVersion Include="NUnit" Version="3.13.3" /> | ||
<PackageVersion Include="System.Text.Json" Version="7.0.3" /> | ||
<PackageVersion Include="Lindhart.Analyser.MissingAwaitWarning" Version="3.0.0-beta" /> | ||
<PackageVersion Include="NUnit.Analyzers" Version="3.8.0" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23472.1" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23472.1" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="Seq.Apps" Version="2023.4.0" /> | ||
<PackageVersion Include="AdaptiveCards.Templating" Version="2.0.1" /> | ||
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" /> | ||
<PackageVersion Include="PolySharp" Version="1.14.1" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> | ||
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" /> | ||
<PackageVersion Include="NUnit" Version="4.1.0" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageVersion Include="System.Text.Json" Version="8.0.4" /> | ||
<PackageVersion Include="Lindhart.Analyser.MissingAwaitWarning" Version="3.1.0-beta" /> | ||
<PackageVersion Include="NUnit.Analyzers" Version="4.2.0" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24318.1" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24318.1" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2016 | ||
Copyright (c) 2023 [email protected] | ||
Copyright (c) 2024 [email protected] | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<description>Seq alerting application to send notifications to Microsoft Teams channels using AdaptiveCard templates.</description> | ||
<summary /> | ||
<tags>teams seq adaptivecard seq-app</tags> | ||
<copyright>Copyright © 2023</copyright> | ||
<copyright>Copyright © 2024</copyright> | ||
<authors>[email protected]</authors> | ||
<owners>[email protected]</owners> | ||
<license type="file">LICENSE.txt</license> | ||
|
@@ -22,19 +22,20 @@ | |
</metadata> | ||
|
||
<files> | ||
<file src="..\LICENSE.txt" /> | ||
<file src="..\README.md" /> | ||
<file src="../LICENSE.txt" /> | ||
<file src="../README.md" /> | ||
<file src="icon.png" /> | ||
|
||
<file src="..\src\Seq.App.Teams.AdaptiveCard\bin\Release\netstandard2.0\Seq.App.Teams.AdaptiveCard.pdb" target="lib\netstandard2.0\" /> | ||
<file src="..\src\Seq.App.Teams.AdaptiveCard\bin\Release\netstandard2.0\Seq.App.Teams.AdaptiveCard.xml" target="lib\netstandard2.0\" /> | ||
<file src="..\src\Seq.App.Teams.AdaptiveCard\bin\Release\netstandard2.0\Seq.App.Teams.AdaptiveCard.dll" target="lib\netstandard2.0\" /> | ||
<file src="../.build/bin/Seq.App.Teams.AdaptiveCard/Release/Seq.App.Teams.AdaptiveCard.pdb" target="lib/netstandard2.0/" /> | ||
<file src="../.build/bin/Seq.App.Teams.AdaptiveCard/Release/Seq.App.Teams.AdaptiveCard.xml" target="lib/netstandard2.0/" /> | ||
<file src="../.build/bin/Seq.App.Teams.AdaptiveCard/Release/Seq.App.Teams.AdaptiveCard.dll" target="lib/netstandard2.0/" /> | ||
|
||
<!--seq doesn't resolve nuget dependencies or does it incorrectly--> | ||
<file src="..\src\Seq.App.Teams.AdaptiveCard\bin\Release\netstandard2.0\publish\AdaptiveCards.Templating.dll" target="lib\netstandard2.0\" /> | ||
<file src="..\src\Seq.App.Teams.AdaptiveCard\bin\Release\netstandard2.0\publish\AdaptiveExpressions.dll" target="lib\netstandard2.0\" /> | ||
<file src="..\src\Seq.App.Teams.AdaptiveCard\bin\Release\netstandard2.0\publish\Antlr4.Runtime.Standard.dll" target="lib\netstandard2.0\" /> | ||
<file src="..\src\Seq.App.Teams.AdaptiveCard\bin\Release\netstandard2.0\publish\Microsoft.Recognizers.Text.DataTypes.TimexExpression.dll" target="lib\netstandard2.0\" /> | ||
<!--seq doesn't resolve nuget dependencies (?)--> | ||
<file src="../.build/publish/AdaptiveCards.Templating.dll" target="lib/netstandard2.0/" /> | ||
<file src="../.build/publish/Antlr4.Runtime.Standard.dll" target="lib/netstandard2.0/" /> | ||
<file src="../.build/publish/Microsoft.Bot.AdaptiveExpressions.Core.dll" target="lib/netstandard2.0/" /> | ||
<file src="../.build/publish/Microsoft.Recognizers.Text.DataTypes.TimexExpression.dll" target="lib/netstandard2.0/" /> | ||
<file src="../.build/publish/Json.More.dll" target="lib/netstandard2.0/" /> | ||
|
||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.