Skip to content

Commit 449eb42

Browse files
committed
Adjustments for develop branch
1 parent f1235fa commit 449eb42

15 files changed

Lines changed: 15 additions & 15 deletions

File tree

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ assembly-versioning-scheme: MajorMinor
44
branches:
55
master:
66
tag: beta
7-
regex: (origin/)?(master|feature/nuget)
7+
regex: (origin/)?(master)
88
is-mainline: true
99
develop:
1010
tag: unstable

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '{build}'
22
branches:
33
only:
4-
- feature/nuget
4+
- develop
55
image: Visual Studio 2019
66
configuration: Release
77
init:

src/CSTools/Tools/Tools.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2424
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2525
<AppendToReleaseNotesProperty><![CDATA[
26-
See full changelog at https://github.com/sillsdev/liblcm/blob/feature/nuget/CHANGELOG.md]]>
26+
See full changelog at https://github.com/sillsdev/liblcm/blob/develop/CHANGELOG.md]]>
2727
</AppendToReleaseNotesProperty>
2828
<UseFullSemVerForNuGet>false</UseFullSemVerForNuGet>
2929
<ChangelogFile>../../../CHANGELOG.md</ChangelogFile>

src/CSTools/lg/lg.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2323
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2424
<AppendToReleaseNotesProperty><![CDATA[
25-
See full changelog at https://github.com/sillsdev/liblcm/blob/feature/nuget/CHANGELOG.md]]>
25+
See full changelog at https://github.com/sillsdev/liblcm/blob/develop/CHANGELOG.md]]>
2626
</AppendToReleaseNotesProperty>
2727
<UseFullSemVerForNuGet>false</UseFullSemVerForNuGet>
2828
<IsPackable>false</IsPackable>

src/CSTools/pg/pg.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2323
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2424
<AppendToReleaseNotesProperty><![CDATA[
25-
See full changelog at https://github.com/sillsdev/liblcm/blob/feature/nuget/CHANGELOG.md]]>
25+
See full changelog at https://github.com/sillsdev/liblcm/blob/develop/CHANGELOG.md]]>
2626
</AppendToReleaseNotesProperty>
2727
<UseFullSemVerForNuGet>false</UseFullSemVerForNuGet>
2828
<IsPackable>false</IsPackable>

src/SIL.LCModel.Build.Tasks/SIL.LCModel.Build.Tasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SIL.LCModel.Build.Tasks provides msbuild tasks for generating C# classes for the
2424
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2525
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2626
<AppendToReleaseNotesProperty><![CDATA[
27-
See full changelog at https://github.com/sillsdev/liblcm/blob/feature/nuget/CHANGELOG.md]]>
27+
See full changelog at https://github.com/sillsdev/liblcm/blob/develop/CHANGELOG.md]]>
2828
</AppendToReleaseNotesProperty>
2929
<UseFullSemVerForNuGet>false</UseFullSemVerForNuGet>
3030
<ChangelogFile>../../CHANGELOG.md</ChangelogFile>

src/SIL.LCModel.Core/SIL.LCModel.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SIL.LCModel.Core provides a base library with core functionality.</Description>
2323
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2424
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2525
<AppendToReleaseNotesProperty><![CDATA[
26-
See full changelog at https://github.com/sillsdev/liblcm/blob/feature/nuget/CHANGELOG.md]]>
26+
See full changelog at https://github.com/sillsdev/liblcm/blob/develop/CHANGELOG.md]]>
2727
</AppendToReleaseNotesProperty>
2828
<UseFullSemVerForNuGet>false</UseFullSemVerForNuGet>
2929
<ChangelogFile>../../CHANGELOG.md</ChangelogFile>

src/SIL.LCModel.FixData/SIL.LCModel.FixData.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SIL.LCModel.FixData provides functionality to fix errors in a FieldWorks data XM
2323
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2424
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2525
<AppendToReleaseNotesProperty><![CDATA[
26-
See full changelog at https://github.com/sillsdev/liblcm/blob/feature/nuget/CHANGELOG.md]]>
26+
See full changelog at https://github.com/sillsdev/liblcm/blob/develop/CHANGELOG.md]]>
2727
</AppendToReleaseNotesProperty>
2828
<UseFullSemVerForNuGet>false</UseFullSemVerForNuGet>
2929
<ChangelogFile>../../CHANGELOG.md</ChangelogFile>

src/SIL.LCModel.Utils/SIL.LCModel.Utils.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SIL.LCModel.Utils provides utility classes.</Description>
2323
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2424
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2525
<AppendToReleaseNotesProperty><![CDATA[
26-
See full changelog at https://github.com/sillsdev/liblcm/blob/feature/nuget/CHANGELOG.md]]>
26+
See full changelog at https://github.com/sillsdev/liblcm/blob/develop/CHANGELOG.md]]>
2727
</AppendToReleaseNotesProperty>
2828
<UseFullSemVerForNuGet>false</UseFullSemVerForNuGet>
2929
<ChangelogFile>../../CHANGELOG.md</ChangelogFile>

src/SIL.LCModel/SIL.LCModel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SIL.LCModel is the main library.</Description>
2323
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2424
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2525
<AppendToReleaseNotesProperty><![CDATA[
26-
See full changelog at https://github.com/sillsdev/liblcm/blob/feature/nuget/CHANGELOG.md]]>
26+
See full changelog at https://github.com/sillsdev/liblcm/blob/develop/CHANGELOG.md]]>
2727
</AppendToReleaseNotesProperty>
2828
<UseFullSemVerForNuGet>false</UseFullSemVerForNuGet>
2929
<ChangelogFile>../../CHANGELOG.md</ChangelogFile>

0 commit comments

Comments
 (0)