1
0
mirror of https://github.com/XFox111/SimpleOTP.git synced 2026-04-22 08:00:45 +03:00
Commit Graph

29 Commits

Author SHA1 Message Date
xfox111 ce9d126087 Update codeql-analysis.yml (#29) 2024-11-28 16:42:58 +03:00
xfox111 989ed46f3b Major: support for .NET 9 (#26)
* Updated target to net9.0

* Merged net8.0 and net9.0 targets

* Updated workflows
v9.0.0
2024-11-28 16:00:26 +03:00
xfox111 ee0ae960d0 Fixed RFC links in README 2024-09-26 02:20:10 +00:00
xfox111 704d115208 Updated README banner to be visible on nuget 2024-09-26 02:17:03 +00:00
xfox111 6aff2c5671 Final 8.0 release v8.0.0 2024-09-26 01:54:26 +00:00
xfox111 f6750469de Update README.md 2024-09-26 04:33:07 +03:00
xfox111 907d911469 Update release-workflow.yml 2024-09-26 04:20:46 +03:00
xfox111 a00e864af7 Patches (#23)
* Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.11.1 (#22)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.0 to 17.11.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.6.0...v17.11.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md
* Update pr-workflow.yml
* Update release-workflow.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-26 04:14:45 +03:00
dependabot[bot] 0f3a412352 Bump actions/checkout from 3 to 4 (#21)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-26 03:32:19 +03:00
xfox111 1b989e7b35 Major 2.0 (#20)
* New 2.0 version + DependencyInjection library

* Updated docs and repo settings (devcontainers, vscode, github, etc.)

* Added tests

* Fixed bugs

* Minor test project refactoring

* Updated projects
- Added symbol packages
- Updated package versions to pre-release

* Updated SECURITY.md

* Added GitHub Actions workflows
2024-09-26 03:20:30 +03:00
xfox111 42f968171b Fixed invalid code generation on formatted secrets ci-1.2.3 2021-12-05 20:44:17 +00:00
xfox111 4c63be6389 Base32 encoder fix (#19)
- Fixed Base32 encoder #6, added test
- Updated NuGet packages
ci-1.2.2
2021-07-09 00:52:00 +03:00
xfox111 a06022ba1e Version 1.2.1 (#18)
- Fixed generated secret length
- Fixed URI encoding issues in `OTPConfiguration.GetUri()`
ci-1.2.1
2021-06-13 19:11:10 +03:00
xfox111 91668e6179 Update SECURITY.md 2021-06-06 23:05:54 +03:00
xfox111 66eab0a589 Version 1.2.0 (#16)
* Expanded support to .NET Standard 2.1 and .NET Core 3.1
* Fixed documentation typos #14 (#15)

Co-authored-by: Akshay Kumar <72260914+AXE02@users.noreply.github.com>
ci-1.2.0
2021-06-06 12:36:49 +03:00
xfox111 9b2376c326 Update azure-pipelines.yml for Azure Pipelines ci-1.1.0 2021-05-30 18:22:25 +03:00
xfox111 f866fb2c80 Updated validation methods signatures (#13)
Improved code coverage results
2021-05-30 18:12:45 +03:00
xfox111 f669201554 Updated CI filter, added deployment status badge 2021-05-30 14:06:15 +03:00
xfox111 435b25ffd2 Changelog moved and pipeline updated (#12) 2021-05-30 13:33:08 +03:00
xfox111 6cd12eb80e Updated README and added PR template (#11) 2021-05-29 03:05:03 +03:00
xfox111 a67ea4f054 Create codeql-analysis.yml (#10) 2021-05-29 03:02:53 +03:00
xfox111 e1635e5aac Update azure-pipelines.yml 2021-05-29 02:40:47 +03:00
xfox111 1e169aa4cd Set up CI with Azure Pipelines (#9) 2021-05-29 02:30:02 +03:00
xfox111 5c2b3562f3 Update README.md 2021-05-28 19:32:32 +03:00
xfox111 d579c1ddd9 Create SECURITY.md 2021-05-28 19:30:47 +03:00
Eugene Fox 560c29be9d Updated NuGet packages for Test project. Security issue fix for CVE-2018-8292 (#7) 2021-05-28 19:10:47 +03:00
whitesource-bolt-for-github[bot] cfa2b02b80 Add .whitesource configuration file (#1)
Co-authored-by: whitesource-bolt-for-github[bot] <42819689+whitesource-bolt-for-github[bot]@users.noreply.github.com>
2021-05-28 18:37:45 +03:00
xfox111 3a629ed8c5 Initial commit 2021-05-28 18:36:54 +03:00
xfox111 890c34dd5b Initial commit 2021-05-23 16:14:41 +03:00