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

Port changes from ADO repo to GitHub repo #46

Merged
merged 32 commits into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
6263743
build and test only on PR
lemccomb Sep 28, 2023
0f6a3a0
Update codeql.yml
lemccomb Sep 28, 2023
b37061a
Update changelog for release
actions-user Sep 28, 2023
56e4b53
another release test
lemccomb Sep 28, 2023
bdccab7
Update changelog for release
actions-user Sep 28, 2023
3739004
see if commit from web is more reliable
lemccomb Sep 28, 2023
f810bbc
Update changelog for release
actions-user Sep 28, 2023
ac86e7b
Update dotnet.yml
lemccomb Sep 28, 2023
4554cef
don't specify tag to upload-release-action
lemccomb Sep 28, 2023
4a74d0c
Update changelog for release
actions-user Sep 28, 2023
1ae3a09
Update changelog for release
actions-user Sep 28, 2023
4412b58
Update dotnet.yml
lemccomb Sep 28, 2023
7086584
Update changelog for release
actions-user Sep 28, 2023
fc1d595
Update changelog for release
actions-user Sep 28, 2023
b472365
Make sure we send the correct tag
lemccomb Sep 28, 2023
df7a7dc
Update changelog for release
actions-user Sep 28, 2023
7faf1bc
Update CoseSignTool.sln
lemccomb Sep 29, 2023
be01ef1
Update CoseSign1.nuspec
lemccomb Sep 29, 2023
cbfc89c
Update CoseSign1.Certificates.nuspec
lemccomb Sep 29, 2023
4a418d6
Update CoseSign1.Abstractions.nuspec
lemccomb Sep 29, 2023
1a03bf8
Update CoseSign1.Certificates.csproj
lemccomb Sep 29, 2023
fe21dd6
Update CoseSign1MessageExtensions.cs
lemccomb Sep 29, 2023
503da4b
Update CborReaderExtensions.cs
lemccomb Sep 29, 2023
d65cdc7
Update CoseSign1.Abstractions.csproj
lemccomb Sep 29, 2023
8e9351a
Update CoseSign1.csproj
lemccomb Sep 29, 2023
cd5c0b1
Update ICoseSign1MessageFactory.cs
lemccomb Sep 29, 2023
822ded7
Create Constants.cs
lemccomb Sep 29, 2023
f050301
Merge branch 'main' into user/lemccomb/adoport3
lemccomb Sep 29, 2023
41dbcf2
Update changelog for release
actions-user Sep 29, 2023
1e406f3
Update changelog for release
actions-user Oct 2, 2023
ce0d41d
Merge branch 'main' into user/lemccomb/adoport3
lemccomb Oct 2, 2023
3a025ad
Update changelog for release
actions-user Oct 2, 2023
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
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Changelog

## [v0.3.1-pre.9](https://github.com/microsoft/CoseSignTool/tree/v0.3.1-pre.9) (2023-09-28)
## [v0.3.1-pre.10](https://github.com/microsoft/CoseSignTool/tree/v0.3.1-pre.10) (2023-10-02)

[Full Changelog](https://github.com/microsoft/CoseSignTool/compare/v0.3.2...v0.3.1-pre.10)

**Merged pull requests:**

[Full Changelog](https://github.com/microsoft/CoseSignTool/compare/v0.3.2...v0.3.1-pre.9)
- Port CoseHandler to .NET Standard 2.0 [\#48](https://github.com/microsoft/CoseSignTool/pull/48) ([lemccomb](https://github.com/lemccomb))

## [v0.3.2](https://github.com/microsoft/CoseSignTool/tree/v0.3.2) (2023-09-28)

[Full Changelog](https://github.com/microsoft/CoseSignTool/compare/v0.3.1-pre.8...v0.3.2)
[Full Changelog](https://github.com/microsoft/CoseSignTool/compare/v0.3.1-pre.9...v0.3.2)

## [v0.3.1-pre.9](https://github.com/microsoft/CoseSignTool/tree/v0.3.1-pre.9) (2023-09-28)

[Full Changelog](https://github.com/microsoft/CoseSignTool/compare/v0.3.1-pre.8...v0.3.1-pre.9)

**Merged pull requests:**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

namespace CoseSign1.Certificates.Extensions;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Abstractions required to extend or enhance Create CoseSign1 functionality.
<file src="..\CoseSign1.Abstractions\bin\Release\netstandard2.0\_manifest\spdx_2.2\manifest.spdx.json" target="Build\sbom\spdx_2.2" />
<file src="..\CoseSign1.Abstractions\bin\Release\netstandard2.0\_manifest\spdx_2.2\manifest.spdx.json.sha256" target="Build\sbom\spdx_2.2" />
</files>
</package>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Abstractions and classes required to extend or enhance Microsoft.CoseSign1.Abstr
<file src="..\CoseSign1.Certificates\bin\Release\netstandard2.0\_manifest\spdx_2.2\manifest.spdx.json" target="Build\sbom\spdx_2.2" />
<file src="..\CoseSign1.Certificates\bin\Release\netstandard2.0\_manifest\spdx_2.2\manifest.spdx.json.sha256" target="Build\sbom\spdx_2.2" />
</files>
</package>
</package>
2 changes: 1 addition & 1 deletion CoseSignTool/CoseSign1.Nuspec/CoseSign1.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Factory Implementations required to Create CoseSign1 Message.
<file src="..\CoseSign1\bin\Release\netstandard2.0\_manifest\spdx_2.2\manifest.spdx.json" target="Build\sbom\spdx_2.2" />
<file src="..\CoseSign1\bin\Release\netstandard2.0\_manifest\spdx_2.2\manifest.spdx.json.sha256" target="Build\sbom\spdx_2.2" />
</files>
</package>
</package>
31 changes: 16 additions & 15 deletions CoseSignTool/CoseSign1/Interfaces/Constants.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

namespace CoseSign1.Interfaces;
/// <summary>
/// A list of constant strings for the CoseSign1.Interfaces namespace.
/// </summary>
public static class Constants

{
/// <summary>
/// The mime type added to Protected Headers when ContentType is not specified.
/// </summary>
public const string DEFAULT_CONTENT_TYPE = "application/cose";
}
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

namespace CoseSign1.Interfaces;
/// <summary>
/// A list of constant strings for the CoseSign1.Interfaces namespace.
/// </summary>
public static class Constants

{
/// <summary>
/// The mime type added to Protected Headers when ContentType is not specified.
/// </summary>
public const string DEFAULT_CONTENT_TYPE = "application/cose";
}

4 changes: 2 additions & 2 deletions CoseSignTool/CoseSign1/Interfaces/ICoseSign1MessageFactory.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

namespace CoseSign1.Interfaces;
Expand Down Expand Up @@ -94,4 +94,4 @@ public ReadOnlyMemory<byte> CreateCoseSign1MessageBytes(
string contentType = Constants.DEFAULT_CONTENT_TYPE,
ICoseHeaderExtender? headerExtender = null
);
}
}