Skip to content
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

Reversion to 2.3.8. #2125

Merged
merged 3 commits into from
Oct 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Sarif/Autogenerated/Address.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,4 @@ private void Init(int absoluteAddress, int? relativeAddress, int? length, string
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/Sarif/Autogenerated/Invocation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -487,4 +487,4 @@ protected virtual void Init(string commandLine, IEnumerable<string> arguments, I
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/Sarif/Autogenerated/ReportingConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ private void Init(bool enabled, FailureLevel level, double rank, IDictionary<str
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/Sarif/Autogenerated/ReportingDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,4 @@ private void Init(string id, IEnumerable<string> deprecatedIds, string guid, IEn
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/Sarif/Autogenerated/Result.cs
Original file line number Diff line number Diff line change
Expand Up @@ -666,4 +666,4 @@ private void Init(string ruleId, int ruleIndex, ReportingDescriptorReference rul
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/Sarif/Autogenerated/Run.cs
Original file line number Diff line number Diff line change
Expand Up @@ -682,4 +682,4 @@ private void Init(Tool tool, IEnumerable<Invocation> invocations, Conversion con
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/Sarif/Autogenerated/SarifLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ private void Init(Uri schemaUri, SarifVersion version, IEnumerable<Run> runs, IE
}
}
}
}
}
4 changes: 2 additions & 2 deletions src/build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
having all the relevant values in one place. This property is actually used by the PowerShell
script that hides ("delists") the previous package versions on nuget.org.
-->
<VersionPrefix>2.3.7</VersionPrefix>
<PreviousVersionPrefix>2.3.6</PreviousVersionPrefix>
<VersionPrefix>2.3.8</VersionPrefix>
<PreviousVersionPrefix>2.3.7</PreviousVersionPrefix>

<!-- SchemaVersionAsPublishedToSchemaStoreOrg identifies the current published version on json schema store at https://schemastore.azurewebsites.net/schemas/json/ -->
<SchemaVersionAsPublishedToSchemaStoreOrg>2.1.0-rtm.5</SchemaVersionAsPublishedToSchemaStoreOrg>
Expand Down