Skip to content

Commit 946ad35

Browse files
committed
v14.0.2 - Justing moving to Directory.Build.props versioning scheme
1 parent 3fd97b7 commit 946ad35

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Directory.Build.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Project>
2+
<PropertyGroup>
3+
<Version>14.0.2</Version>
4+
<PackageReleaseNotes>Justing moving to Directory.Build.props versioning scheme</PackageReleaseNotes>
5+
</PropertyGroup>
6+
</Project>

InterlockLedger.Tags.ILInt/InterlockLedger.Tags.ILInt.csproj

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
<RepositoryUrl>https://github.com/interlockledger/interlockledger-tags-ilint.git</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
16-
<PackageReleaseNotes>Moving to InterlockLedger.Commons v19.0.0</PackageReleaseNotes>
1716
<PackageLicenseFile>LICENSE</PackageLicenseFile>
18-
<Version>14.0.1</Version>
1917
<RootNamespace>InterlockLedger.Tags</RootNamespace>
2018
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
2119
<AnalysisLevel>preview</AnalysisLevel>
@@ -34,15 +32,10 @@
3432
</None>
3533
</ItemGroup>
3634
<ItemGroup>
37-
<PackageReference Include="InterlockLedger.Commons" Version="19.0.0" />
35+
<PackageReference Include="InterlockLedger.Commons" Version="19.0.2" />
3836
</ItemGroup>
3937

40-
<Target Name="TagSources">
41-
<Exec Command="git tag v$(Version)" ContinueOnError="true" StandardErrorImportance="low" StandardOutputImportance="low" IgnoreExitCode="true" />
42-
<Message Importance="high" Text="Recent tags:" />
43-
<Exec Command="git tag --sort=-creatordate | grep v | head -n 1" ContinueOnError="true" StandardErrorImportance="high" StandardOutputImportance="high" IgnoreExitCode="true" />
44-
</Target>
45-
38+
<Target Name="TagSources" />
4639
<Target Name="PublishLocally" AfterTargets="Pack" Condition="Exists('$(INTERLOCK_LOCAL_NUGETS_FOLDER)')">
4740
<ItemGroup>
4841
<NugetPackages Include="$(PackageOutputAbsolutePath)\*.nupkg" />

0 commit comments

Comments
 (0)