-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Newtonsoft and Layout Changes #142
Changes from 12 commits
241b5e3
db1a96d
5ee923c
05ae231
eee40d9
38aee7e
ff29cdc
32318da
63ae1ff
e0aef4a
e740e6a
66bf453
94f9ba5
cc46238
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# SARIF Website Release History | ||
|
||
## **v1.0.1** | ||
- Updating contributors list/images, bump Sarif.Multitool.Library from 2.4.14 to 2.4.16, add link to java-sarif documentation. [#142](https://github.com/microsoft/sarif-website/pull/142) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Possibly, but to my knowledge they have not submitted the graphic for inclusion at this time. @EasyRhinoMSFT, have you heard from them at all? |
||
|
||
## **v1.0.0** | ||
|
||
- Add README and CONTRIBUTING files | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
|
@@ -23,11 +23,11 @@ | |
<ItemGroup> | ||
<None Include="wwwroot\images\logos\GitHub.png" /> | ||
<None Include="wwwroot\images\logos\GrammaTech.png" /> | ||
<None Include="wwwroot\images\logos\KestrelTechnology.png" /> | ||
<None Include="wwwroot\images\logos\ForAllSecure.png" /> | ||
<None Include="wwwroot\images\logos\MicroFocus.png" /> | ||
<None Include="wwwroot\images\logos\Microsoft.png" /> | ||
<None Include="wwwroot\images\logos\SWAMP.png" /> | ||
<None Include="wwwroot\images\Nuget.png" /> | ||
<None Include="wwwroot\images\Sonar.png" /> | ||
<None Include="wwwroot\images\screenshots\VSCodeViewer.png" /> | ||
<None Include="wwwroot\images\screenshots\VSCodeViewer.thumbnail.png" /> | ||
<None Include="wwwroot\images\screenshots\VSViewer.png" /> | ||
|
@@ -42,8 +42,8 @@ | |
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.20.0" /> | ||
<PackageReference Include="Sarif.Multitool.Library" Version="2.4.14" /> | ||
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" /> | ||
<PackageReference Include="Sarif.Multitool.Library" Version="2.4.16" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @EasyRhinoMSFT, do we need something other than this to update the Multitool package? #Resolved There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nope this should be it. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unfortunately, this approach doesn't work in most of the repos for this particular update. :( There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What is the issue? I made the same change and it worked fine. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No issue, this thread started in a Teams chat. I think some of the context got lost. |
||
</ItemGroup> | ||
|
||
</Project> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might want to add cfaucon as a defensive measure. :) #Resolved