3 Commits

2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
next-version: 1.1.0
mode: ContinuousDeployment
assembly-versioning-scheme: MajorMinorPatch
assembly-file-versioning-scheme: MajorMinorPatch
branches:
main:
regex: ^main$
mode: ContinuousDelivery
increment: Patch
is-release-branch: true

View File

@@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<Title>TimetableDesigner.Backend.Events</Title>
<Authors>Mateusz Skoczek</Authors>
<PackageProjectUrl>https://github.com/TimetableDesigner/</PackageProjectUrl>
<PackageProjectUrl>https://github.com/TimetableDesigner</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/TimetableDesigner/TimetableDesigner.Backend.Events</RepositoryUrl>
</PropertyGroup>