Skip to content

Commit

Permalink
Update dependencies and release version 2.0.0
Browse files Browse the repository at this point in the history
Also replace deprecated GitVersionTask with GitVersion.MsBuild.
  • Loading branch information
ermshiperete committed Apr 27, 2021
1 parent 04f5d29 commit 41882f5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.0.0] - 2021-04-27

### Added

- `ILog` interface
Expand All @@ -24,3 +26,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Create nuget package
- New constructor overload for IDLImporter that takes a logger (`ILog`)

## [Older]

[Unreleased]: https://github.com/sillsdev/IdlImporter/compare/v2.0.0...master

[2.0.0]: https://github.com/sillsdev/IdlImporter/compare/fcf0091...v2.0.0
6 changes: 3 additions & 3 deletions IDLImporter/IDLImporter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Company>SIL International</Company>
<Authors>SIL International</Authors>
<Product>IDLImporter</Product>
<Copyright>Copyright © 2002-2020 SIL International</Copyright>
<Copyright>Copyright © 2002-2021 SIL International</Copyright>
<PackageId>SIL.IdlImporter</PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/sillsdev/IdlImporter</PackageProjectUrl>
Expand All @@ -33,9 +33,9 @@ See full changelog at https://github.com/sillsdev/IdlImporter/blob/master/CHANGE
<ItemGroup>
<PackageReference Include="Antlr2.Runtime.Patched" Version="2.7.7" />
<PackageReference Include="Antlr2.Tools.Patched" Version="2.7.6.5" PrivateAssets="All" />
<PackageReference Include="GitVersionTask" Version="5.3.4" PrivateAssets="All" />
<PackageReference Include="GitVersion.MsBuild" Version="5.6.8" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="SIL.ReleaseTasks" Version="2.4.0" PrivateAssets="All" />
<PackageReference Include="SIL.ReleaseTasks" Version="2.5.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions IDLImporterTests/IDLImporterTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Company>SIL International</Company>
<Authors>SIL International</Authors>
<Product>IDLImporter</Product>
<Copyright>Copyright © 2002-2020 SIL International</Copyright>
<Copyright>Copyright © 2002-2021 SIL International</Copyright>
<PackageId>SIL.IdlImporter.Tests</PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/sillsdev/IdlImporter</PackageProjectUrl>
Expand All @@ -32,9 +32,9 @@ See full changelog at https://github.com/sillsdev/IdlImporter/blob/master/CHANGE
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitVersionTask" Version="5.3.4" PrivateAssets="All" />
<PackageReference Include="NUnit" Version="3.13.0" />
<PackageReference Include="SIL.ReleaseTasks" Version="2.4.0" PrivateAssets="All" />
<PackageReference Include="GitVersion.MsBuild" Version="5.6.8" PrivateAssets="All" />
<PackageReference Include="NUnit" Version="3.13.1" />
<PackageReference Include="SIL.ReleaseTasks" Version="2.5.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions IdlImpTool/IDLImp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Company>SIL International</Company>
<Authors>SIL International</Authors>
<Product>IDLImporter</Product>
<Copyright>Copyright © 2002-2020 SIL International</Copyright>
<Copyright>Copyright © 2002-2021 SIL International</Copyright>
<PackageId>SIL.IdlImporter.Tool</PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/sillsdev/IdlImporter</PackageProjectUrl>
Expand All @@ -32,8 +32,8 @@ See full changelog at https://github.com/sillsdev/IdlImporter/blob/master/CHANGE
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitVersionTask" Version="5.3.4" PrivateAssets="All" />
<PackageReference Include="SIL.ReleaseTasks" Version="2.4.0" PrivateAssets="All" />
<PackageReference Include="GitVersion.MsBuild" Version="5.6.8" PrivateAssets="All" />
<PackageReference Include="SIL.ReleaseTasks" Version="2.5.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit 41882f5

Please sign in to comment.