Loading GitVersion.yml 0 → 100644 +34 −0 Original line number Diff line number Diff line next-version: 1.0.0 assembly-versioning-scheme: MajorMinorPatch assembly-file-versioning-scheme: MajorMinorPatch major-version-bump-message: '\+semver:\s?(major)' minor-version-bump-message: '\+semver:\s?(minor)' patch-version-bump-message: '\+semver:\s?(patch)' branches: main: regex: ^main$ increment: Patch mode: ContinuousDelivery source-branches: ['main'] stable: regex: ^stable$ increment: Patch mode: ContinuousDelivery source-branches: ['main'] feature: regex: ^feature\/\S+$ increment: Minor mode: ContinuousDelivery source-branches: ['main'] bug: regex: ^bug\/\S+$ increment: Patch mode: ContinuousDelivery source-branches: ['main'] other: regex: ^other\/\S+$ increment: Patch mode: ContinuousDelivery source-branches: ['main'] ignore: sha: [] Other/Resources/Changelog/v0.0.1.md→Other/Resources/Changelog/v1.0.0.md +0 −0 File moved. View file Other/Resources/Support/InformationAboutSupportedVersions.csv +2 −1 Original line number Diff line number Diff line Version;SupportBegin;SupportEnd 0.0.1;2025-06-06T00:00:00;2027-09-05T00:00:00 1.0.0;2025-06-29T00:00:00;2027-09-28T00:00:00 No newline at end of file SimpleOCRCLI/SimpleOCRCLI/SimpleOCRCLI.csproj +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ <ItemGroup> <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.6" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.4" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.1" /> <PackageReference Include="CommandLineParser" Version="2.9.1" /> <PackageReference Include="GRYLibrary" Version="0.12.148" /> <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.6" /> Loading SimpleOCRLibrary/Other/Build/SimpleOCRLibrary.nuspec +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> <metadata minClientVersion="2.12"> <id>SimpleOCR</id> <version>0.0.1</version> <version>1.0.0</version> <title>SimpleOCR</title> <authors>Marius Göcke</authors> <owners>Marius Göcke</owners> Loading Loading
GitVersion.yml 0 → 100644 +34 −0 Original line number Diff line number Diff line next-version: 1.0.0 assembly-versioning-scheme: MajorMinorPatch assembly-file-versioning-scheme: MajorMinorPatch major-version-bump-message: '\+semver:\s?(major)' minor-version-bump-message: '\+semver:\s?(minor)' patch-version-bump-message: '\+semver:\s?(patch)' branches: main: regex: ^main$ increment: Patch mode: ContinuousDelivery source-branches: ['main'] stable: regex: ^stable$ increment: Patch mode: ContinuousDelivery source-branches: ['main'] feature: regex: ^feature\/\S+$ increment: Minor mode: ContinuousDelivery source-branches: ['main'] bug: regex: ^bug\/\S+$ increment: Patch mode: ContinuousDelivery source-branches: ['main'] other: regex: ^other\/\S+$ increment: Patch mode: ContinuousDelivery source-branches: ['main'] ignore: sha: []
Other/Resources/Support/InformationAboutSupportedVersions.csv +2 −1 Original line number Diff line number Diff line Version;SupportBegin;SupportEnd 0.0.1;2025-06-06T00:00:00;2027-09-05T00:00:00 1.0.0;2025-06-29T00:00:00;2027-09-28T00:00:00 No newline at end of file
SimpleOCRCLI/SimpleOCRCLI/SimpleOCRCLI.csproj +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ <ItemGroup> <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.6" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.4" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.1" /> <PackageReference Include="CommandLineParser" Version="2.9.1" /> <PackageReference Include="GRYLibrary" Version="0.12.148" /> <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.6" /> Loading
SimpleOCRLibrary/Other/Build/SimpleOCRLibrary.nuspec +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> <metadata minClientVersion="2.12"> <id>SimpleOCR</id> <version>0.0.1</version> <version>1.0.0</version> <title>SimpleOCR</title> <authors>Marius Göcke</authors> <owners>Marius Göcke</owners> Loading